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

From tango.info wiki
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:
* '''Copy TINTs'''
* '''Copy TINTs'''
** selecting all files, Right-click | Utils | Text tools | Copy: TINT
** selecting all files, Right-click | Utils | Text tools | Copy: TINT
* '''Send TINTs to tango.info'''
* '''Send TINTs and name of fields to tango.info'''
** Paste into the tango.info tagger tool:
** http://tools.tango.info/tagger1.3.php
** http://tools.tango.info/tagger1.3.php
-----
** Paste TINTs into the field "Track references":
Note: You should see a line that describes the output
** Select fields you want to get data for
 
** pre-selected is
%X-linecounter%;%X-TIN%;%album%;%BAND%;%discnumber%;%track%;%title%;%artist%;%genre%;%year%;%dummy%
%x_count%;%tin%;%album_name%;%album_artist%;%discnumber%;%track%;%title%;%artist%;%genre%;%date%;%dummy%
 
** if you only want dates, put only
A corresponding output line itself could look like, e.g.
%date%
 
** press submit
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 | Properties | Tools | Automatically Fill Valuess
* Add | Input data
* Clipboard: line per track
* In the Input data dialog, paste the data in the bottom pane.
* enter the pattern into the foobar2000 field "Pattern"
* Put the following scheme in the top line:
** if you only want dates, put only
* %%;%barcode%;%album%;%album artist%;%discnumber%;%track%;%title%;%track artist%;%genre%;%date%;%%;%totaltracks%;
%date%
 
** or you use something like %%;%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  
* You get a preview before pressing Run to update actual tags.
* click ok to write the tags

Revision as of 2009-06-01T19:02:08

This page describes tango.info mass tagging with foobar2000.

Setup

  • Install the component "Text tools" (foo_texttools)
  • 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)-%_directory%-%_filename%
    • Or if you use tags with barcode, you may use
      • $num(%barcode%,14)-$num($max(1,%discnumber%),2)-%track%

Mass tagging

  • Select the files you want to masstag
    • put them in a playlist
  • Copy TINTs
    • selecting all files, Right-click | Utils | Text tools | Copy: TINT
  • Send TINTs and name of fields to tango.info
%x_count%;%tin%;%album_name%;%album_artist%;%discnumber%;%track%;%title%;%artist%;%genre%;%date%;%dummy%
    • if you only want dates, put only
%date%
    • press submit
  • Copy the results and return to foobar2000
  • Right click | Properties | Tools | Automatically Fill Valuess
  • Clipboard: line per track
  • enter the pattern into the foobar2000 field "Pattern"
    • if you only want dates, put only
%date%
    • or you use something like %%;%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
  • click ok to write the tags