Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Re: hard disk died ... how to delete all recordings from the db? (which mysql tables to trunctate)

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


david at thegeorges

Mar 10, 2008, 7:58 AM

Post #1 of 4 (612 views)
Permalink
Re: hard disk died ... how to delete all recordings from the db? (which mysql tables to trunctate)

On 03/10/2008 09:42 AM, Ma Begaj wrote:
> hi,
>
> my hard disk died yesterday while watching "two and a half men" :). I
> just heard a few "click" sounds from the hdd in the mythbox and
> mythfrontend stopped responding a few seconds later. instead of trying
> to save data with "dd" or something else over ssh, I rebooted ...
> xfs_repair cannot do anything (cannot find superblock, and it quits
> with some "fatal error") .. If you have some kind of advice for me ...
> I accept everything :)
>
> it was Samsung 500GB, 4-5 months old ... so be careful when you get
> your new hdd :)
>
> I am getting a new hdd today/tommorow and I would like to delete all
> recordings from the database which was on another hdd. And I don't
> want to delete them with my remote or from mythweb because there a
> 200-300 hundred recordings in the database.
>
> which mysql do I have to truncate to delete all recordings? I do NOT
> want to delete my recording rules.
>
>

You may be interested in this message which is similar to what you are
asking:
http://www.gossamer-threads.com/lists/mythtv/users/316769#316769

I had the same thing happen here and used myth.find_orphans.pl in the
contrib directory. However it didn't allow me to set the programs to
re-record in case they come on again so I added a rerecord option to
it. Here is a link to the patch:

http://svn.mythtv.org/trac/ticket/4677

This has actually been added to the latest trunk (after the .21 release
so it is not in .21).

HTH,
David


_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Mar 10, 2008, 8:48 AM

Post #2 of 4 (559 views)
Permalink
Re: hard disk died ... how to delete all recordings from the db? (which mysql tables to trunctate) [In reply to]

On 03/10/2008 10:58 AM, David George wrote:
> On 03/10/2008 09:42 AM, Ma Begaj wrote:
>
>> my hard disk died yesterday while watching "two and a half men" :). I
>> just heard a few "click" sounds from the hdd in the mythbox and
>> mythfrontend stopped responding a few seconds later. instead of trying
>> to save data with "dd" or something else over ssh, I rebooted ...
>> xfs_repair cannot do anything (cannot find superblock, and it quits
>> with some "fatal error") .. If you have some kind of advice for me ...
>> I accept everything :)
>>
>> it was Samsung 500GB, 4-5 months old ... so be careful when you get
>> your new hdd :)
>>
>> I am getting a new hdd today/tommorow and I would like to delete all
>> recordings from the database which was on another hdd. And I don't
>> want to delete them with my remote or from mythweb because there a
>> 200-300 hundred recordings in the database.
>>
>> which mysql do I have to truncate to delete all recordings? I do NOT
>> want to delete my recording rules.
> You may be interested in this message which is similar to what you are
> asking:
> http://www.gossamer-threads.com/lists/mythtv/users/316769#316769
>
> I had the same thing happen here and used myth.find_orphans.pl in the
> contrib directory. However it didn't allow me to set the programs to
> re-record in case they come on again so I added a rerecord option to
> it. Here is a link to the patch:
>
> http://svn.mythtv.org/trac/ticket/4677
>
> This has actually been added to the latest trunk (after the .21 release
> so it is not in .21).

Please, no.*** If using 0.21, you should go into mythfrontend's
Watch/Delete Recordings screen. Then, go to the "All Programs" category
name (left column), and use Menu to "Add this Group to Playlist." Then,
use Menu to select "Playlist Options", then select "Delete" or "Delete,
and allow re-record."

Note that you can do the same thing for 0.20; however, you won't be
given the "Delete, and allow re-record" option.

Mike


