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

From tango.info wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 19: Line 19:
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%'''.
* 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%.