home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
Submit: Movie Info Grabbers
IMDB.com (default info grabber)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="gamejester" data-source="post: 291298" data-attributes="member: 50634"><p>Confirmed.</p><p></p><p>Currently this year information is not used in ANY of the searches as it is disguarded by the core function FIND.</p><p></p><p>What happens is the fileName is stripped of its extention and stored in strMovie</p><p>This is then passed into the function GetSearchString which removes the (year) and other things and is stored in strSearch. strSearch then has all web illegal chars removed and it is this variable which is passed to the various search engines.</p><p></p><p>Now what I could do, if people think it is worth it and a lot of people store their movies named like:</p><p></p><p>\my Movie (2003).avi</p><p></p><p>(which I am doing more and more now)</p><p></p><p>is have a look at the GetSearchString function and alter it or add a new function before it which gets the year if present at the end of the file in format (nnnn).xxx and store that the currentmovie.year field before a search has taken place.</p><p></p><p>i could then create an overload function to IIMDBScriptGrabber.FindFilm in this format</p><p></p><p>FindFilm (string title, string year, int limit, ArrayList elements)</p><p></p><p>Then people can choose whether to update the cssripts to use the extra info to refine the search.</p><p></p><p>I think this sounds like a good idea and should make movie matching more accurate for those of us who add this info to the file name.</p></blockquote><p></p>
[QUOTE="gamejester, post: 291298, member: 50634"] Confirmed. Currently this year information is not used in ANY of the searches as it is disguarded by the core function FIND. What happens is the fileName is stripped of its extention and stored in strMovie This is then passed into the function GetSearchString which removes the (year) and other things and is stored in strSearch. strSearch then has all web illegal chars removed and it is this variable which is passed to the various search engines. Now what I could do, if people think it is worth it and a lot of people store their movies named like: \my Movie (2003).avi (which I am doing more and more now) is have a look at the GetSearchString function and alter it or add a new function before it which gets the year if present at the end of the file in format (nnnn).xxx and store that the currentmovie.year field before a search has taken place. i could then create an overload function to IIMDBScriptGrabber.FindFilm in this format FindFilm (string title, string year, int limit, ArrayList elements) Then people can choose whether to update the cssripts to use the extra info to refine the search. I think this sounds like a good idea and should make movie matching more accurate for those of us who add this info to the file name. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Submit: Movie Info Grabbers
IMDB.com (default info grabber)
Contact us
RSS
Top
Bottom