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
Crash of configuration after new Installation Win
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="fforde" data-source="post: 546813" data-attributes="member: 52082"><p>You I think are not going to have an easy time changing this der bub. If the config screen is failing to open, the only way is to actually open the database with a program like Sqliteman. The path is stored under the settings table. This is a non trivial task but if you want to try, the queries to change your artwork paths are:</p><p></p><p>update settings set value='c:\myartwork\covers\full' where key = 'cover_art_folder';</p><p>update settings set value='c:\myartwork\covers\thumb' where key = 'cover_art_folder';</p><p></p><p>update settings set value='c:\myartwork\backdrops\full' where key = 'backdrop_folder';</p><p>update settings set value='c:\myartwork\backdrops\thumb' where key = 'backdrop_thumbs_folder';</p><p></p><p>You will obviously need to change the paths in those queries to match the actual artwork paths on your system. I must warn you though that you may run into other issues. You have effectively moved your Moving Pictures install from one machine to another and it's not designed to handle that.</p></blockquote><p></p>
[QUOTE="fforde, post: 546813, member: 52082"] You I think are not going to have an easy time changing this der bub. If the config screen is failing to open, the only way is to actually open the database with a program like Sqliteman. The path is stored under the settings table. This is a non trivial task but if you want to try, the queries to change your artwork paths are: update settings set value='c:\myartwork\covers\full' where key = 'cover_art_folder'; update settings set value='c:\myartwork\covers\thumb' where key = 'cover_art_folder'; update settings set value='c:\myartwork\backdrops\full' where key = 'backdrop_folder'; update settings set value='c:\myartwork\backdrops\thumb' where key = 'backdrop_thumbs_folder'; You will obviously need to change the paths in those queries to match the actual artwork paths on your system. I must warn you though that you may run into other issues. You have effectively moved your Moving Pictures install from one machine to another and it's not designed to handle that. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Crash of configuration after new Installation Win
Contact us
RSS
Top
Bottom