*** Though myth.find_orphans.pl is not direct /manual/ editing of the
database, it's an old script that, er, directly edits the database.
There is a replacement script in the works (ticket #4599) that uses the
MythTV Perl bindings, and that has (will have) MythTV do as much work as
possible without direct editing of the DB. However, in this
circumstance--when mythfrontend has all the capability of doing what you
want with just a few button presses--using mythfrontend (which is known
to do things right) is preferred over using some contrib script (which
may not have received as much loving as it should have while MythTV was
changing around it).
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


myth at dermanouelian

Mar 10, 2008, 9:11 AM

Post #3 of 4 (563 views)
Permalink
Re: hard disk died ... how to delete all recordings from the db? (which mysql tables to trunctate) [In reply to]

On Mar 10, 2008, at 8:48 AM, Michael T. Dean wrote:

> Please, no.*** If using 0.21, you should go into mythfrontend's
> Watch/Delete Recordings screen. Then, go to the "All Programs"
> category
> name (left column), and use Menu to "Add this Group to Playlist."
> Then,
> use Menu to select "Playlist Options", then select "Delete" or
> "Delete,
> and allow re-record."
>
> Note that you can do the same thing for 0.20; however, you won't be
> given the "Delete, and allow re-record" option.
>
> Mike

That is good advice for when your only recordings drive dies. You're
stuck with the find orphans script if only one of your drives among
your storage groups dies. There's no way that I know of to display
only recordings from a particular storage group so you can delete them
all together.
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


derliebegott at gmail

Mar 26, 2008, 9:51 AM

Post #4 of 4 (519 views)
Permalink
Re: hard disk died ... how to delete all recordings from the db? (which mysql tables to trunctate) [In reply to]

2008/3/10, Michael T. Dean <mtdean[at]thirdcontact.com>:
> On 03/10/2008 10:58 AM, David George wrote:
> > On 03/10/2008 09:42 AM, Ma Begaj wrote:
> >
>
> >> my hard disk died yesterday while watching "two and a half men" :). I
> >> just heard a few "click" sounds from the hdd in the mythbox and
> >> mythfrontend stopped responding a few seconds later. instead of trying
> >> to save data with "dd" or something else over ssh, I rebooted ...
> >> xfs_repair cannot do anything (cannot find superblock, and it quits
> >> with some "fatal error") .. If you have some kind of advice for me ...
> >> I accept everything :)
> >>
> >> it was Samsung 500GB, 4-5 months old ... so be careful when you get
> >> your new hdd :)
> >>
> >> I am getting a new hdd today/tommorow and I would like to delete all
> >> recordings from the database which was on another hdd. And I don't
> >> want to delete them with my remote or from mythweb because there a
> >> 200-300 hundred recordings in the database.
> >>
> >> which mysql do I have to truncate to delete all recordings? I do NOT
> >> want to delete my recording rules.
> > You may be interested in this message which is similar to what you are
> > asking:
> > http://www.gossamer-threads.com/lists/mythtv/users/316769#316769
> >
> > I had the same thing happen here and used myth.find_orphans.pl in the
> > contrib directory. However it didn't allow me to set the programs to
> > re-record in case they come on again so I added a rerecord option to
> > it. Here is a link to the patch:
> >
> > http://svn.mythtv.org/trac/ticket/4677
> >
> > This has actually been added to the latest trunk (after the .21 release
> > so it is not in .21).
>
>
> Please, no.*** If using 0.21, you should go into mythfrontend's
> Watch/Delete Recordings screen. Then, go to the "All Programs" category
> name (left column), and use Menu to "Add this Group to Playlist." Then,
> use Menu to select "Playlist Options", then select "Delete" or "Delete,
> and allow re-record."
>
> Note that you can do the same thing for 0.20; however, you won't be
> given the "Delete, and allow re-record" option.
>
> Mike


Sorry for responding so late, but I did not have time to clean the
recordings until today. I liked your idea, but it did not work.

I was in "Delete Recordings" and selected all shows from "All
Programs" added the group to the playlist and all recordings were
selected. I pressed "Delete and allow re-record" and after 2-3 seconds
all recordings were not selected but still there.

I restarted both, backend and frontend, but without success. I tried
selecting just a few recordings from a smaller group (three
recordings) and it still does not work.

I did not want to test the above mentioned perl script before I
understand why your solution is not working.

Here are the logs (frontend and backend) written while trying your
solution. I am copy/pasting the logs here because I am not sure
whether attachments are allowed on the list.

I am using 0.21 + fixes.

Thanks a lot.

mythbackend -v most:

