Based on
TIN it creates a delimited text list to be copied into a text file.
This file then can be used for mass tagging with software like mp3tag.de
which lets you import tags from a text file.
see example.
Some more description at
wiki.tango.info/mul/tagging
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