Author Topic: Strange entries in video guide  (Read 3112 times)

krakenjp

  • Newbie
  • *
  • Posts: 6
    • View Profile
Strange entries in video guide
« 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

Crawtech

  • Veteran
  • ***
  • Posts: 68
    • View Profile
Re: Strange entries in video guide
« Reply #1 on: November 15, 2007, 03:12:49 am »
Hi Jason
I have the same problem  ???

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Strange entries in video guide
« Reply #2 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

Crawtech

  • Veteran
  • ***
  • Posts: 68
    • View Profile
Re: Strange entries in video guide
« Reply #3 on: November 15, 2007, 04:17:43 am »
Thanks Thom