Does anyone know why multi-disc releases get the Record Label entered multiple times into the recordlabel field and the Catalog Numbers for every disc tagged into every file instead of just the correct Cat Number each file belongs to?
2011-07-12 19306, 2011
reosarevok
bitmap, this is for you
2011-07-12 19319, 2011
reosarevok
nikki: the previous one might be for you
2011-07-12 19332, 2011
nikki
I was just looking at it
2011-07-12 19344, 2011
zexpe
It's linked from other pages still
2011-07-12 19313, 2011
nikki
zexpe: fixed
2011-07-12 19320, 2011
nikki
let me know if you find any others like that
2011-07-12 19327, 2011
zexpe
Thanks
2011-07-12 19306, 2011
zexpe has left the channel
2011-07-12 19349, 2011
aeontech joined the channel
2011-07-12 19342, 2011
ocharles
kccourier: catalog numbers aren't associated with dics
2011-07-12 19339, 2011
bitmap
kccourier: I think the record label bug is fixed, but not in the current beta
2011-07-12 19332, 2011
kccourier
I figured that out, but it's frustrating when a four disc box set has the actual catalog number for each individual disc entered in NGS which results in every single file getting tagged with all the listed catalog numbers. Maybe most people won't notice but my naming scheme results in some really long folder names with incorrect data
2011-07-12 19324, 2011
outsidecontext joined the channel
2011-07-12 19343, 2011
kccourier
The catalognumber field for Fleetwood Mac's "The Complete Blue Horizn Sessions: 1967-1969" gets tagged with "73003-273003-2(1)73003-2(2)73003-2(3)73003-2(4)73003-2(5)73003-2(6)
2011-07-12 19327, 2011
kccourier
73003-2 is the cat number one the outside of the box with 73003-2(1) for disc 1 and 73003-2(2) for disc 2 and so on....
2011-07-12 19343, 2011
kccourier
Maybe there is nothing that can be done about this and I will just have to teach myself enough python to script my own solution. I just wanted someone to be aware that there was an issue at least to me.. Thanks for the response
2011-07-12 19337, 2011
DocPlatypus joined the channel
2011-07-12 19321, 2011
reosarevok
Something should certainly be done about it, as linking each cat# with its medium is more useful info and more useful info is always good for the DB (even if it didn't affect tagging)
2011-07-12 19310, 2011
kccourier
It would be nice however if the string would have some type of separator between the different cat numbers when they are strung together into the field
2011-07-12 19305, 2011
kccourier
that would make scripting a solution for my naming scheme easier
merged, I think that the merge request should close automatically
2011-07-12 19356, 2011
hrglgrmpf
thanks again!
2011-07-12 19314, 2011
hrglgrmpf
maybe of interest to someone: I wrote to BBC how long they need to adapt to NGS, and they wrote "all should be sorted and back to normal
2011-07-12 19319, 2011
hrglgrmpf
in the next couple of months"
2011-07-12 19348, 2011
derwin
exciting :)
2011-07-12 19303, 2011
hrglgrmpf
well, I thought it wouldn't need that long :-(
2011-07-12 19323, 2011
luks
large companies have complicated processes
2011-07-12 19358, 2011
luks
pecastro who is sometimes in #musicbrainz-devel is working for the BBC dealing with the NGS setup
2011-07-12 19311, 2011
hrglgrmpf
yes, but obviously that says much about how much they really need the musicbrainz service...
2011-07-12 19325, 2011
hrglgrmpf
(live feed)
2011-07-12 19358, 2011
hrglgrmpf
luks: on other notes, acoustid-fingerprinter fails to build since 3 weeks or something...
2011-07-12 19333, 2011
hrglgrmpf
it seems like a problem between cmake and a new Qt release
2011-07-12 19358, 2011
hrglgrmpf
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
2011-07-12 19308, 2011
hrglgrmpf
Could NOT find Qt4 (missing: QT_QTCONCURRENT_INCLUDE_DIR QT_QTCONCURRENT_LIBRARY) (found version "4.7.3")
2011-07-12 19314, 2011
luks
hmm
2011-07-12 19342, 2011
hrglgrmpf
I'm running Debian Sid with libqt4 4.7.3-5
2011-07-12 19342, 2011
luks
I don't know what could be the problem, but the Qt module is a part of the CMake library
2011-07-12 19310, 2011
luks
it doesn't need QtConcurrent anymore though, so maybe just removing it will fix the problem
2011-07-12 19334, 2011
hrglgrmpf
maybe
2011-07-12 19343, 2011
hrglgrmpf
I tried to google the error, but no success
2011-07-12 19334, 2011
luks
might it be that debian split the package and you don't have it installed?
2011-07-12 19352, 2011
ruaok joined the channel
2011-07-12 19306, 2011
hrglgrmpf
hmm, I don't think so... I have installed all available libqt4 -dev packages...
2011-07-12 19323, 2011
hrglgrmpf
never really got warm with cmake... I still like autoconf :-)
2011-07-12 19303, 2011
luks
you actually develop projects that use autoconf?
2011-07-12 19300, 2011
kepstin-laptop does...
2011-07-12 19311, 2011
kepstin-laptop
sometimes automake is really just the best tool for the job
2011-07-12 19325, 2011
hrglgrmpf also does!
2011-07-12 19338, 2011
kepstin-laptop
been around forever; doesn't require any extra tools installed for someone to 'just compile' a package.
2011-07-12 19358, 2011
hrglgrmpf
especially of course C programs that need to run on various Unix-like systems... for this case it is the best
2011-07-12 19305, 2011
luks
well, you have to download 1+ MB extra source code in the project tarball :)
2011-07-12 19314, 2011
hrglgrmpf
hehe :-)
2011-07-12 19323, 2011
luks
I find autotools painful, but the only reason why I use cmake is that it works well on unix, has a clicky-clicky way to generate IDE projects and can build OS X frameworks
2011-07-12 19341, 2011
luks
so I don't have to deal with multiple build systems
2011-07-12 19340, 2011
kepstin-laptop
huh? why would you have to download extra source code in the tarball?
2011-07-12 19343, 2011
hrglgrmpf
yes, I think if I had to support Windows/Linux/OS X I wouldn't use autoconf either...
2011-07-12 19306, 2011
kepstin-laptop
well, the configure script can get kind of big, but not /that/ big.
2011-07-12 19322, 2011
kepstin-laptop is going on happily ignoring windows for now.
2011-07-12 19352, 2011
kepstin-laptop
that, and I don't like IDEs and have never owned an OS X machine.
2011-07-12 19308, 2011
hrglgrmpf
kepstin-laptop: well, I think if you have a fully autoconfigred project (libtool+gettext), it can be really big (but of course 1M+ was an exaggeration :-))
2011-07-12 19333, 2011
hrglgrmpf
especially libtool needs so many helper programs
2011-07-12 19341, 2011
hawke__ joined the channel
2011-07-12 19303, 2011
luks
the last project that used autotools was taglib, the configure script has 750KB
2011-07-12 19319, 2011
luks
I'm sure I can find enough autotools code in the tarball to add up to 1MB
2011-07-12 19340, 2011
hrglgrmpf
wow, I wouldn't have thought that
2011-07-12 19355, 2011
hrglgrmpf
but luckily bzip2 does a good job for this kind of data!
2011-07-12 19325, 2011
kepstin-laptop
the modern hip compression format to use in the linux world is xz (an updated lzma2)
2011-07-12 19338, 2011
hrglgrmpf
yes, but I use autoconf because I have/want to support many Unix-like systems, so xz archives are sometimes a little cumbersome
2011-07-12 19355, 2011
kepstin-laptop
but yeah, the worst thing are the hand-rolled build systems.
2011-07-12 19326, 2011
kepstin-laptop
I really hate a build system where 'make DESTDIR=/tmp/somefolder install' doesn't work
2011-07-12 19349, 2011
hrglgrmpf
yes... my university project uses a huge hand-crafted makefile... fun!
2011-07-12 19350, 2011
kepstin-laptop
but hey, I'm the only person in the world who uses a makefile, a couple of custom command line tools, and a few shell scripts to encode my music files ;)
2011-07-12 19317, 2011
hrglgrmpf
*encode*?
2011-07-12 19323, 2011
hrglgrmpf
you mean rip?
2011-07-12 19350, 2011
kepstin-laptop
no, I use EAC to rip ;)
2011-07-12 19320, 2011
kepstin-laptop
(to cue+wav, which is the input to my other scripts)
2011-07-12 19327, 2011
luks
wasn't you happily ignoring windows? :)
2011-07-12 19340, 2011
hrglgrmpf
does it even work good in LAME?
2011-07-12 19359, 2011
hrglgrmpf
I didn't trust that, because of all the hardware layers...
2011-07-12 19331, 2011
hrglgrmpf
luks: ju!! your github commit fixed the compile problem!
2011-07-12 19309, 2011
Leftmost
kepstin-laptop, why not just have EAC encode to FLAC?
2011-07-12 19342, 2011
Leftmost
Also, I totally use shell scripts and the like to maintain lossy encodes of my music. :P
2011-07-12 19303, 2011
Tecfan_
any of you know if it's possitlbe to get facebook support on irc? :P
2011-07-12 19338, 2011
Tecfan_
i can't see any official contact scheme anywhere..
2011-07-12 19346, 2011
reosarevok
I don't think there is
2011-07-12 19308, 2011
reosarevok
I can understand it, or they'd be flooded with hate mail, seeing how each change they do makes it worse