Is the original / source filename available somehow when saving? It's kind of a challenging choice to search for in the forums.
zeremy has quit
okno joined the channel
What I'm trying to do is put the original filename into the beginning of whatever is in the comment tag.
$set(comment,%_filename%[]%comment%) The file 'MyMusicFile.mp3', so the comment would now be whatever is there but begin with 'MyMusicFile []'
Don't care about the extension. I want to be able to grab the original filename during the saving script, to parse data from it as part of the newly named / saved file - and on stuff that is not in the database.
Etua joined the channel
Gazooo has quit
Gazooo joined the channel
Hm.. looks like it kinda does part of that already actually. The original filename is present, so getting it to merge to comments..
Etua has quit
SothoTalKer
there is _filename, but i don't know if that is the old or the new one :)
JoeLlama joined the channel
tdiaz
It appears to be the one before it's saved, so - the old/source one. Which is what I want.
What I'm trying to do is get that added to the comment tag when it's saved. I want to run a bunch of stuff through and attempt to standardized some names. A whole mess of radio show episodes. But I'm sure there's not going to be tag data in all of them, which is the point, to fix.
But if I lose the original filename and it doesn't have something I need, I can get it back from the original filename if I had it stashed someplace.
Which I'd only want to run that through a saving or tagger script once with that happening. ;-)
xplt joined the channel
peaveyman has quit
I'm trying to merge a csv of tags with a bunch of files with the eventual intent of submitting it all to the DB.
SothoTalKer
outsidecontext: maybe you know more? ^ :)
tdiaz
The csv has to be done elsewhere, which I have to figure out what to do that with, but if I can make some consistency of filenames first .. :)
Combined with I just realized I probably should do soundtracks and compilations with alphabetical sub directories.
outsidecontext
The %_filename% exists, problem is that currently the tagger script has no access to file specific variables. Those are only available in the file naming script
JoeLlama has quit
That's a long standing issue, we even had this initially marked as fixed in the 2.0 release, but it caused side effects and got reverted
tdiaz
I can do it in the file naming too, I'll just make it another option to enable / disable.
outsidecontext
I'm not sure making the old filename part of the new filename makes much sense
tdiaz
Basically, I have no idea what's going to happen when I save this stuff from the left side, so I want to retain the original filename somewhere, and comments seems like the best place.
outsidecontext
It would be doable with a plugin that triggers in the file save hook
tdiaz
Yeah, I don't want to make it part of the new name. I just want to keep it for purposes of reference while I get the rest of the handing figure out.
FWIW, I did discover that I can put the original filename onto the new filename when saving. But yeah. why. ;-)
BCMM joined the channel
leeijaw joined the channel
leeijaw
Is there any script to automatically create a release from naxos website?
Tagger script would be ideal in that it can just be un-ticked and not have to be part of the file naming bit. But if it can't get at the file specific variables.. that leaves doing it while saving for now. Either way I have to tick something before doing whatever files, so I don't keep appending filenames to the comment when I run it through again.
[11:50] <tdiaz> Basically, I have no idea what's going to happen when I save this stuff from the left side, so I want to retain the original filename somewhere, and comments seems like the best place.
it's quite possible to, if you want, not rename the file at all. there are 3 options under the options menu: save tags, move files and change names, and you cna enable or disable any of these
further. it might be possible to ask for a plugin that does exactly what yoy want. kepstin is our resident tagger-script wizard however, maybe he knows anything that can hlep you