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
[Plugin] DVDArt - All artwork for MovingPictures, MyFilms, TVSeries, Music & more!!!
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="KJ-Cox" data-source="post: 1295821" data-attributes="member: 97858"><p>My x86 test machine had System.Data.SQLite 1.0.108.0 so I found 1.0.117.0 and referenced that.</p><p>Finally decided to load Visual Studio on my home computer so I can debug the build. So much easier!</p><p></p><p>Found the error that prevented the backdrop and coverart from getting fetched.</p><p>Banner should be checked(0. 3) but it was left out and backdrop took it's place.</p><p></p><p>DVDArt_Process.vb - Sub getSettings()</p><p>find:</p><p>[CODE]_checked(0, 3) = XMLreader.GetValueAsBool("Scraper Movies", "backdrop", False)</p><p>_checked(0, 4) = XMLreader.GetValueAsBool("Scraper Movies", "cover", False)[/CODE]</p><p>replace with:</p><p>[CODE]_checked(0, 3) = XMLreader.GetValueAsBool("Scraper Movies", "banner", False)</p><p>_checked(0, 4) = XMLreader.GetValueAsBool("Scraper Movies", "backdrop", False)</p><p>_checked(0, 5) = XMLreader.GetValueAsBool("Scraper Movies", "cover", False)[/CODE]</p></blockquote><p></p>
[QUOTE="KJ-Cox, post: 1295821, member: 97858"] My x86 test machine had System.Data.SQLite 1.0.108.0 so I found 1.0.117.0 and referenced that. Finally decided to load Visual Studio on my home computer so I can debug the build. So much easier! Found the error that prevented the backdrop and coverart from getting fetched. Banner should be checked(0. 3) but it was left out and backdrop took it's place. DVDArt_Process.vb - Sub getSettings() find: [CODE]_checked(0, 3) = XMLreader.GetValueAsBool("Scraper Movies", "backdrop", False) _checked(0, 4) = XMLreader.GetValueAsBool("Scraper Movies", "cover", False)[/CODE] replace with: [CODE]_checked(0, 3) = XMLreader.GetValueAsBool("Scraper Movies", "banner", False) _checked(0, 4) = XMLreader.GetValueAsBool("Scraper Movies", "backdrop", False) _checked(0, 5) = XMLreader.GetValueAsBool("Scraper Movies", "cover", False)[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
[Plugin] DVDArt - All artwork for MovingPictures, MyFilms, TVSeries, Music & more!!!
Contact us
RSS
Top
Bottom