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
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
IMDb+ Scraper (Force English title, Auto-Rename titles to group, and more) v3.1.7
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="RoChess" data-source="post: 769548" data-attributes="member: 18896"><p><strong>Re: AW: IMDb+ Scraper (Force English title, Auto-Rename titles to group, and more) v3</strong></p><p></p><p></p><p></p><p>Thank you, I've put a lot of work into it so far, but the results on my own HTPC are worth it.</p><p></p><p>As far a integrating my code into a different system, if the 'other' scraper also uses IMDb tt-IDs as a reference, then it's almost as easy as copy and paste. But if you adjusted it from IMDb tt-ID into OFDb IDs then more changes are needed and I guess that is where things went wrong. What I did with the IMDb+ scraper goes way outside of the scope of scrapers, so a lot of additional conditions have to be met. For example the rename database file has to be in the location defined by the scraper script with the same filename, which I used file="C:\Rename dBase IMDb+ Scraper.xml" for. This file has to be proper XML syntax, so perhaps your rename system messed that up. Use the XML synax checker inside the comments section to verify. You can copy and paste the content of the XML file into the online form and check.</p><p></p><p>The rest is then pretty logical, I load the contents of the XML file into an array called rename_array. And then via the @nodes I compare the @id (which I use to store the IMDb tt-ID with inside XML file) to the movie.imdb_id, and on a match rename the title and/or sortby field via their respective @nodes. To allow for a change on title, sortby or title+sortby, I added the extra empty string check.</p></blockquote><p></p>
[QUOTE="RoChess, post: 769548, member: 18896"] [b]Re: AW: IMDb+ Scraper (Force English title, Auto-Rename titles to group, and more) v3[/b] Thank you, I've put a lot of work into it so far, but the results on my own HTPC are worth it. As far a integrating my code into a different system, if the 'other' scraper also uses IMDb tt-IDs as a reference, then it's almost as easy as copy and paste. But if you adjusted it from IMDb tt-ID into OFDb IDs then more changes are needed and I guess that is where things went wrong. What I did with the IMDb+ scraper goes way outside of the scope of scrapers, so a lot of additional conditions have to be met. For example the rename database file has to be in the location defined by the scraper script with the same filename, which I used file="C:\Rename dBase IMDb+ Scraper.xml" for. This file has to be proper XML syntax, so perhaps your rename system messed that up. Use the XML synax checker inside the comments section to verify. You can copy and paste the content of the XML file into the online form and check. The rest is then pretty logical, I load the contents of the XML file into an array called rename_array. And then via the @nodes I compare the @id (which I use to store the IMDb tt-ID with inside XML file) to the movie.imdb_id, and on a match rename the title and/or sortby field via their respective @nodes. To allow for a change on title, sortby or title+sortby, I added the extra empty string check. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
IMDb+ Scraper (Force English title, Auto-Rename titles to group, and more) v3.1.7
Contact us
RSS
Top
Bottom