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

From tango.info wiki
Jump to navigation Jump to search
(Created page with "* Use this string: <pre>%dummy%;%dummy%;%album%;%album artist%;%discnumber%;%track%;%title%;%artist%;%genre%;%date%;%dummy%</pre> (Tested with Mp3tag V2.54.) BUT: * For Mp3ta...")
 
No edit summary
Line 9: Line 9:
* For Mp3tag V2.46a or earlier:
* For Mp3tag V2.46a or earlier:


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


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


* For MediaMonkey with WMA format:
* For MediaMonkey and WMA format:
replace %date% by %year%


(MediaMonkey fails to support WMA format's allowance of %date%'s YYY-MM-DD in Year field.)
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.)

Revision as of 2013-04-27T16:35:23

  • 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.)