News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Strange entries in video guide

Started by krakenjp, November 14, 2007, 10:05:50 AM

Previous topic - Next topic

krakenjp

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

Crawtech

Chris Crawford,
Australia
[url="http://www.crawtech.net"]http://www.crawtech.net[/url]
[url="http://wiki.linuxmce.org/index.php/User:Ihas"]http://wiki.linuxmce.org/index.php/User:Ihas[/url]

tschak909

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:


$ mysql pluto_media -uroot


then when the mysql prompt appears:


DELETE FROM File WHERE Path LIKE '%upnp%';
quit



that should do what you need.

-Thom

Crawtech

Chris Crawford,
Australia
[url="http://www.crawtech.net"]http://www.crawtech.net[/url]
[url="http://wiki.linuxmce.org/index.php/User:Ihas"]http://wiki.linuxmce.org/index.php/User:Ihas[/url]