it's still not "right".. artists collaborate on works, not each other
BrianFreud
I agree, but that was the AR all the more experienced users were arguing ought to be used in a recent edit debate
MxxCon
what about if a chopper crashed at a woodstock and all the bands rushed toward the crash to help out, would that be considered collaboration with each other?
:D
BrianG
i think i just collaborated all over myself
Aankhen`` joined the channel
MxxCon
impressive
BrianFreud
MxxCon - I think that'd be considered a mashup :P
warp peeks into the channel
hi warp :)
warp
hello
seliopou joined the channel
seliopou
HI! I have a question about building libmusicbrainz and libtunepimp
I've installed libmusicbrainz, and I'm trying to configure libtunepimp, but it's can't seem to find libmusicbrainz
When I check to see if libmusicbrainz is in the correct place, find that it is, though it has been installed as libmusicbrainz3, I belive
Freso
luks: ping
warp
libtunepimp is old i think, it probably doesn't work with libmusicbrainz3... which sounds like something new.
luks
Freso: ?
warp
seliopou: what do you need libtunepimp for?
seliopou
I was just looking to mess around with it
Freso
luks: Just thought I'd direct your attention to seliopou's question. :)
seliopou
there aren't any good os x taggers out there (at least that live up to my standards)
luks
seliopou: libmusicbrainz3 is completely new library
seliopou
so I wanted to see what I could do
luks
you need libmusicbrainz2
seliopou
I see
I'll try installing that
Thanks!
luks
but I'd suggest to not write anything new that uses libtunepimp
Freso
seliopou: If you come up with anything useful or would like someone to conspire with about an OS X tagger, please let me know.
MxxCon
seliopou compile kde and then amarok :D
warp
seliopou: i'm quite happy with picardqt on os x.
seliopou
MxxCon: I've been tempted :)
luks
MxxCon: amarok is a good tagger, since when? :)
MxxCon
since you start believing it is
it's a sufficiently good tagger..
luks
well, I guess it depends on what you expect from a tagger/player :)
MxxCon
what do you think is a good tagger?
for any os
seliopou
warp: as a user, I don't want to install so many dependencies to run a program
as a developer, I don't mind, as long as I'm creating something :)
luks
MxxCon: something more than just ID3v1-like album/title/artist tags
ID3 has over 80 frame types
even the "basic" vorbis recommendation has more tag types
sylvinus has quit
warp
seliopou: heh, ok
luks
MxxCon: of and if you mean a concrete app, picard :)
*oh
BrianFreud
hey luks, I knw you can create new functions with plugins... can you create variables as well?
MxxCon
luks, i want pretty basic info directly in my file plus UID and all the extra stuff in a separate database
luks
BrianFreud: "variable" == physical tag info
but the one from the latest ticket can't be done as a variable
BrianFreud
was wondering if I'd be able to hack some plugin together to pull off some of those variables I'd suggested as enhancements
luks
it needs to be a function, and it would require also some internal picard changes
seliopou
Speaking of which
MxxCon
many not-computer players crapout when files have bunch of unknown-to-them tags
BrianFreud
that one I figured - the other 4, I figured, prob could be
seliopou
luks: do you have any plans to adopt libmusicbrainz3?
luks
seliopou: what do you mean by adopt? in libtunepimp?
BrianFreud
afk a sec
seliopou
yeah
luks
libtunepimp is dead
there will be no new release
seliopou
luks: gotcha
MxxCon
ah luks is coding picard..cool hats off to you
BrianFreud
back... so luks, if I was to try an figure out how to impliment one (or all) of the other 4 variable, would I be creating $functions or %variables%?
sylvinus joined the channel
FauxFaux beats the musicip mixer with a stoooooooooooone.
luks
BrianFreud: depends... if you expect something to go to the tags, it should be a variable
for example %language% as LANGUAGE in ogg vorbis tags
BrianFreud
sortof - I'm looking with a aim towards pathnames, not nessesarily tags
luks
so, hascoverart should be probably a function
MxxCon
luks do you know of encspot software?
BrianFreud
so I could have a NoLanguageSet/ as well as a NoTypeSet/ to clean up
if you submit any PUIDs to MB, it will show you the standard error window on exit
BrianFreud
hmmm - I'd noticed that too, but I tend to funk something up each session, figured it was just me :P
luks
hmm!
if you get that anytime, please create a bug report and add the log
BrianFreud
well, you know me, I try to break it...
who else would try to drag a cluster from one instance to another? :P
luks
because if I don't know about such problems, I can't fix them
:)
BrianFreud
Did you change anything else in the PUID submit code?
luks
no, I don't think so
BrianFreud
Since a9, I've noticed I occasionally get an active "Submit PUIDs" button when loading only already ID'd files
no PUID edits show up in my edit log, however
sylvinus has quit
oh, by the way... with the whole quasi-genre thing I was working on. I've found the if(artist1|artist2,%%) works well for classical and spokenword, but horribly for jazz, if you ever try to set something similar up yourself.
luks
no, I use last.fm tags as "genre"
BrianFreud
for jazz I just end up using an if2((if(%%,artist1),jazz),(if(%%,artist2),jazz),etc). Just so many collabs and variations on a name, you either end up missing 90% of the jazz groups, or trying to list every single permutation :P
luks
so I usually end up with 10+ tags per file
BrianFreud
ugh
luks
no, that's actually quite cool
BrianFreud
see, I'm using it for actual paths, so last.fm isn't too useful
luks
because you can then filter the library in various ways
would be easier to write plugin for that, probably
BrianFreud
lol... haven't quite gotten it where I want it - you adding those 4 tags will definitely let me get it 100% - but oh my god the string is long...
luks
with a list of names, and then check all of them
BrianFreud
put it this way, in notepad, with wordwrap off, it wraps 4 full lines :P
luks
heh
BrianFreud
yeah
if you're looking for, say, bill cosby and george carlin = spokenword, no problem.
But if you have Miles Davis, Miles Davis Quartet, The Miles Davis Trio, Miles Davis Sextet, etc...
then all the Miles Davis & John Coltrane, Frank Sinatra & Miles Davis...
gets to be insanely long, and you inevitably miss some
So sometimes better to use the one, sometimes better to use the other - then I just string them all together in a if2
catgroove
luks would be easier to write plugin for that, probably <-- yes please! :O
luks
well, if I will have time, I can hack on something also with page in the options window
catgroove
:)
luks
so you can easily map names to "genre"
catgroove
:D
BrianFreud
actually, it really isn't a complex filenaming string - it just looks like it when you mash it all together.
catgroove
the picard scripting-fuu could nered to be able for newlines
BrianFreud
very true
luks
I didn't expect people will use such insanely long *file naming* scripts