1
Support / Re: IMDb plugin maintenance issues
« on: February 25, 2012, 06:55:17 am »Take your blinders off...
I have and it appears that you have either deleted a message or modified it so that the original information is lost, as I cannot locate the message containing your quote:
If the file scanner is configured correctly (so the Series title, Season and Episode numbers are correctly obtained from the file name), I would expect the episode record and file to be correctly added to the series.
Your post was about your own self-inflicted problems which have little to do with Strat's, or this topic.
Obviously you haven't taken the blinders off yet. While I do have the same problem as outlined by Strat, as I stated, I also have the problem I described which precedes the problem that Strat was having when adding a series and/or the episodes pertaining to that series.
Quote
It doesn't if there are two movies with the same title in the database. The case where there is only one movie with the same name is probably rare enough it can be ignored. There would probably be as many cases where the year in the filename is inadvertently not exactly the same as the year of the intended target in the database.
So without any filename checking PVD blindly tries to add the same movie all over again, simply by changing the files location. It should not do that. If a movie title already exists and PVD encounters a new file with same name, should it not perform other checks to determine whether or not you are trying to add the same file?
Other checks might include the filesize, the filename itself, which in my case is always different by the addition of the year the movie was released, or it may be the CRC of the file. But PVD strips all but the title contained within the filename and only uses that to determine a files difference to any other, which IMO is not the correct way to do it.
Granted, the additional checks would slow performance, but the relative rarity of the problem would not have a negative impact on the programs overall performance.
Quote
So, yes, that would be possible. But why do something that will just invite a different (and possibly more common) error. Why can't you just add the movie manually in the rare case you're intentionally adding a title that's the same as one already in the database?
I can see how errors could occur given the current model which is PVD, but that largely depends on how the relevant facts are determined within PVD.
Quote
You're not looking very hard. There are a number of topics here about regex and the configuration of the file scanner. The information available and the help offered is often ignored by those who are unwilling to consider the necessity of such a system. You claim to know nothing about regex, yet suggest you're at some disadvantage because you're not told what "flavour" of regex is used. Considering the rudimentary level at which regex is used, I'd be very surprised if there where any differences between what is used and any other flavour of regex. Any simple regex reference for beginners will explain all you need to know. In most cases, you don't even need that—to make minor modifications to the regex provided so they work with your file naming practices. The Regex Tester utility is handy for testing modifications, or for creating your own expressions. Or, if you prefer not to fiddle with regex at all, just change your file naming practices to comply with the regex provided.
Actually you are quite correct. I didn't think to scour the forum for answers ... Doh!!! I guess I was waylayed by Google which lead to my questions regarding version, flavour etc. and I overlooked the most obvious choice, although I did scour the help files section of the forum and the wiki.
Quote
There's nothing wrong with the pattern matching aspect of the file scanner. The documentation leaves something to be desired. As with any such freeware application, your choices in dealing with that shortcoming are straightforward. Contribute the necessary documentation yourself, or ask the developer how much of donation would be necessary to compel him to create it.
Actually, I beg to differ on that point, but that has already been established. The documentation IS lacking and you raise a good point in regards to remuneration, duly noted.
I would be more than happy to contribute to the documentation once I have a handle on RegEx and it's usage within PVD.