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

From tango.info wiki
Jump to navigation Jump to search
No edit summary
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page describes how to mass tagging with [[foobar2000]].
[[Category:Tango.info]]
This page describes [[tango.info music mass tagging]] with [[foobar2000]].


Install the components
== Setup ==
* Text tools (foo_texttools)  
* '''Install the component "Text tools"''' ([[foo texttools]])
* Masstagger (foo_masstag) - http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9/foo_masstag
* '''Configure the "Text tools"''' to copy [[TINT]]s:
** 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%


download from http://foobar2000.org/?page=Download
== Mass tagging ==
 
* '''Select the files you want to masstag'''
Configure the text tools to copy tints:
** put them in a playlist
 
* '''Copy TINTs'''
File | Preferences | Tools | Text tools
** selecting all files, Right-click | Utils | Text tools | Copy: TINT
 
* '''Send TINTs and name of fields to tango.info'''
Add a new tag called TINT, with the following pattern if you use strict
** https://tango.info/tracktagger/1.4.0
barcode pattern:
** Paste TINTs into the form field "Track references":
** Select tags you want to get data for
*** details at [[tango.info music tagger format string]]
*** pre-selected is something like %x_count%;%tin%;%album_name%;%album_artist%;%discnumber%;....
*** if you only want dates, put only %date%
** press submit
* '''Put the metadata obtained from tango.info into foobar2000'''
** 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


$num($directory(%path%,2),14)-$num($max(1,%discnumber%),2)-%track%
== Mis-tagging ==
 
Report: ca 4000 tracks were ordered by TINT, the TINTs were pasted into the tagger1.3.4 and format string was "%tiwc%". Ca. 500 of the result lines had a TIWC. Then properties -> automticall fill values was chosen. The TIWC were misaligned. Behavior could be reproduced. Fix was to use "%tint%;%tiwc%" as format string, avoiding blank lines.
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:
 
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%
 
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.
Note from user:  "If the failure was due to blank lines being badly interpreted
by fb2K, it would be good to clarify that."

Latest revision as of 2013-08-02T17:32:35

This page describes tango.info music 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
  • Put the metadata obtained from tango.info into foobar2000
    • 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

Mis-tagging

Report: ca 4000 tracks were ordered by TINT, the TINTs were pasted into the tagger1.3.4 and format string was "%tiwc%". Ca. 500 of the result lines had a TIWC. Then properties -> automticall fill values was chosen. The TIWC were misaligned. Behavior could be reproduced. Fix was to use "%tint%;%tiwc%" as format string, avoiding blank lines.

Note from user: "If the failure was due to blank lines being badly interpreted by fb2K, it would be good to clarify that."