2008-03-26 17:41:49.342 MythSocket(82fdb80:11): socket is readable
2008-03-26 17:41:49.342 MythSocket(82fdb80:11): cb->readyRead()
2008-03-26 17:41:52.287 SSDP::ProcessData - requestLine: M-SEARCH * HTTP/1.1
2008-03-26 17:41:52.287 SSDP::ProcessSearchrequest : [upnp:rootdevice] MX=0
2008-03-26 17:41:59.342 MythSocket(82fdb80:11): socket is readable
2008-03-26 17:41:59.342 MythSocket(82fdb80:11): cb->readyRead()
2008-03-26 17:42:04.199 write -> 27 21 QUERY_FREE_SPACE_LIST
2008-03-26 17:42:04.201 read <- 27 179
mythbox[]:[]mythbox:/mnt/livetv1[]:[]1[]:[]1[]:[]5[]:[]0[]:[]4882...
2008-03-26 17:42:04.202 write -> 27 960
QUERY_PIXMAP_LASTMODIFIED[]:[]Angel - JÀger der Finsternis[]:[]A...
2008-03-26 17:42:04.205 read <- 27 3 BAD
2008-03-26 17:42:04.206 Starting preview generator 1 && (1 ||
((<2008-03-26T17:20:11)->1 && (>=2008-02-05T01:03:00)->0)) && 1 && 1
&& 1
2008-03-26 17:42:04.208 SG(Default): FindRecordingFile: Searching for
'7_20080204235000.mpg'
2008-03-26 17:42:04.208 SG(Default): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:04.208 SG(): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:04.208 SG(Default) Error: FindRecordingFile: Unable
to find '7_20080204235000.mpg'!
2008-03-26 17:42:04.209 ProgramInfo, Error: GetPlaybackURL:
'7_20080204235000.mpg' should be local, but it can not be found.
2008-03-26 17:42:04.215 Connecting to backend server:
192.168.1.100:6543 (try 1 of 5)
2008-03-26 17:42:04.216 MythSocket(833d2f0:31): new socket
2008-03-26 17:42:04.216 MythSocket(833d2f0:31): attempting connect()
to (192.168.1.100:6543)
2008-03-26 17:42:04.217 MythSocket(833d2f0:31): state change Idle -> Connected
2008-03-26 17:42:04.217 write -> 31 21 MYTH_PROTO_VERSION 40
2008-03-26 17:42:04.218 read <- 31 13 ACCEPT[]:[]40
2008-03-26 17:42:04.219 Using protocol version 40
2008-03-26 17:42:04.219 write -> 31 21 ANN Monitor mythbox 0
2008-03-26 17:42:04.220 read <- 31 2 OK
2008-03-26 17:42:04.220 write -> 31 994 QUERY_GENPIXMAP[]:[]Angel
- JÀger der Finsternis[]:[]Alte Feinde...
2008-03-26 17:42:04.225 read <- 31 21 BAD[]:[]ERROR_UNKNOWN
2008-03-26 17:42:04.225 MythSocket(833d2f0:31): DownRef: -1
2008-03-26 17:42:04.225 MythSocket(833d2f0:31): state change Connected -> Idle
2008-03-26 17:42:04.226 MythSocket(833d2f0:-1): delete socket
2008-03-26 17:42:04.226 Preview Error: Remote Preview failed, reason
given: ERROR_UNKNOWN
2008-03-26 17:42:04.238 Preview: previewThreadDone took 13ms
2008-03-26 17:42:05.203 write -> 27 960
QUERY_PIXMAP_LASTMODIFIED[]:[]Angel - JÀger der Finsternis[]:[]A...
2008-03-26 17:42:05.206 read <- 27 3 BAD
2008-03-26 17:42:07.699 write -> 27 960
QUERY_PIXMAP_LASTMODIFIED[]:[]Angel - JÀger der Finsternis[]:[]A...
2008-03-26 17:42:07.702 read <- 27 3 BAD
2008-03-26 17:42:08.530 write -> 27 960
QUERY_PIXMAP_LASTMODIFIED[]:[]Angel - JÀger der Finsternis[]:[]A...
2008-03-26 17:42:08.533 read <- 27 3 BAD
2008-03-26 17:42:09.339 MythSocket(82fdb80:11): socket is readable
2008-03-26 17:42:09.339 MythSocket(82fdb80:11): cb->readyRead()
2008-03-26 17:42:10.453 write -> 27 960
QUERY_PIXMAP_LASTMODIFIED[]:[]Angel - JÀger der Finsternis[]:[]A...
2008-03-26 17:42:10.457 read <- 27 3 BAD
2008-03-26 17:42:11.445 write -> 27 951 DELETE_RECORDING[]:[]Angel
- JÀger der Finsternis[]:[]Alte Feind...
2008-03-26 17:42:11.448 read <- 27 2 -2
2008-03-26 17:42:11.448 write -> 27 951 FORGET_RECORDING[]:[]Angel
- JÀger der Finsternis[]:[]Alte Feind...
2008-03-26 17:42:11.452 read <- 27 1 0
2008-03-26 17:42:11.454 write -> 27 979 DELETE_RECORDING[]:[]Angel
- JÀger der Finsternis[]:[]Orpheus[]:...
2008-03-26 17:42:11.458 read <- 27 2 -2
2008-03-26 17:42:11.459 write -> 27 979 FORGET_RECORDING[]:[]Angel
- JÀger der Finsternis[]:[]Orpheus[]:...
2008-03-26 17:42:11.463 read <- 27 1 0
2008-03-26 17:42:11.473 write -> 27 23 QUERY_RECORDINGS Delete
2008-03-26 17:42:11.618 read <- 27 181128 194[]:[]Mein cooler Onkel
Charlie[]:[]Ich brauche Berta[]:[]Charl...
2008-03-26 17:42:11.718 write -> 27 960
QUERY_PIXMAP_LASTMODIFIED[]:[]Angel - JÀger der Finsternis[]:[]A...
2008-03-26 17:42:11.745 read <- 27 3 BAD
2008-03-26 17:42:11.852 MythSocket(82ad5f8:25): socket is readable
2008-03-26 17:42:11.853 MythSocket(82ad5f8:25): cb->readyRead()
2008-03-26 17:42:11.853 read <- 25 45
BACKEND_MESSAGE[]:[]SCHEDULE_CHANGE[]:[]empty
2008-03-26 17:42:11.853 MythEvent: SCHEDULE_CHANGE
2008-03-26 17:42:12.229 MythSocket(82ad5f8:25): socket is readable
2008-03-26 17:42:12.229 MythSocket(82ad5f8:25): cb->readyRead()
2008-03-26 17:42:12.229 read <- 25 45
BACKEND_MESSAGE[]:[]SCHEDULE_CHANGE[]:[]empty
2008-03-26 17:42:12.229 MythEvent: SCHEDULE_CHANGE


