Tango.info track tagger: Difference between revisions

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


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


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


'''Current version: http://www.tango.info/tools/tagger1.3.2.php'''
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 [https://tango.info/x/wiki/w/index.php?title=tango.info_music_tagger&diff=next&oldid=36840].


*http://www.tango.info/tools/tagger0.5.php - for album-by-album tagging ([[TIN]] based)
The tool only delivers track meta data, it does not write tags into files, so "tagger" might be a misnomer.
*http://www.tango.info/tools/tagger1.0.php - for track-by-track tagging ([[TINT]] based)
 
**Note: 1.0 is not back-compatible with 0.5 - it does not accept bare TINs.
In v1.3.3 the h1 tag for the tool was changed from "Tool: Tagger" to "Tool: Track tagger".
*http://www.tango.info/tools/tagger1.3.php - work in progress
 
==Manual==
* [[tango.info track tagger manual]]
 
==Change log==
* [[tango.info track tagger change log]]
 
==Development==
'''Latest version: https://tango.info/tracktagger/1.4.1'''
 
*https://tango.info/tools/tagger0.5.php - for album-by-album tagging ([[TINP]] based)
** Fails on accented characters e.g. https://tango.info/tools/tagger0.5.php?tins=00724354169229-1-1&sepa=%3B -> accented characters replaced by two-character garbage
** Fails on empty track references list e.g.  -> Query failed : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY tango_albums.album_tin,track_num' at line 3
** Fails on single track reference e.g. https://tango.info/tools/tagger0.5.php?tins=00724354169229-1-1&sepa=%3B -> ;;;;;;;; not found:Array ( [0] => ERROR ) NO GENRE:Array ( [0] => )
*https://tango.info/tools/tagger1.0.php - for track-by-track tagging ([[TINT]] based)
**Note: 1.0 is not back-compatible with 0.5 - it does not accept bare TINPs.
*https://tango.info/tools/tagger1.3.php - work in progress
** output is customisable
** output is customisable
*** [[User:Chrisjjj|Chrisjjj]]
*** [[User:Chrisjjj|Chrisjjj]]
****looks good
****looks good
***** Stress test with 16819 lines was successful!
***** Stress test with 16819 lines was successful
***** Documentation: [[tango.info tagger list of tag names]] 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 27: Line 44:
***** Formalisation of interface for other pages (e.g. Mp3tag export output) to call by FORM ACTION
***** Formalisation of interface for other pages (e.g. Mp3tag export output) to call by FORM ACTION
**** "Tag list" label is missing!
**** "Tag list" label is missing!
**** http://www.tango.info/tools/tagger1.3.1.php?input=http://chrisjj.com/notfound.html puts warning text HTML code in tag list!
**** https://tango.info/tools/tagger1.3.1.php?input=http://chrisjj.com/notfound.html puts warning text HTML code in tag list!


*http://www.tango.info/tools/tagger1.3.2.php - work in progress
*https://tango.info/tools/tagger1.3.2.php - work in progress
** [[User:Chrisjjj|Chrisjjj]]
** [[User:Chrisjjj|Chrisjjj]]
*** Breaks back-compatibility of usage as FORM action: argument textarea with name 'input' now ignored
*** Breaks back-compatibility of usage as FORM action: argument textarea with name 'input' now ignored
**** Workaround: change parameter textarea 'input' to 'track_references'
**** Workaround: change parameter textarea 'input' to 'track_references'
** puts warning text HTML code in tag list http://www.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===
===Failure on track reference parsing===
* [[tango.info track tagger bugs]]
* fine
http://www.tango.info/tools/tagger1.3.2.php?track_references=http://cjj1.com/chrisjj/tango/cjjsets/2009-09-18_Wolfson.html
 
NOTE: Acceptance pf URL in track references field is undefined behavior! [[User:Chrisjjj|Chrisjjj]] 2010-12-03T11:29:05 (UTC)
 
* fails
http://www.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="http://www.tango.info/00743212200621-1-2"
class="external free" title="http://www.tango.info/00743212200621-1-2"
rel="nofollow">http://www.tango.info/00743212200621-1-2</a>

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