Tango.info track mass tagging with foobar2000: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
download from http://foobar2000.org/?page=Download
download from http://foobar2000.org/?page=Download


Configure the text tools to copy [[TINT]]s:
* Configure the text tools to copy [[TINT]]s:==
 
** File | Preferences | Tools | Text tools
File | Preferences | Tools | Text tools
** Add a new tag called TINT, with the following pattern if you use [[TINT-based filing]]
 
*** $num($directory(%path%,2),14)-$num($max(1,%discnumber%),2)-%track%
Add a new tag called TINT, with the following pattern if you use strict
** Or if you use tags with barcode, you may use
barcode pattern:
*** $num(%barcode%,14)-$num($max(1,%discnumber%),2)-%track%
 
* Put the files you want to masstag in a playlist
$num($directory(%path%,2),14)-$num($max(1,%discnumber%),2)-%track%
* Copy tints by selecting all, Right-click | Utils | Text tools | Copy: TINT
 
* Paste into the tango.info tagger tool:
Or if you use tags with barcode, you may use
** http://tools.tango.info/tagger1.3.php
 
-----
$num(%barcode%,14)-$num($max(1,%discnumber%),2)-%track%
Note: You should get a string labeled
 
Put the files you want to masstag in a playlist
 
Copy tints by selecting all, Right-click | Utils | Text tools | Copy: TINT
 
Paste into the tango.info tagger tool:
 
http://tools.tango.info/tagger1.3.php
 
You should get a string labeled


%X-linecounter%;%X-TIN%;%album%;%BAND%;%discnumber%;%track%;%title%;%artist%;%genre%;%year%;%dummy%
%X-linecounter%;%X-TIN%;%album%;%BAND%;%discnumber%;%track%;%title%;%artist%;%genre%;%year%;%dummy%
Line 35: Line 25:


1;00008637207120;King of Rhythm 1937-1944;Juan D'Arienzo;1;1;El choclo;Juan D'Arienzo;tango;1937-07-26;;22;
1;00008637207120;King of Rhythm 1937-1944;Juan D'Arienzo;1;1;El choclo;Juan D'Arienzo;tango;1937-07-26;;22;
-----


Copy the results and return to foobar2000
* Copy the results and return to foobar2000
 
* Right click | Tagging | Manage Scripts
Right click | Tagging | Manage Scripts
* Add Input data  
Add Input data
* In the Input data dialog, paste the data in the bottom pane.
 
* Put the following scheme in the top line:
In the Input data dialog, paste the data in the bottom pane.
* %%;%barcode%;%album%;%album artist%;%discnumber%;%track%;%title%;%track artist%;%genre%;%date%;%%;%totaltracks%;
 
Put the following scheme in the top line:
 
%%;%barcode%;%album%;%album
artist%;%discnumber%;%track%;%title%;%track
artist%;%genre%;%date%;%%;%totaltracks%;


-----
Note: This scheme should match the output of the tango.info tagger, "%%" discards data.
Note: This scheme should match the output of the tango.info tagger, "%%" discards data.
-----


You get a preview before pressing Run to update actual tags.
* You get a preview before pressing Run to update actual tags.

Revision as of 2009-02-10T10:18:45

This page describes how to mass tagging with foobar2000.

Install the components

download from http://foobar2000.org/?page=Download

  • Configure the text tools to copy TINTs:==
    • File | Preferences | Tools | Text tools
    • Add a new tag called TINT, with the following pattern if you use TINT-based filing
      • $num($directory(%path%,2),14)-$num($max(1,%discnumber%),2)-%track%
    • Or if you use tags with barcode, you may use
      • $num(%barcode%,14)-$num($max(1,%discnumber%),2)-%track%
  • Put the files you want to masstag in a playlist
  • Copy tints by selecting all, Right-click | Utils | Text tools | Copy: TINT
  • Paste into the tango.info tagger tool:

Note: You should get a string labeled

%X-linecounter%;%X-TIN%;%album%;%BAND%;%discnumber%;%track%;%title%;%artist%;%genre%;%year%;%dummy%

e.g.

1;00008637207120;King of Rhythm 1937-1944;Juan D'Arienzo;1;1;El choclo;Juan D'Arienzo;tango;1937-07-26;;22;


  • Copy the results and return to foobar2000
  • Right click | Tagging | Manage Scripts
  • Add Input data
  • In the Input data dialog, paste the data in the bottom pane.
  • Put the following scheme in the top line:
  • %%;%barcode%;%album%;%album artist%;%discnumber%;%track%;%title%;%track artist%;%genre%;%date%;%%;%totaltracks%;

Note: This scheme should match the output of the tango.info tagger, "%%" discards data.


  • You get a preview before pressing Run to update actual tags.