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] MPCleaner - Deletes images from your thumbs folder that are no longer in use
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="jameson_uk" data-source="post: 1014312" data-attributes="member: 11220"><p>Just went to try this and it crashes when I run it via config (complete crash so no useful logs).</p><p> </p><p>This only seems to happen when music section is checked.</p><p>Had a quick look at the code and I am slightly confused...</p><p> </p><p>The Process Music code has</p><p>[code] Log.Info("MPCleaner: processing music - start.")</p><p> </p><p> SQLconnect.ConnectionString = "Data Source=" & _database & "FanartHandler.db3;Read Only=True;"</p><p> SQLconnect.Open()</p><p> SQLcommand = SQLconnect.CreateCommand</p><p> SQLcommand.CommandText = "SELECT FullPath FROM Image WHERE Category LIKE '%usic%'"[/code]</p><p>So we are checking the fanart database? but we are looking for a table called Image which does not exist (and as far as I can tell never has existed)</p><p> </p><p>Should we not be getting artist and album names from the music database?</p></blockquote><p></p>
[QUOTE="jameson_uk, post: 1014312, member: 11220"] Just went to try this and it crashes when I run it via config (complete crash so no useful logs). This only seems to happen when music section is checked. Had a quick look at the code and I am slightly confused... The Process Music code has [code] Log.Info("MPCleaner: processing music - start.") SQLconnect.ConnectionString = "Data Source=" & _database & "FanartHandler.db3;Read Only=True;" SQLconnect.Open() SQLcommand = SQLconnect.CreateCommand SQLcommand.CommandText = "SELECT FullPath FROM Image WHERE Category LIKE '%usic%'"[/code] So we are checking the fanart database? but we are looking for a table called Image which does not exist (and as far as I can tell never has existed) Should we not be getting artist and album names from the music database? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
[Plugin] MPCleaner - Deletes images from your thumbs folder that are no longer in use
Contact us
RSS
Top
Bottom