TINTed album labelling: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
In [[TINT-based filing]], users who browse the library driectory directly e.g. in Windows Explorer might find it useful to have all album folders labelled with '''<Artist> ; <Album>''' held in the name of an empty file. This may be done automatically as follows using [[Mp3tag]]:
In [[TINT-based filing]], users who browse the library driectory directly e.g. in Windows Explorer might find it useful to have all album folders labelled with '''<Artist> ; <Album>''' held in the name of an empty file. This may be done automatically as follows using [[Mp3tag]]:


#Load and select all album track files
*1 Load and select all album track files
#Click File | Export and create a new export config containing e.g.:
*2 Click File | Export and create a new export config containing e.g.:
<pre>$filename(C:\My Music\%_parent_directory%\%band% ; %album%.txt)</pre>
<pre>$filename(C:\My Music\%_parent_directory%\%band% ; %album%.txt)</pre>
(The absolute path is necessary to make the destination independent of the Mp3tag current directory. Improvement needed - make script automatically determine absolute path.)
(The absolute path is necessary to make the destination independent of the Mp3tag current directory. Improvement needed - make script automatically determine absolute path.)
#Ensure '[X] One file per directory'
*3 Ensure '[X] One file per directory'
#Click OK.
*4 Click OK.


Note: when using the above to update existing labels, because it does not delete existing labels you should manually delete existing labels first.
Note: when using the above to update existing labels, because it does not delete existing labels you should manually delete existing labels first.

Revision as of 2008-09-27T19:40:54


In TINT-based filing, users who browse the library driectory directly e.g. in Windows Explorer might find it useful to have all album folders labelled with <Artist> ; <Album> held in the name of an empty file. This may be done automatically as follows using Mp3tag:

  • 1 Load and select all album track files
  • 2 Click File | Export and create a new export config containing e.g.:
$filename(C:\My Music\%_parent_directory%\%band% ; %album%.txt)

(The absolute path is necessary to make the destination independent of the Mp3tag current directory. Improvement needed - make script automatically determine absolute path.)

  • 3 Ensure '[X] One file per directory'
  • 4 Click OK.

Note: when using the above to update existing labels, because it does not delete existing labels you should manually delete existing labels first.