Raw command for writing a folder.jpg to a MP3 file?

I guess, there is no raw command for this. The idea is to save time, when writing the LP covers (a lot of them), which are folder.jpgs, to the file. At the moment i only i can do by opening the meta panel and to use the built in function, click/add/save. Maybe there's another way?

Yes, you can use

@nodeselect
@nofilenamequoting
SetAttr META "coverart:3:{sourcepath}folder.jpg"

Keywords for SetAttr META

4 Likes

I wasn't sure if SetAttr would include cover art actions. Another very useful code for my toolbox. Thanks a lot!