LinHES Forums http://forum.linhes.org/ |
|
Zombie entry in recorded shows - how to delete ? http://forum.linhes.org/viewtopic.php?f=11&t=5752 |
Page 1 of 1 |
Author: | Warped [ Sat Aug 20, 2005 2:11 pm ] |
Post subject: | Zombie entry in recorded shows - how to delete ? |
Hi * I have zombie entry in recorded shows list. Deleting it via Myth interface or MythWeb is impossible ![]() Maybe somebody can help me with this problem ? (i'm no programmer, so pls guide me as windows lamer needs to be...) Sytem is: R5A16, M10k, PVR250 Milion thanx in advance ! |
Author: | cesman [ Sat Aug 20, 2005 3:59 pm ] |
Post subject: | |
One could manualy edit the db or use webmin. |
Author: | tjc [ Sat Aug 20, 2005 4:42 pm ] |
Post subject: | |
Touch the file into existance then it will let you delete it. In the web interface if you put the cursor over the thumbnail image it will show you a URL containing the name. You can also get it directly from the DB. Once you know the file name (lets pretend it's "1060_20050820010000_20050820013000.nuv" which is my most recent recording) you can do something like this: Code: touch /myth/tv/1060_20050820010000_20050820013000.nuv
|
Author: | Greg Frost [ Sat Aug 20, 2005 5:24 pm ] |
Post subject: | |
You can also get the filename by examining the backend log file after attempting to delete it. (/var/log/mythtv/mythbackend.log I think, if not you should be able to find it) |
Author: | mjl [ Sat Aug 20, 2005 10:29 pm ] |
Post subject: | |
Hi, I have noticed that if you reboot during a recording that sometimes some messy stuff happens. I haven't tried the touch method (next time) but either way a shopping list of what it thinks are bummers would be handy ![]() Being lazy, I just run as root # sh /usr/local/bin/mythlink.sh That will show all the file names that mythlink can't make pretty so one should know what to touch.. It is a pain to go through webmin to get to mysql database to edit and besides you could mess up something by accident quite easily. Using tjc suggestion and by running the mythlink.sh script should make it fairly easy to put something in place to be able to delete wth the web page. Mike |
Author: | Warped [ Sun Aug 21, 2005 1:57 pm ] |
Post subject: | Thx ! |
tjc, Thx. It solved my problem ![]() tjc wrote: Touch the file into existance then it will let you delete it. In the web interface if you put the cursor over the thumbnail image it will show you a URL containing the name. You can also get it directly from the DB. Once you know the file name (lets pretend it's "1060_20050820010000_20050820013000.nuv" which is my most recent recording) you can do something like this:
Code: touch /myth/tv/1060_20050820010000_20050820013000.nuv |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |