Tango.info-tagging Mp3tag format string: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
BUT:
BUT:


* For Mp3tag V2.46a or earlier:
* For '''Mp3tag V2.46a''' or earlier:


replace '''%album artist%''' by '''%band%'''  
replace '''%album artist%''' by '''%band%'''  


(Such versions' used a different name for the same field.)
(Such versions used a different name for the same field.)


* For MediaMonkey and WMA format:
* For '''MediaMonkey and WMA format''':


replace '''%date%''' by '''%year%'''
replace '''%date%''' by '''%year%'''


This substitutes the year (YYYY) for the full date (YYYY-MM-DD). (MediaMonkey fails to support WMA format's allowance of %date%'s full date in the WMA Year field.)
This substitutes the year (YYYY) for the full date (YYYY-MM-DD). (MediaMonkey fails to support WMA format's allowance of %date%'s full date in the WMA Year field.)
* To include in track file the '''publisher/collection-name''' supplied by tango.info as %album_collection%, replace the last '''%dummy%''' by '''%album_collection%'''.

Revision as of 2014-03-10T20:09:18

  • Use this string:
%dummy%;%dummy%;%album%;%album artist%;%discnumber%;%track%;%title%;%artist%;%genre%;%date%;%dummy%

(Tested with Mp3tag V2.54.)

BUT:

  • For Mp3tag V2.46a or earlier:

replace %album artist% by %band%

(Such versions used a different name for the same field.)

  • For MediaMonkey and WMA format:

replace %date% by %year%

This substitutes the year (YYYY) for the full date (YYYY-MM-DD). (MediaMonkey fails to support WMA format's allowance of %date%'s full date in the WMA Year field.)

  • To include in track file the publisher/collection-name supplied by tango.info as %album_collection%, replace the last %dummy% by %album_collection%.