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 89... Line 89...
89
 
89
 
90
		return true;
90
		return true;
91
	}
91
	}
92
}
92
}
93
 
93
 
94
$xmlfile = "./in/discogs_20190701_artists.xml.gz";
94
$xmlfile = "./in/discogs_20190801_artists.xml.gz";
95
 
95
 
96
$fh = fopen("out/artists.load", "w+");
96
$fh = fopen("out/artists.load", "w+");
97
$fhVariations = fopen("out/artistVariations.load", "w+");
97
$fhVariations = fopen("out/artistVariations.load", "w+");
98
$fhAlias = fopen("out/artistAliases.load", "w+");
98
$fhAlias = fopen("out/artistAliases.load", "w+");
99
$fhGroups = fopen("out/artistGroups.load", "w+");
99
$fhGroups = fopen("out/artistGroups.load", "w+");