luks: has 3 .csv files from 3 different folders with mostly crap tags
2006-09-08 25110, 2006
deadchip
like, 1000 files or so
2006-09-08 25112, 2006
luks
thanks!
2006-09-08 25134, 2006
deadchip
sure :D
2006-09-08 25104, 2006
BrianG
does anyone else have to export JAVA_HOME=/usr before running MIP Mixer
2006-09-08 25103, 2006
BrianG
when did mixer 1.6 get released?
2006-09-08 25119, 2006
luks
BrianG: add the "export JAVA_HOME=/usr" line to ~/.gnomerc
2006-09-08 25131, 2006
luks
or maybe system-wide to /etc/profile
2006-09-08 25135, 2006
BrianG
i don't have a ~/.gnomerc , should i just create it with that one line?
2006-09-08 25133, 2006
luks
yes
2006-09-08 25123, 2006
BrianG
thanks
2006-09-08 25157, 2006
deadchip
luks: btw what kind of badly tagged do you need, though?
2006-09-08 25110, 2006
deadchip
this waas all from my downloads folders
2006-09-08 25111, 2006
deadchip
most of the rest of my music is already tagged using MB, but some isn't
2006-09-08 25115, 2006
deadchip
i can run it trough that again
2006-09-08 25118, 2006
luks
any kind :)
2006-09-08 25158, 2006
deadchip
heh ok
2006-09-08 25108, 2006
luks
i want them to testing the automatic tagging in picard
2006-09-08 25109, 2006
deadchip
i'll run it trough some more folders
2006-09-08 25139, 2006
luks
egg, -ing
2006-09-08 25110, 2006
luks
blah
2006-09-08 25135, 2006
luks
basically i need the tags only to fine-tune the coeficients, thresholds, etc.
2006-09-08 25131, 2006
deadchip
ah
2006-09-08 25134, 2006
deadchip
hmm
2006-09-08 25155, 2006
deadchip
luks: do you perform lexical analysis on the tags contents?
2006-09-08 25119, 2006
luks
not yet
2006-09-08 25121, 2006
deadchip
like pattern matching/string matching?
2006-09-08 25105, 2006
luks
currently it uses only MB lucene lookups + lots of levenshtein distances calculation
2006-09-08 25114, 2006
FauxFaux was contemplating writing a "bad tag recogniser" baesd on something like ID3 (http://en.wikipedia.org/wiki/ID3_algorithm), would be nice to see what you come up with, luks.
2006-09-08 25131, 2006
deadchip
hmm
2006-09-08 25157, 2006
deadchip
well in BMP, i'm going to implement that duplicate scanner certainly i think
2006-09-08 25158, 2006
deadchip
hum levenshtein distances don't really account for various languages?
2006-09-08 25103, 2006
deadchip
ok that's wrongly put
2006-09-08 25104, 2006
luks
nope
2006-09-08 25112, 2006
deadchip
but, they will only get so far either
2006-09-08 25129, 2006
FauxFaux
A duplicate checker would be great, too. (and a windows port ;p)
2006-09-08 25147, 2006
deadchip
let's say you compare a certain tag of one file with one from another, and it's a different language
2006-09-08 25158, 2006
deadchip
and for some reason the word is correct in one language, and the other word as well in another
2006-09-08 25107, 2006
deadchip
then there would be a LD > 0, but they would be still actually distinct and valid
2006-09-08 25126, 2006
deadchip
FauxFaux: well i'll implement it _in_ BMP, not sure how externalizable it'll be
2006-09-08 25127, 2006
luks
well, in badly tagged files you can usually expect romanized titles
2006-09-08 25130, 2006
luks
and for most of scripts it's quite easy to write a simple transliterator
2006-09-08 25134, 2006
deadchip
FauxFaux: i'll try to make it a library, but i have no idea of win32 programming
2006-09-08 25140, 2006
FauxFaux
deadchip: I meant a windows port /of/ bmp. :)
2006-09-08 25156, 2006
deadchip
FauxFaux: ah haha
2006-09-08 25107, 2006
deadchip
FauxFaux: yeah we're working on that ... slow :P
2006-09-08 25117, 2006
deadchip
FauxFaux: i've dropped the nonsense winamp2 interface btw now
i had gentoo installed once, but i'm pretty sure i won't do it anymore :)
2006-09-08 25120, 2006
VxJasonxV
luks: quick question about the extract tags py script
2006-09-08 25131, 2006
VxJasonxV
1) does it do recursive? or do I need to run it specifically against one folder?
2006-09-08 25143, 2006
luks
yes, it's recursive
2006-09-08 25143, 2006
VxJasonxV
ideally, I just wanna run it against my whole collection here at work (not that big)
2006-09-08 25154, 2006
deadchip
gentoo is developer's nightmare
2006-09-08 25159, 2006
deadchip
i don't get how developers can run gentoo
2006-09-08 25118, 2006
deadchip
i really prefer and have to often enough compile my own software which takes long enough since it's C++
2006-09-08 25129, 2006
deadchip
rather than constantly compile other people's software
2006-09-08 25132, 2006
deadchip
x_x
2006-09-08 25111, 2006
deadchip
i really need to finally implement collections
2006-09-08 25125, 2006
deadchip
so i can group files that are otherwise unrelated together as an entity inside the player
2006-09-08 25157, 2006
FauxFaux
You mean, like, playlists?
2006-09-08 25112, 2006
deadchip
i think (and hope) i can generalize albums out as specific case of a collection
2006-09-08 25127, 2006
deadchip
FauxFaux: well, yeah, sort of like playlists, but dynamically adapting
2006-09-08 25133, 2006
rpedro has quit
2006-09-08 25155, 2006
deadchip
it's not an outrageous invention either but i just need to finally add it
2006-09-08 25137, 2006
deadchip
you can have a number of match attributes, and a number of sort attributes
2006-09-08 25110, 2006
deadchip
static playlists work for that mostly but they don't accomodate for stuff like when you rename the file
2006-09-08 25111, 2006
deadchip
(BMP tracks files independent of the name)
2006-09-08 25142, 2006
deadchip
this "static" matching of data everywhere really has come to an end
2006-09-08 25104, 2006
deadchip
when built with HAL, BMP doesn't even store full paths for files anymore, but only the volume UUID and the volume roor relative path
2006-09-08 25114, 2006
VxJasonxV
wheee, 2868 files extract_tags is working on
2006-09-08 25125, 2006
deadchip
i've extended our XSPF writer to write application-specific XML for each <track/> item which stores the volume UDI and the relative path into it as well
2006-09-08 25153, 2006
deadchip
so for example if you make a playlist from your portable device or external usb storage or whatever, you can still load it indepdendtly of where it gets mounted as a UNIX mountpoint
2006-09-08 25127, 2006
VxJasonxV
luks, would you prefer I send it over a particular medium?
2006-09-08 25151, 2006
deadchip
pigeons
2006-09-08 25100, 2006
rpedro joined the channel
2006-09-08 25101, 2006
luks
:)
2006-09-08 25110, 2006
BrianG
smoke signal
2006-09-08 25111, 2006
luks
email lalinsky @ gmail, or if you can upload it somewhere