Page 1 of 1
Setting file properties.
Posted: 28 Aug 2012 21:07
by 40k
Using the property() command you can retrieve a specific property from a file. I'd like to be able to set the properties of several mp3 files (artist, title, etc..) using a script command.
Is this possible?
Re: Setting file properties.
Posted: 28 Aug 2012 21:35
by highend
Afaik no, it's not.
Google for "ID3 Mass Tagger" (original homepage doesn't exist any more) and give it a try (ofc you have to control it via XY).
Re: Setting file properties.
Posted: 28 Aug 2012 22:50
by 40k
highend wrote:Afaik no, it's not.
Google for "ID3 Mass Tagger" (original homepage doesn't exist any more) and give it a try (ofc you have to control it via XY).
Which is weird considering it can be done manually though the "mp3 special" context menu...
edit: Well as it turns out FFmpeg is capable of setting media file properties through the command line. Which in turn can be scripted by XYplorer. So that fixes the problem.