Hello,
I need to rename a bunch of files for XBMC to read the files correctly.
However, the files are stored on an extern Linux box (a Synology NAS). Thus, it would be a huge waste of time to move the files from the client compared to moving them via a script on the actual box.
Thus, I would really love if I could somehow copy the lines from the preview window of the Rename, Move and Copy dialog to a text editor or a spreadsheet. However, I cannot get it to work.
Can I somehow write this preview info to a file so I can make my script?
Another possible solution would be to make a new field with the new filename. Would it be possible to export this value easily? I just want a simple text file, not XML.
Thanks,
Rasmus
PS: How can I make MC check if a given number is one the form nn, and if it is not make it on that form?
I.e. check if "1" in two digits and transform it to "01" since it is not.