LinuxMCE Forums

General => Users => Topic started by: krakenjp on November 14, 2007, 10:05:50 am

Title: Strange entries in video guide
Post by: krakenjp on November 14, 2007, 10:05:50 am
I have about 17 entries in my video guide labled :.mpg which LinuxMCE wont let me delete. They seem to be from MythTv's upnp server as the path is /mnt/upnp/DCEROUTER : AV MEDIA CENTER. I cant delete these files here as kubuntu says the filesystem is read only. Anybody got any ideas?

Thanks
Jason
Title: Re: Strange entries in video guide
Post by: Crawtech on November 15, 2007, 03:12:49 am
Hi Jason
I have the same problem  ???
Title: Re: Strange entries in video guide
Post by: tschak909 on November 15, 2007, 03:15:54 am
It is a known issue, and will be fixed in the 0710 release...

for now...

you can launch mysql monitor, either from an ssh session, or via the kde desktop, and launching a terminal:

Code: [Select]
$ mysql pluto_media -uroot

then when the mysql prompt appears:

Code: [Select]
DELETE FROM File WHERE Path LIKE '%upnp%';
quit


that should do what you need.

-Thom
Title: Re: Strange entries in video guide
Post by: Crawtech on November 15, 2007, 04:17:43 am
Thanks Thom