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

From tango.info wiki
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
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 the '''publisher/collection name''' (supplied by tango.info as %album_collection%) in the Publisher field:
replace '''%date%;%dummy%''' by '''%date%;%publisher%'''.

Latest revision as of 2014-03-10T20:12:09

  • 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 the publisher/collection name (supplied by tango.info as %album_collection%) in the Publisher field:

replace %date%;%dummy% by %date%;%publisher%.