- Thread starter
- #11
I have a problem though, the program imports many files that I keep inside of hidden folders - I do not want to delete these files but do not want them imported either, could you please add an option not to import a file if it, or it's parent folder is hidden?
Also, perhaps a feature request: my files are not named with the exact movie title but the parent folder is - this obviously limits how useful some features of your program are to me but an option to use the folder name instead would correct that - and be awesome!
Edit: something I tried to work around my first problem was to try using wild cards in the excluded paths file (ie, '*\*extras*\*' would ignore any file in a folder with 'extras' in it's name) - as you'll already know, this isn't supported but would be a nice ability to have...
Hi Jamieo,
Glad you like it
Hidden files and folders - well there's one I've not heard before! But yeah, it makes sense not to scan folders marked as hidden. It's a tiny change to do - I've just tested it so it'll be in the next release.
Getting the name of the movie from the parent folder however might be tricky. It's an unusual (to me) way to store your files. At present the folder name is only used for DVD rips, where a VIDEO_TS.IFO file is found. It'll then try and find a folder name that isn't 'VIDEO_TS' or similar, and will assume that's the title. It may not be possible (or rather, not easy) to make that optional for all files.
The excluded paths file is, I'm afraid, not an exluded paths file! It's for excluded files only, so really can't work the way you describe. I'm guessing your folder structure is fairly complicated then, so presume you have a movie in a folder with subdirectories for associated content (like Extras as you mention). This should be fairly easy to add however, but will need a bit of thought.
How many folder names would you envisage excluding? Few or lots? I can easily change the folder scanning code to do a 'like' comparison against a given string or list of strings. On the other hand I worry that this could cause unpredictable imports - so %extra% would stop the import of The League of Extraordinary Gentlemen. Not the best example I admit, but you get the idea! Let me know what you think - as always I need to balance the needs of the many against the wishes of a few! That and my free time, of course!
Cheers,
Orion.
United Kingdom