damienhaynes / moving-pictures

Moving Pictures is a movies plug-in for the MediaPortal media center application. The goal of the plug-in is to create a very focused and refined experience that requires minimal user interaction. The plug-in emphasizes usability and ease of use in managing a movie collection consisting of ripped DVDs, and movies reencoded in common video formats supported by MediaPortal.
12 stars 6 forks source link

DBLocalMedia::Get(string fullPath) ignores movies with volume serial #1057

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Search for a movie with volume serial by its fullPath with  public static 
DBLocalMedia Get(string fullPath). 

What is the expected output? What do you see instead?
Output: The movie
Instead: No movie because the query contains volumeSerial=' '

Patch attached.

Original issue reported on code.google.com by shuku...@gmail.com on 7 Oct 2011 at 9:05

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Basically the problem is it search with the volume id set to an empty string. 
If we search with this set to null then it will return any results whether it 
has a volume id or not.

Original comment by conrad.john on 7 Oct 2011 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by conrad.john on 30 Dec 2011 at 6:48

GoogleCodeExporter commented 9 years ago

Original comment by conrad.john on 16 Jan 2012 at 7:38

GoogleCodeExporter commented 9 years ago
Done r1381, thanks shukuyen.

Original comment by damien.haynes@gmail.com on 7 Mar 2012 at 5:39