Ugh, sorry, no, it's not. hat was my first attempt :P It's modified from the "Remove "feat." from track titles" example: $set(title,$rreplace(%title%,\\s\\\(feat. [^\)]+\\\),))
2007-06-03 15446, 2007
luks
those examples are most likely broken
2007-06-03 15450, 2007
BrianFreud
:P
2007-06-03 15453, 2007
BrianFreud
fun fun
2007-06-03 15402, 2007
luks
I wrote them before taggerscript was actually implemented
2007-06-03 15406, 2007
BrianFreud
ah
2007-06-03 15409, 2007
Rondom
luks: zvuky (czech) means sound, right?
2007-06-03 15414, 2007
luks
sounds
2007-06-03 15420, 2007
Rondom
and trasa means lines?
2007-06-03 15420, 2007
luks
zvuk = sound
2007-06-03 15434, 2007
BrianFreud
All I really want to do is, if BrianGenre=classical, if ( found in albumtitle, delete from ( to end of line
2007-06-03 15436, 2007
luks
I'd say route
2007-06-03 15437, 2007
Rondom
or linka?
2007-06-03 15402, 2007
Rondom is looking for prague metro sounds
2007-06-03 15407, 2007
luks
in what context?
2007-06-03 15408, 2007
luks
ah
2007-06-03 15456, 2007
Cit-busy joined the channel
2007-06-03 15457, 2007
Rondom
found two pages, but they are outdated, but it's not worth searching more anyway
2007-06-03 15405, 2007
Rondom
thanks anyway, luks
2007-06-03 15440, 2007
Jugdish
server having probs or is it just me?
2007-06-03 15446, 2007
BrianFreud
Is what I'm trying to do possible luks? Some of the classical titles just get so incredably long, once the orchestra, conductor, etc get added in, Windows can't handle the length. Have one release that just errors out when trying to save it in QT.
2007-06-03 15409, 2007
BrianFreud
been off and on today for me Jugdish, though seems ok at the moment
including the spreadsheet I use to keep it straight :P
2007-06-03 15422, 2007
BrianFreud
One useful thing I've noticed when debugging crazy QT strings, don't know if it's intended, but it's useful - if you copy it in from excel or notepad or whatever including the line breaks, it'll tell you what line is causing it headaches. It's the same as normal coding - never really the right place, but helpful to get some idea, when you're missing a ) or something
2007-06-03 15452, 2007
luks
BrianFreud: re: "Have one release that just errors out when trying to save it in QT" - can you please add things like this to bugs.mb.org and attach the error(s) from the log?
2007-06-03 15433, 2007
BrianFreud
Sure - that actually is exactly what I'm trying to fix here :)
2007-06-03 15400, 2007
BrianFreud
hmmm...
2007-06-03 15400, 2007
luks
yep, but fixing it by script isn't really a fix
2007-06-03 15414, 2007
BrianFreud re-createg the error... log file was at 256 mb :P
2007-06-03 15426, 2007
Citizen has quit
2007-06-03 15425, 2007
Cit-busy
Cit-busy is now known as Citizen
2007-06-03 15426, 2007
BrianFreud
ok, log added
2007-06-03 15415, 2007
luks
this is exactly what I needed the log
2007-06-03 15430, 2007
luks
the problem is not in the length, but in the space before \
2007-06-03 15450, 2007
BrianFreud
Bug on my end then?
2007-06-03 15456, 2007
luks
nope
2007-06-03 15425, 2007
BrianFreud
ah, I see it now... "Chorus \\009."
2007-06-03 15429, 2007
luks
there is no such thing as a bug in user end :)
2007-06-03 15446, 2007
BrianFreud
heh, with tagger script, I've already proven that one... :P
2007-06-03 15407, 2007
luks
well, if you give it a wrong script and it can't handle it, it's a bug in the program
2007-06-03 15412, 2007
BrianFreud
true
2007-06-03 15408, 2007
BrianFreud
So for the moment, a simple workaround, $set(title,$trim(%title%))
2007-06-03 15439, 2007
luks
not really
2007-06-03 15433, 2007
luks
it needed to cut the album title after "... Music Chorus "
2007-06-03 15434, 2007
BrianFreud
Oh, I see... the title cropping QT is doing just happens to be cropping with a space at the end
2007-06-03 15459, 2007
BrianFreud
so a pre-trim wouldn't fix it
2007-06-03 15424, 2007
luks
there is no way to fix it from the script
2007-06-03 15416, 2007
luks
(fix the real problem, that is)
2007-06-03 15422, 2007
BrianFreud
right
2007-06-03 15435, 2007
luks
you can workaround it be cropping the titles in the script
2007-06-03 15440, 2007
luks
by
2007-06-03 15419, 2007
BrianFreud
right - that's what I'm doing for classical with removing the () - moving that info elsewhere, so no length issues
2007-06-03 15432, 2007
BrianFreud
then add back in the disc # with your plugin
2007-06-03 15428, 2007
inhouseuk has quit
2007-06-03 15434, 2007
inhouseuk__ joined the channel
2007-06-03 15439, 2007
inhouseuk__
inhouseuk__ is now known as inhouseuk
2007-06-03 15426, 2007
BrianFreud
yeah! A bit more taggerscript to add disc numbers back in, we're happy campers on the file naming string! :)
2007-06-03 15456, 2007
FauxFaux prods the server.
2007-06-03 15426, 2007
BrianFreud
hmm, ok, this is wierd
2007-06-03 15453, 2007
BrianFreud
If I just use the disc# plugin, I get "The Complete 2000 Year Old Man", as you would expect.
2007-06-03 15408, 2007
muz
The server needs to eat moar ponies
2007-06-03 15411, 2007
BrianFreud
If I then add the disc # back in, using this taggerscript, $set(album,%album%$if(%discnumber%, \(disc %discnumber%$if(%discsubtitle%,: %discsubtitle%)\)))
2007-06-03 15415, 2007
FauxFaux
Noes.
2007-06-03 15423, 2007
BrianFreud
I get The Complete 2000 Year Old Man (disc 3_ Carl Reiner & Mel Brooks at the Cannes Film Festival)"
2007-06-03 15427, 2007
HiFructose
i can has discid?
2007-06-03 15439, 2007
BrianFreud
but the album tag gets set to The Complete 2000 Year Old Man (disc 3_ Carl Reiner & Mel Brooks at the Cannes Film Festival) (disc 3_ Carl Reiner & Mel Brooks at the Cannes Film Festival)
2007-06-03 15431, 2007
BrianFreud
release title is fine, but the disc # info gets duplicated in the tags :P
2007-06-03 15457, 2007
Rondom has quit
2007-06-03 15451, 2007
BrianFreud
hmmm, ok... Just accidentally wrote a file naming string that wrote output to seemingly nowhere... :P