Page 1 of 1

burning and filename lengths

Posted: Mon Dec 16, 2013 4:48 pm
by Shalmaneser
I'd like be able to analyze filename lengths within the library according to the limits on the various limits in the formats of burning to disks. Making permanent changes involved flipping between the burning dialogues and the library. It's UI hell when you have many files to deal with. Even better to have sorting on the flagged files for editing. I would add columns to the library which would be true/false according to what format type they adhere to.

Re: burning and filename lengths

Posted: Mon Dec 16, 2013 5:23 pm
by nohitter151
You could probably do this with the MagicNodes addon.

Re: burning and filename lengths

Posted: Mon Dec 16, 2013 5:52 pm
by Shalmaneser
Looking...

Re: burning and filename lengths

Posted: Mon Dec 16, 2013 6:08 pm
by nohitter151
http://www.mediamonkey.com/forum/viewto ... =2&t=19168

There is no preset for filename length so I suggest you ask in that thread what syntax to use in order to create such a node.

Re: burning and filename lengths

Posted: Mon Dec 16, 2013 6:43 pm
by Lowlander
You don't need to worry about the filename length on your PC when burning discs as you can limit them in the burn dialog. Instead of using <Title> you can use $Left(<Title>,50) which limits it to a maximum of 50 characters in the filename. Do this for all fields that may run long like Artist, Album Artist and Album.

Re: burning and filename lengths

Posted: Mon Dec 16, 2013 9:21 pm
by Shalmaneser
Magicnodes does just fine, thanks.