| | #11 (permalink) | |
| Join Date: Sep 2007 Location: London
Posts: 178
Thanks: 1
Thanked 26 Times in 20 Posts
Country: | Quote:
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. | |
| | |
| | #12 (permalink) | |
| Portal Member Join Date: Dec 2007
Posts: 275
Thanks: 51
Thanked 8 Times in 8 Posts
Country: | Quote:
I think that a option for updating MediaLabel of moved files could work fine. | |
| | |
| | #13 (permalink) | |||
| Portal Member Join Date: Jun 2007
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Hi, thanks for your reply. ![]() Quote:
I've actually just wrote a script for amc that will do this for me afterwards, the main line of which just replaces whatever is in the Title field with the parent folder name as can be seen below: // The part in blue is just a long winded way to get the parent folder name SetField(fieldOriginalTitle, ExtractFileName(ExcludeTrailingPathDelimiter(Extra ctFilePath(GetField(fieldSource))))); However, this means I cannot use your program for internet lookups which is a shame as it would be nice to have the basic information already added without having to use amc. It is my hope that the info retrieved by your scripts will become as complete as amc meaning it will not be required (at all?) in future. Quote:
Quote:
![]() Thanks, Jamie. Last edited by jamieo; 2008-08-14 at 15:45. | |||
| | |
| | #14 (permalink) |
| Portal Member | i discovered a bug i think since this new feature with language and sublang i though i would manually update with media info only so i select media info only in database fields tab and update media data in manual update worked well but it replaced the Original Title! leaving me manually editing them in amc to fix ![]() other than that thx for this nice program ![]() |
| | |
| | #15 (permalink) |
| Portal Member | Some improvement suggestions: 1. Scan should be able to handle file names for scene releases like Black.Hawk.Down.2001.BluRay.1080p.DTS.x264.dxva-EuReKA. With current version this is a no go. 2. Scan should be able to scan folder names instead of files (which I think was previously suggested) 3. Exclusions (for sample files etc.) should be possible (which I think too was previously suggested) Without 1. or 2. the updater is useless for me ![]() |
| | |
| | #16 (permalink) | |
| Portal Member | Quote:
Yes would definitely be needed.. Another thing.. If files allready is mad by AMC, and IMDB the "homepage" allready points out where the movie information is located, why not just use this in the first place? Make this app, if homepage allready there use it, and if not just look up.. | |
| | |
| | #17 (permalink) |
| Join Date: Sep 2007 Location: London
Posts: 178
Thanks: 1
Thanked 26 Times in 20 Posts
Country: | Hi all, Wow - I'm offline for a few days and suddenly there's loads of posts here! Movie Title Handling: I'm going to change this whole section I think - it's quite inflexible at present. Fremel - that is indeed a bug. It shouldn't update that field but at the moment it does it without asking, regardless of what options are selected on the Database fields tab. I'll add a new option for 'Original Title' with the following choices: Use filename (and 'clean' with RegEx) Use parent folder name Use Internet Lookup data At the moment I'm unsure about the regex to clean the movie title. This could be one entry for a fairly complex regex, or I could do a list with individual items to strip/replace from the filename. I'm thinking something like the 'string replacements' option in the MyTVSeries plugin. Comments are welcome! Excluded Files: Jamieo - At the moment I'm not sure if I can get my file/folder enumerator (which does the actual file-level scanning) to work like that. The code does a simple recursive loop through the files and folders it finds, and for each file it finds it could be adapted to perform a bit of logic before adding it to the 'found files' list. I'll have a play and see what can be done. If you can give me a more detailed example of your folder structures that would help - PM me if you don't want it public or anything! Seco - Basic exclusions are already possible - the Excluded Movies file stores these as a simple list with a carriage return between entries. Enter the full path to each file you want ignored and they won't be imported. Excluding files based on dynamic logic is fairly complicated - how can the program tell the difference between sample / additional files and the main movie? For Jamieo's example, he's looking at a very structured file system which could form the basis for such functionality, but I suspect that's a fairly unusual way to store your films. And finally... z3us - I'm still not sure how you want the DVD label feature to work. If you move files from the hard disk to a DVD then how would the Manual Updater work? I don't see how it could update the media label like that. It sounds like you should run the main scan against your DVD-ROM drive, and hopefully it will work out that the files have moved; update the location to d:\ (or whatever) and update the media label to match. Does that make sense? Cheerio, Orion. |
| | |
| | #18 (permalink) | |
| Portal Member | Quote:
Btw. great tool you got here.. Hopefully we will see an update soonLast edited by 1stdead; 2008-08-17 at 15:40. | |
| | |
| | #19 (permalink) | |
| Portal Member Join Date: Jun 2007
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Quote:
We also seem to be in the same situation of being unable to use your program because: 1) Movie Titles are not recognised This can be rectified most easily by using the parent folder name for the movie title instead - in certain cases this may lead to a few entries with the same title (a trilogy stored in the same folder), but a little manual intervention would be required for those anyhow and if anything it'll make it easy to spot them and add the hierachy info. For instance, I'll have three entries called "Bourne Trilogy" so I just append the '\' character and the real titles after so they are treated as a group by the MyFilms plugin. Perhaps your program could even help with that by automatically appending the filename to all duplicates ie, "FolderName\FileName" - it would still require manual correction to be perfect but it'll really help. Btw, seco suggested some regex cleanup operation and MPTVSeries implements this well but only because is also uses the whole path. Looking at my tv series collection it mainly uses the filename for the season and episode numbers only, while extracting the series title from the parent folder name(s). Also, many of my files do not even include the movie/series title in the filename but in the folder name only. 2) Too many extraneous files are also imported If secos folder structure is anything like mine then simply ignoring certain folders will sort this one. I'll send you a short output from cmd tree /f as an example and I hope that'll clear things up. At the very least a simple list of exact but case-insensitive names that's checked against would fulfil this in the meantime, ie: Folder_Exclusion_List.txt: extra extras sample samples Psedo code during scan If the folder name matches exactly* to the list then ignore this entire folder and carry on. ![]() *Match is case insensitive though... | |
| | |
| | #20 (permalink) |
| Portal Member | By the way, it seems that the TVSeries plugin is able to parse scene release file names correctly like "stargate.atlantis.s05e05.720p.hdtv.x264-ctu.mkv". So maybe the algorithm/regexp can be used for the movie file names too with little modifications. Here's couple of directory structure examples that I have which are the reason for requesting some features earlier. 1. D:\Movies\Black Hawk Down\Black.Hawk.Down.2001.BluRay.1080p.DTS.x264.dx va-EuReKA.mkv D:\Movies\Black Hawk Down\Sample\sample.mkv 2. D:\Movies\Black Hawk Down\Black.Hawk.Down.2001.BluRay.1080p.DTS.x264.dx va-EuReKA.mkv D:\Movies\Black Hawk Down\Black.Hawk.Down.2001.BluRay.1080p.DTS.x264.dx va-EuReKA.[SAMPLE].mkv |
| | |
![]() |
| Bookmarks |
| Tags |
| amc, updater |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| auto-updater! | Eyep0p | Improvement Suggestions | 2 | 2007-10-29 14:43 |
| Auto SVN updater | SpudR | Improvement Suggestions | 3 | 2007-08-31 16:29 |
| Updater and DShow filters | diehard2 | General Support | 0 | 2006-09-07 19:30 |
| Skinproblem with updater 0.2.0.2 | olbo | Skins | 4 | 2006-07-28 10:22 |
| FireDTV remote don't work after 0.2.0.2 updater | Hell_Angel | General Support | 0 | 2006-07-25 12:58 |