Many thanks for your reply. Would you know what I need to do to generate the list from SS? Not familiar with SQL and al.
/Nick egd;210768 Wrote: > Once solution (possibly not the fastest/most efficient) is to generate a > listing of all flac files in your music folder(s) and export that to a > csv file. Assuming you're running a windows OS, something like > Code: -------------------- > > dir /b /on /s <musicgfolderbase>\*.flac > c:\temp\dirlist.csv -------------------- > > will generate the disk based listing. > > Connecting to the slimserver db via mysql and running a suitable > query to list all tracks would give you similar output, which you > should route to a text file. > > Import both of these files into OpenOffice or Excel, column A and B > respectively and parse the strings if necessary to enable a simple > formula comparison in column C, which reads > Code: -------------------- > > =A1=B1 -------------------- > > Any rows producing a FALSE value are mismatches requiring > investigation. Where differences exist, you will need to move data > around to realign matching rows. The spreadsheet comparison process > assumes both lists are alphabetically sorted. -- ntang ------------------------------------------------------------------------ ntang's Profile: http://forums.slimdevices.com/member.php?userid=11710 View this thread: http://forums.slimdevices.com/showthread.php?t=36366 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
