to improve: a) customisable column selection and column order. b) costumisable sorting
|
mp3tag -fields
%album% Album %artist% Artist %comment% Comment %genre% Genre %title% Title %track% Track-Number %year% Year %field% Any other tag field you'd like to use. %_filename_ext% Filename (current working directory is used as filepath) %_path% Filename with full filepath %dummy% this part will be ignored |
SELECT * FROM tango_albums,tango_tracks WHERE ORDER BY tango_albums.album_tin,track_num
Query failed : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY tango_albums.album_tin,track_num' at line 3
