neo_x wrote:to get the RSS feed from NZB matrix for today..
Bad Ass 2012 BRRip XviD KAZAN
is then parsed into
Bad ass (2012)
yes your right it does translate the post name to the imdb name, this isnt performed via regex on the post name though, instead its done by looking up the movie title from the imdb link.
neo_x wrote:when i download the NZB
i gather even before that step Movie grabber parses the RSS release, as it needs to compare/verify it against my already downloaded movies etc.
yep moviegrabber will compare what it has already processed by looking at the original post title in the sqlite db and the current title its processing, it doesnt use the imdb title at this point.
neo_x wrote:my request is thus - the moment it needs to compare the parsed RSS name "Bad ass (2012)" to the NZB_backup folder, it parses the backup NZB file name before comparing. This shouldn't affect functionality(and if you are using a function to perform the parsing - should be rather easy).
moviegrabber could look for both the original post title and the imdb title in the completed folder yep, however if there is only the slightest different in the post title name then it will not match and will download it, for example a different release group would not match and thus you may get a duplicate, this is one of the reasons why i use imdb title and not original post title.
neo_x wrote:a while ago i requested functionality related to releasing duplicates form the queue( ie if i have two version of the same movie on que, and i release the version i want, that the rest of the movie copies be removed from que.
this seems to have been added now - except i am not seeing it in any change logs
.
yes you did indeed :-), i sneaked it into 2.1.8 as it was easier than first anticipated, here is the rather cryptic changelog line:-
- change delete movies from queue table by imdb name on release
basically i now delete anything queued with the same imdb name on queue release.