LinuxMCE Forums

General => Users => Topic started by: Emiku on September 18, 2008, 08:39:44 am

Title: Quick and !DIRTY! fix to a messed up media library by the UpdateMediaDæmon.
Post by: Emiku on September 18, 2008, 08:39:44 am
If you, as I did ran UpdateMedia in the wrong place and got your media library messed up, this might help you, USE IT AT YOUR OWN RISK!!!

run the mysql client.
connect pluto_media;
delete from File;

Go to the web admin, media, do a resync and Voila your media library should look alot better.

again, USE IT AT YOUR OWN RISK.

This worked for me!
Title: Re: Quick and dirty fix to a messed up media library by the UpdateMediaDæmon.
Post by: tschak909 on September 18, 2008, 06:44:35 pm
NO! DO NOT DO THIS!

This is very much akin to launching a pebble at an automobile windshield!

The join tables between File and File_Attribute, and other join tables will be affected, and each subsequent change to the media database will cause errors to happen (as you add additional files and change things with Cover Art or ReSync files.), and your database will become more and more corrupt as time goes on.

again, please, do not do this, this is stupidity at its highest level. Trust me, I found out the hard way, before studying the database schema in detail.

-Thom

NO! DO NOT DO THIS!
Title: Re: Quick and dirty fix to a messed up media library by the UpdateMediaDæmon.
Post by: Emiku on September 18, 2008, 07:27:29 pm
I Agree, the data integrity gets corrupted. But as a last option, before using a nuke - for the time beeing, this was acceptable for me.

Can you inform me on another way to clean the media database, without re-installing the whole system?

- Emiku
Title: Re: Quick and !DIRTY! fix to a messed up media library by the UpdateMediaDæmon.
Post by: tschak909 on September 18, 2008, 07:38:48 pm
There isn't one, other than using the web admin, copying the file to a safe place, and then using the delete from the web admin to remove it.

-Thom