-----------------------------------------------------------------

mythfrontend -v most:

2008-03-26 17:42:04.199 MythSocket(b1160810:17): socket is readable
2008-03-26 17:42:04.200 MythSocket(b1160810:17): cb->readyRead()
2008-03-26 17:42:04.200 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:04.200 read <- 17 21 QUERY_FREE_SPACE_LIST
2008-03-26 17:42:04.201 Maximal bitrate of busy encoders is 0 KB/min
2008-03-26 17:42:04.201 write -> 17 179
mythbox[]:[]mythbox:/mnt/livetv1[]:[]1[]:[]1[]:[]5[]:[]0[]:[]4882...
2008-03-26 17:42:04.201 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:04.203 MythSocket(b1160810:17): socket is readable
2008-03-26 17:42:04.203 MythSocket(b1160810:17): cb->readyRead()
2008-03-26 17:42:04.203 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:04.203 read <- 17 954
QUERY_PIXMAP_LASTMODIFIED[]:[]Angel - J�ger der Finsternis[]:[]Al...
2008-03-26 17:42:04.204 SG(Default): FindRecordingFile: Searching for
'7_20080204235000.mpg'
2008-03-26 17:42:04.204 SG(Default): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:04.204 SG(): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:04.205 SG(Default) Error: FindRecordingFile: Unable
to find '7_20080204235000.mpg'!
2008-03-26 17:42:04.205 ProgramInfo, Error: GetPlaybackURL:
'7_20080204235000.mpg' should be local, but it can not be found.
2008-03-26 17:42:04.205 write -> 17 3 BAD
2008-03-26 17:42:04.205 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:04.216 MythSocket(b112de60:20): new socket
2008-03-26 17:42:04.216 MythSocket(b112de60:20): setSocket: 19
2008-03-26 17:42:04.216 MythSocket(b112de60:19): state change Idle -> Connected
2008-03-26 17:42:04.217 MythSocket(b112de60:19): UpRef: 1
2008-03-26 17:42:04.217 MythSocket(b112de60:19): socket is readable
2008-03-26 17:42:04.217 MythSocket(b112de60:19): cb->readyRead()
2008-03-26 17:42:04.217 MythSocket(b112de60:19): UpRef: 2
2008-03-26 17:42:04.217 read <- 19 21 MYTH_PROTO_VERSION 40
2008-03-26 17:42:04.218 write -> 19 13 ACCEPT[]:[]40
2008-03-26 17:42:04.218 MythSocket(b112de60:19): DownRef: 1
2008-03-26 17:42:04.219 MythSocket(b112de60:19): socket is readable
2008-03-26 17:42:04.219 MythSocket(b112de60:19): cb->readyRead()
2008-03-26 17:42:04.219 MythSocket(b112de60:19): UpRef: 2
2008-03-26 17:42:04.219 read <- 19 21 ANN Monitor mythbox 0
2008-03-26 17:42:04.219 MainServer::HandleAnnounce Monitor
2008-03-26 17:42:04.219 adding: mythbox as a client (events: 0)
2008-03-26 17:42:04.219 write -> 19 2 OK
2008-03-26 17:42:04.220 MythSocket(b112de60:19): DownRef: 1
2008-03-26 17:42:04.220 MythSocket(b112de60:19): socket is readable
2008-03-26 17:42:04.220 MythSocket(b112de60:19): cb->readyRead()
2008-03-26 17:42:04.220 MythSocket(b112de60:19): UpRef: 2
2008-03-26 17:42:04.221 read <- 19 988 QUERY_GENPIXMAP[]:[]Angel
- J�ger der Finsternis[]:[]Alte Feinde[....
2008-03-26 17:42:04.221 HandleGenPreviewPixmap got extra data
-1s 0x0 ''
2008-03-26 17:42:04.222 SG(Default): FindRecordingFile: Searching for
'7_20080204235000.mpg'
2008-03-26 17:42:04.222 SG(Default): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:04.222 SG(): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:04.223 SG(Default) Error: FindRecordingFile: Unable
to find '7_20080204235000.mpg'!
2008-03-26 17:42:04.223 ProgramInfo, Error: GetPlaybackURL:
'7_20080204235000.mpg' should be local, but it can not be found.
2008-03-26 17:42:04.224 SG(Default): FindRecordingFile: Searching for
'7_20080204235000.mpg'
2008-03-26 17:42:04.224 SG(Default): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:04.224 SG(): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:04.224 SG(Default) Error: FindRecordingFile: Unable
to find '7_20080204235000.mpg'!
2008-03-26 17:42:04.224 ProgramInfo, Error: GetPlaybackURL:
'7_20080204235000.mpg' should be local, but it can not be found.
2008-03-26 17:42:04.224 Preview Error: Run() file not local:
'/GetPlaybackURL/UNABLE/TO/FIND/LOCAL/FILE/ON/mythbox/7_20080204235000.mpg'
2008-03-26 17:42:04.225 MainServer: Failed to make preview image.
2008-03-26 17:42:04.225 write -> 19 21 BAD[]:[]ERROR_UNKNOWN
2008-03-26 17:42:04.225 MythSocket(b112de60:19): DownRef: 1
2008-03-26 17:42:04.225 MythSocket(b112de60:19): socket is readable
2008-03-26 17:42:04.226 MythSocket(b112de60:19): socket closed
2008-03-26 17:42:04.226 MythSocket(b112de60:19): state change Connected -> Idle
2008-03-26 17:42:04.226 MythSocket(b112de60:-1): cb->connectionClosed()
2008-03-26 17:42:05.204 MythSocket(b1160810:17): socket is readable
2008-03-26 17:42:05.204 MythSocket(b1160810:17): cb->readyRead()
2008-03-26 17:42:05.204 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:05.204 read <- 17 954
QUERY_PIXMAP_LASTMODIFIED[]:[]Angel - J�ger der Finsternis[]:[]Al...
2008-03-26 17:42:05.205 SG(Default): FindRecordingFile: Searching for
'7_20080204235000.mpg'
2008-03-26 17:42:05.205 SG(Default): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:05.206 SG(): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:05.206 SG(Default) Error: FindRecordingFile: Unable
to find '7_20080204235000.mpg'!
2008-03-26 17:42:05.206 ProgramInfo, Error: GetPlaybackURL:
'7_20080204235000.mpg' should be local, but it can not be found.
2008-03-26 17:42:05.206 write -> 17 3 BAD
2008-03-26 17:42:05.208 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:07.699 MythSocket(b1160810:17): socket is readable
2008-03-26 17:42:07.699 MythSocket(b1160810:17): cb->readyRead()
2008-03-26 17:42:07.700 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:07.700 read <- 17 954
QUERY_PIXMAP_LASTMODIFIED[]:[]Angel - J�ger der Finsternis[]:[]Al...
2008-03-26 17:42:07.701 SG(Default): FindRecordingFile: Searching for
'7_20080204235000.mpg'
2008-03-26 17:42:07.701 SG(Default): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:07.701 SG(): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:07.701 SG(Default) Error: FindRecordingFile: Unable
to find '7_20080204235000.mpg'!
2008-03-26 17:42:07.701 ProgramInfo, Error: GetPlaybackURL:
'7_20080204235000.mpg' should be local, but it can not be found.
2008-03-26 17:42:07.702 write -> 17 3 BAD
2008-03-26 17:42:07.702 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:08.530 MythSocket(b1160810:17): socket is readable
2008-03-26 17:42:08.530 MythSocket(b1160810:17): cb->readyRead()
2008-03-26 17:42:08.530 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:08.531 read <- 17 954
QUERY_PIXMAP_LASTMODIFIED[]:[]Angel - J�ger der Finsternis[]:[]Al...
2008-03-26 17:42:08.532 SG(Default): FindRecordingFile: Searching for
'7_20080204235000.mpg'
2008-03-26 17:42:08.532 SG(Default): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:08.532 SG(): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:08.532 SG(Default) Error: FindRecordingFile: Unable
to find '7_20080204235000.mpg'!
2008-03-26 17:42:08.532 ProgramInfo, Error: GetPlaybackURL:
'7_20080204235000.mpg' should be local, but it can not be found.
2008-03-26 17:42:08.533 write -> 17 3 BAD
2008-03-26 17:42:08.533 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:10.453 MythSocket(b1160810:17): socket is readable
2008-03-26 17:42:10.454 MythSocket(b1160810:17): cb->readyRead()
2008-03-26 17:42:10.454 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:10.454 read <- 17 954
QUERY_PIXMAP_LASTMODIFIED[]:[]Angel - J�ger der Finsternis[]:[]Al...
2008-03-26 17:42:10.455 SG(Default): FindRecordingFile: Searching for
'7_20080204235000.mpg'
2008-03-26 17:42:10.455 SG(Default): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:10.456 SG(): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:10.456 SG(Default) Error: FindRecordingFile: Unable
to find '7_20080204235000.mpg'!
2008-03-26 17:42:10.456 ProgramInfo, Error: GetPlaybackURL:
'7_20080204235000.mpg' should be local, but it can not be found.
2008-03-26 17:42:10.456 write -> 17 3 BAD
2008-03-26 17:42:10.462 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:11.445 MythSocket(b1160810:17): socket is readable
2008-03-26 17:42:11.445 MythSocket(b1160810:17): cb->readyRead()
2008-03-26 17:42:11.445 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:11.445 read <- 17 945 DELETE_RECORDING[]:[]Angel
- J�ger der Finsternis[]:[]Alte Feinde...
2008-03-26 17:42:11.447 SG(Default): FindRecordingFile: Searching for
'7_20080204235000.mpg'
2008-03-26 17:42:11.447 SG(Default): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:11.447 SG(): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:11.447 SG(Default) Error: FindRecordingFile: Unable
to find '7_20080204235000.mpg'!
2008-03-26 17:42:11.447 ProgramInfo, Error: GetPlaybackURL:
'7_20080204235000.mpg' should be local, but it can not be found.
2008-03-26 17:42:11.448 ERROR when trying to delete file:
/GetPlaybackURL/UNABLE/TO/FIND/LOCAL/FILE/ON/mythbox/7_20080204235000.mpg.
File doesn't exist. Database metadata will not be removed.
2008-03-26 17:42:11.448 write -> 17 2 -2
2008-03-26 17:42:11.448 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:11.449 MythSocket(b1160810:17): socket is readable
2008-03-26 17:42:11.449 MythSocket(b1160810:17): cb->readyRead()
2008-03-26 17:42:11.449 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:11.449 read <- 17 945 FORGET_RECORDING[]:[]Angel
- J�ger der Finsternis[]:[]Alte Feinde...
2008-03-26 17:42:11.451 MythEvent: RESCHEDULE_RECORDINGS 0
2008-03-26 17:42:11.451 write -> 17 1 0
2008-03-26 17:42:11.452 Reschedule requested for id 0.
2008-03-26 17:42:11.452 BuildWorkList...
2008-03-26 17:42:11.452 AddNewRecords...
2008-03-26 17:42:11.454 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:11.454 MythSocket(b1160810:17): socket is readable
2008-03-26 17:42:11.454 MythSocket(b1160810:17): cb->readyRead()
2008-03-26 17:42:11.455 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:11.455 read <- 17 977 DELETE_RECORDING[]:[]Angel
- J�ger der Finsternis[]:[]Orpheus[]:[....
2008-03-26 17:42:11.457 SG(Default): FindRecordingFile: Searching for
'7_20080211235000.mpg'
2008-03-26 17:42:11.457 SG(Default): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:11.457 SG(): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:11.458 SG(Default) Error: FindRecordingFile: Unable
to find '7_20080211235000.mpg'!
2008-03-26 17:42:11.458 ProgramInfo, Error: GetPlaybackURL:
'7_20080211235000.mpg' should be local, but it can not be found.
2008-03-26 17:42:11.458 ERROR when trying to delete file:
/GetPlaybackURL/UNABLE/TO/FIND/LOCAL/FILE/ON/mythbox/7_20080211235000.mpg.
File doesn't exist. Database metadata will not be removed.
2008-03-26 17:42:11.458 write -> 17 2 -2
2008-03-26 17:42:11.459 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:11.459 MythSocket(b1160810:17): socket is readable
2008-03-26 17:42:11.459 MythSocket(b1160810:17): cb->readyRead()
2008-03-26 17:42:11.459 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:11.459 read <- 17 977 FORGET_RECORDING[]:[]Angel
- J�ger der Finsternis[]:[]Orpheus[]:[....
2008-03-26 17:42:11.462 MythEvent: RESCHEDULE_RECORDINGS 0
2008-03-26 17:42:11.462 write -> 17 1 0
2008-03-26 17:42:11.471 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:11.474 MythSocket(b1160810:17): socket is readable
2008-03-26 17:42:11.475 MythSocket(b1160810:17): cb->readyRead()
2008-03-26 17:42:11.475 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:11.475 read <- 17 23 QUERY_RECORDINGS Delete
2008-03-26 17:42:11.489 |-- Start DB Query...
2008-03-26 17:42:11.608 write -> 17 182327 194[]:[]Mein cooler Onkel
Charlie[]:[]Ich brauche Berta[]:[]Charl...
2008-03-26 17:42:11.614 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:11.700 |-- 369 results in 0.211503 sec. Processing...
2008-03-26 17:42:11.718 MythSocket(b1160810:17): socket is readable
2008-03-26 17:42:11.718 MythSocket(b1160810:17): cb->readyRead()
2008-03-26 17:42:11.718 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:11.743 read <- 17 954
QUERY_PIXMAP_LASTMODIFIED[]:[]Angel - J�ger der Finsternis[]:[]Al...
2008-03-26 17:42:11.744 SG(Default): FindRecordingFile: Searching for
'7_20080204235000.mpg'
2008-03-26 17:42:11.744 SG(Default): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:11.745 SG(): FindRecordingDir: Checking '/mnt/livetv1'
2008-03-26 17:42:11.745 SG(Default) Error: FindRecordingFile: Unable
to find '7_20080204235000.mpg'!
2008-03-26 17:42:11.745 ProgramInfo, Error: GetPlaybackURL:
'7_20080204235000.mpg' should be local, but it can not be found.
2008-03-26 17:42:11.745 write -> 17 3 BAD
2008-03-26 17:42:11.745 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:11.829 +-- Cleanup...
2008-03-26 17:42:11.831 AddNotListed...
2008-03-26 17:42:11.831 |-- Start DB Query...
2008-03-26 17:42:11.832 |-- 1 results in 0.000328 sec. Processing...
2008-03-26 17:42:11.832 Sort by time...
2008-03-26 17:42:11.833 PruneOverlaps...
2008-03-26 17:42:11.833 Sort by priority...
2008-03-26 17:42:11.834 BuildListMaps...
2008-03-26 17:42:11.834 SchedNewRecords...
2008-03-26 17:42:11.834 Scheduling:
// I removed the recordings list from here
// to shorten this email little bit
2008-03-26 17:42:11.841 SchedPreserveLiveTV...
2008-03-26 17:42:11.841 ClearListMaps...
2008-03-26 17:42:11.841 Sort by time...
2008-03-26 17:42:11.842 PruneRedundants...
2008-03-26 17:42:11.845 Sort by time...
2008-03-26 17:42:11.846 ClearWorkList...
--- print list start ---
// I removed the list from here
// to shorten this email little bit
2008-03-26 17:42:11.851 Scheduled 33 items in 0.4 = 0.00 match + 0.39 place
2008-03-26 17:42:11.851 MythEvent: SCHEDULE_CHANGE
2008-03-26 17:42:11.851 MythSocket(b115d1b8:13): UpRef: 2
2008-03-26 17:42:11.851 MythSocket(b115d1b8:13): DownRef: 1
2008-03-26 17:42:11.851 MythSocket(b1101a00:16): UpRef: 2
2008-03-26 17:42:11.851 write -> 16 45
BACKEND_MESSAGE[]:[]SCHEDULE_CHANGE[]:[]empty
2008-03-26 17:42:11.852 MythSocket(b1101a00:16): DownRef: 1
2008-03-26 17:42:11.852 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:11.852 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:11.852 MythSocket(b1155a18:18): UpRef: 2
2008-03-26 17:42:11.851 Reschedule requested for id 0.
2008-03-26 17:42:11.852 write -> 18 45
BACKEND_MESSAGE[]:[]SCHEDULE_CHANGE[]:[]empty
2008-03-26 17:42:11.852 BuildWorkList...
2008-03-26 17:42:11.852 AddNewRecords...
2008-03-26 17:42:11.852 MythSocket(b1155a18:18): DownRef: 1
2008-03-26 17:42:11.888 |-- Start DB Query...
2008-03-26 17:42:12.100 |-- 369 results in 0.211881 sec. Processing...
2008-03-26 17:42:12.206 +-- Cleanup...
2008-03-26 17:42:12.208 AddNotListed...
2008-03-26 17:42:12.208 |-- Start DB Query...
2008-03-26 17:42:12.208 |-- 1 results in 0.000349 sec. Processing...
2008-03-26 17:42:12.209 Sort by time...
2008-03-26 17:42:12.209 PruneOverlaps...
2008-03-26 17:42:12.210 Sort by priority...
2008-03-26 17:42:12.211 BuildListMaps...
2008-03-26 17:42:12.211 SchedNewRecords...
2008-03-26 17:42:12.211 Scheduling:
// I removed the recordings list from here
// to shorten this email little bit
2008-03-26 17:42:12.218 SchedPreserveLiveTV...
2008-03-26 17:42:12.218 ClearListMaps...
2008-03-26 17:42:12.218 Sort by time...
2008-03-26 17:42:12.218 PruneRedundants...
2008-03-26 17:42:12.222 Sort by time...
2008-03-26 17:42:12.223 ClearWorkList...
// I removed the list from here
// to shorten this email little bit
--- print list start ---
--- print list end ---
2008-03-26 17:42:12.227 Scheduled 33 items in 0.4 = 0.00 match + 0.37 place
2008-03-26 17:42:12.227 MythEvent: SCHEDULE_CHANGE
2008-03-26 17:42:12.228 MythSocket(b115d1b8:13): UpRef: 2
2008-03-26 17:42:12.228 MythSocket(b115d1b8:13): DownRef: 1
2008-03-26 17:42:12.228 MythSocket(b1101a00:16): UpRef: 2
2008-03-26 17:42:12.228 write -> 16 45
BACKEND_MESSAGE[]:[]SCHEDULE_CHANGE[]:[]empty
2008-03-26 17:42:12.228 MythSocket(b1101a00:16): DownRef: 1
2008-03-26 17:42:12.228 MythSocket(b1160810:17): UpRef: 2
2008-03-26 17:42:12.228 MythSocket(b1160810:17): DownRef: 1
2008-03-26 17:42:12.228 MythSocket(b1155a18:18): UpRef: 2
2008-03-26 17:42:12.228 write -> 18 45
BACKEND_MESSAGE[]:[]SCHEDULE_CHANGE[]:[]empty
2008-03-26 17:42:12.229 MythSocket(b1155a18:18): DownRef: 1
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.