Tango.info track tagger: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
 
(31 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[category:tango.info]]
[[Category:Tango.info]]


To be used for [[tango.info music tagging]].
==Overview==
To be used for [[tango.info track tagging]].


==Usage==
All pages that have a title starting with "Tango.info track tagger" : [[Special:PrefixIndex/Tango.info track tagger]]
The tagger has two input boxes
* [[tango.info music tagger track references]]
* [[tango.info music tagger format string]]


Submit presents an output box:
Base URL: https://tango.info/tracktagger


* For each track reference
==Name==
** that is a [[TINT]], one line
It was suggested to use the name "track tagger" instead of "music tagger", since a track may contain non-music [https://tango.info/x/wiki/w/index.php?title=tango.info_music_tagger&diff=next&oldid=36840].
** that is a [[TINP]] or [[TINS]] either
*** one line e.g. https://tango.info/tools/tagger1.3.2.php?track_references=07798082984082, OR;
*** multiple lines, each of which corresponds to ''a track of the album or disc'' e.g. https://tango.info/tools/tagger1.3.2.php?track_references=07798105811609
**** NOTE: this addition since 1.0 breaks compatibility - previously an inadvertent TINP would have given one line and no mistagging; now can give a multiple lines, causing subsequent misalignment an extreme mistagging.
*** NOTE: this one/multiple variation is despite that t.i search shows no variation e.g. https://tango.info/?q=%2807798082984082 v. https://tango.info/?q=%07798105811609


Each line consists of
The tool only delivers track meta data, it does not write tags into files, so "tagger" might be a misnomer.
* starting with "Error:" - an error
 
* not - tag data from one track, in the Format String format
In v1.3.3 the h1 tag for the tool was changed from "Tool: Tagger" to "Tool: Track tagger".
 
==Manual==
* [[tango.info track tagger manual]]
 
==Change log==
* [[tango.info track tagger change log]]


==Development==
==Development==
'''Latest version: https://tango.info/tools/tagger1.3.2.php'''
'''Latest version: https://tango.info/tracktagger/1.4.1'''


*https://tango.info/tools/tagger0.5.php - for album-by-album tagging ([[TINP]] based)
*https://tango.info/tools/tagger0.5.php - for album-by-album tagging ([[TINP]] based)
Line 36: Line 35:
****looks good
****looks good
***** Stress test with 16819 lines was successful
***** Stress test with 16819 lines was successful
***** Documentation: [[tango.info music tagger format string]] 2009-09-01T12:12:24 (UTC)
***** Documentation: [[tango.info track tagger format string]] 2009-09-01T12:12:24 (UTC)
***** Incompatibility with previous versions: %artist% orch-voc separator changed
***** Incompatibility with previous versions: %artist% orch-voc separator changed
****** from ", " to ", voc: "
****** from ", " to ", voc: "
Line 53: Line 52:
** puts warning text HTML code in tag list https://tango.info/tools/tagger1.3.2.php?track_references=http://chrisjj.com/notfound.html
** puts warning text HTML code in tag list https://tango.info/tools/tagger1.3.2.php?track_references=http://chrisjj.com/notfound.html
===Bugs===
===Bugs===
====in URI mode (only), failure on track reference parsing====
* [[tango.info track tagger bugs]]
* fine
https://tango.info/tools/tagger1.3.2.php?track_references=http://cjj1.com/chrisjj/tango/cjjsets/2009-09-18_Wolfson.html
 
NOTE: Acceptance of URL in track references field is undefined behavior! [[User:Chrisjjj|Chrisjjj]] 2010-12-03T11:29:05 (UTC)
 
* fails
https://tango.info/tools/tagger1.3.2.php?track_references=http://www.tango.info/wiki/User:Tobiasco/FresedoRRRR&format_string=%25tint%25
 
each tint contained thrice, source for one tint:
 
<a href="https://tango.info/00743212200621-1-2"
class="external free" title="https://tango.info/00743212200621-1-2"
rel="nofollow">https://tango.info/00743212200621-1-2</a>
 
====%year% can fail====
On V1.3.2, %year% can fail, returning a null string instead of the year value e.g. '''track page shows year 1941''':
 
http://img442.imageshack.us/img442/1194/trackbendigotunombretan.png
 
but using format string %year%, '''tagger tag list shows null''':
 
http://img855.imageshack.us/img855/3026/tangoinfogooglechrome.png
 
This did not happen on a track the date of which had month and day.
 
====null output can cause a missing tag list line====
On V1.3.2, null output from a field (such as caused by the %year% failure reported separately) can cause a missing tag list line, leading to misaligment of tag lines v. tracks and hence to severe mistagging. E.g. http://img163.imageshack.us/img163/3026/tangoinfogooglechrome.png
 
This did not happen where the track line generated other output e.g. from format string '''%year%;''' .
 
====Tag list and Process message layout====
On V1.3.2, '''Tag list''' and '''Process message:''' are on the same line, as if a line break was missing.
 
http://img163.imageshack.us/img163/3026/tangoinfogooglechrome.png
 
== Feedback ==
* use name "track tagger" instead of music tagger, since a track may contain non-music

Latest revision as of 2013-10-09T12:45:06


Overview

To be used for tango.info track tagging.

All pages that have a title starting with "Tango.info track tagger" : Special:PrefixIndex/Tango.info track tagger

Base URL: https://tango.info/tracktagger

Name

It was suggested to use the name "track tagger" instead of "music tagger", since a track may contain non-music [1].

The tool only delivers track meta data, it does not write tags into files, so "tagger" might be a misnomer.

In v1.3.3 the h1 tag for the tool was changed from "Tool: Tagger" to "Tool: Track tagger".

Manual

Change log

Development

Latest version: https://tango.info/tracktagger/1.4.1

Bugs