INTERACT FORUM
More => Old Versions => Media Center 12 (Development Ended) => Topic started by: jkrzok on December 03, 2007, 09:48:21 am
-
Is it possible to create a smartlist or something that would find any files not named in a "correct" format? I try to name all my files like so:
[album artist (auto)]-[album]\[track#] - [name]
I know I could easily rename my library using this rule but there are some files (especially multi-disc albums) that go by a different rule (adding the disc number before the track number in the file name).
Can someone help this obsessive-compulsive?
-
Could you create some user fields,
ie [tempalbumartistauto], [tempalbum],[temptrack],[tempname]
use Fill Properties from Filename to fill them, then use smartlist to find them, with the configuration of the smartlist
dependent upon how your errors were reflected in these temporary user fields?
-
Either would be possible, but a much easier route would be to create an expression to use in the Rename Files from Properties that does an If statement and checks to see if [Disc #] exists and if so prints it and if not does nothing. Check the expression language docs in the Wiki (http://wiki.jrmediacenter.com/index.php/Media_Center_expression_language). You'll need the If statement and the IsEmpty statement. If the IsEmpty statement returns 1 (true) then it will make the If statement result in True.
You should be able to figure it out. I know Marko has described it here before as well ... Try searching.
Then, you can just use your expression and rename them all. If the files have a Disc # then it will add that to the file/folder name. If not, then it won't.
I use this quite a bit. If you can't figure it out, post back and I'll figure it out for you (or someone will).
-
The same question was asked a while ago... http://yabb.jriver.com/interact/index.php?topic=32700.0
If you follow strict naming rules religiously, then, as glynor has stated, it would benefit you to have a couple of expressions to use in the rename from properties tool. If you need help with those, remember to list all templates used when renaming your files.
If you don't want that, and really only want to check for incorrectly named files, this is relatively easy to achieve by using the method outlined in the thread linked above. Note that that thread only deals with actual file names, not their paths, though incorporating paths is a simple addition to make.
Shout if you need more help.
-marko.
-
why not just rename them from properties, MC will rename them if it needs to be changed.