Tango.info track tagger: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
(→‎Bug3: Another case of a missing line.)
 
(13 intermediate revisions by the same user 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]].
 
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==
==Name==
Line 10: Line 15:
In v1.3.3 the h1 tag for the tool was changed from "Tool: Tagger" to "Tool: Track tagger".
In v1.3.3 the h1 tag for the tool was changed from "Tool: Tagger" to "Tool: Track tagger".


==Usage==
==Manual==
The tagger has two input boxes
* [[tango.info track tagger manual]]
* [[tango.info track tagger track references]]
* [[tango.info track tagger format string]]
 
Submit presents an output box:
 
* For each track reference
** that is a [[TINT]], one line
** that is a [[TINP]] or [[TINS]] either
*** one line e.g. https://tango.info/tools/tagger1.3.3.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.3.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=07798082984082 v. https://tango.info/?q=07798105811609
 
Each line consists of
* starting with "Error:" - an error
* not - tag data from one track, in the Format String format


==Change log==
==Change log==
Line 33: Line 22:


==Development==
==Development==
'''Latest version: https://tango.info/tools/tagger1.3.3.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 63: 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===
====Bug1====
* [[tango.info track tagger bugs]]
in URI mode (only), failure on track reference parsing
 
* 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=https://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>
 
====Bug2====
%year% can be missing, while page shows a year
 
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.
 
Use format_string=%date%;%year% for testing this bug.
 
====Bug3====
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%;''' .
 
Not always missing:
07730725820029-1-1
07730725820029-1-1
07798108080255-1-1
gives two lines
07798108080255-1-1
07730725820029-1-1
07798108080255-1-1
gives three lines
 
If the %year% is filled in case Bug2 is fixed, one can use format_string=%dummy% to test this bug.
 
-------------------------
2013-03-12 - another empty line failure.
Using
* V1.3.5
* 07798089730712
* %tidp%
%tidp% is empty for 07798089730712-1-1 and the line for that TINT is dropped. Using %tint%;%tidp% returns the line for the first TINT.
 
====Bug4====
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

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