Subversion Repositories cheapmusic

Rev

Rev 44 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 44 Rev 58
Line 59... Line 59...
59
 
59
 
60
		return true;
60
		return true;
61
	}
61
	}
62
}
62
}
63
 
63
 
64
$xmlfile = "./in/discogs_20190701_masters.xml.gz";
64
$xmlfile = "./in/discogs_20190801_masters.xml.gz";
65
 
65
 
66
$fh = fopen("out/masters.load", "w+");
66
$fh = fopen("out/masters.load", "w+");
67
$fhArtists = fopen("out/masterArtists.load", "w+");
67
$fhArtists = fopen("out/masterArtists.load", "w+");
68
 
68
 
69
$xmlstream = "compress.zlib://$xmlfile";
69
$xmlstream = "compress.zlib://$xmlfile";