Re: [mythtv-users] Missing .nuv files?

2006-01-21 Thread Michael T. Dean
Michael Still wrote:

Michael T. Dean wrote:

What error message do you get when you try to delete?  SVN should allow 
you to delete a recording even without the original file.


I'm not at home at the moment, so I don't have the exact message, but 
given that...

The message happens when I hit right arrow on an episode entry to get to 
the menu with delete and job options and so forth. That menu doesn't 
appear and I get a the file is missing error message instead.

I can write it up more exactly when I get home tonight if you would like.
  

So, what happens if you go into the Delete Recordings screen instead 
of the Watch Recordings screen?  Can you delete it from there?

Mike
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Missing .nuv files?

2006-01-21 Thread Chad
On 1/21/06, Michael T. Dean [EMAIL PROTECTED] wrote:
 Michael Still wrote:

 Michael T. Dean wrote:
 
 What error message do you get when you try to delete?  SVN should allow
 you to delete a recording even without the original file.
 
 
 I'm not at home at the moment, so I don't have the exact message, but
 given that...
 
 The message happens when I hit right arrow on an episode entry to get to
 the menu with delete and job options and so forth. That menu doesn't
 appear and I get a the file is missing error message instead.
 
 I can write it up more exactly when I get home tonight if you would like.
 
 
 So, what happens if you go into the Delete Recordings screen instead
 of the Watch Recordings screen?  Can you delete it from there?

 Mike
 ___

I remember hearing about this feature, but I was recently in the same
boat.  And with a relatively recent SVN (within a week of today), I
couldn't delete them.  It would allow me to, and they would disappear
temporarily, but within 3-5 seconds, they'd just re-appear.  I did the
touch 1041_nuv to get me to a point where I could delete them.

HTH

Chad
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Missing .nuv files?

2006-01-21 Thread Michael Still
Gavin Haslett wrote:
 Ahem... Not sure if you've tried this but the EASY way to clean up
 missing NUV's (IMNSHO) is to go into the video directory, touch
 filename.nuv... Then you can go through the GUI and delete... Oh and
 tell it to allow re-record :)
 
 Nope... Never done that before... I swear ;) 

I tried that, but the UI seems to cache the existance (or not) of the 
NUV file, so you need to restart the frontend for it to work, which is 
annoying.

Mikal
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Missing .nuv files?

2006-01-20 Thread John Andersen
On 1/19/06, Michael Still [EMAIL PROTECTED] wrote:
 John Andersen wrote:

  Who knows why it happened.  Could have been anything.
 
  But if you are smart enough to figure out how to run SVN
  then you are smart enough to learn knoda mysqladmin or
  any of the other mysql clients (ore even the command line
  one) and fix it by deletint the entries in recorded programs
  table.

 Sure. I guess I was offering some debugging assistance to remove a bug
 before a release...

 Oh, and does removing the row from the recorded programs table allow a
 rerecord later, or is that somewhere else in the schema?

BTFOM...
There are two tables, recordedprogram and recorded that look
suspiciously like what you are after.

--
--JSA-
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Missing .nuv files?

2006-01-20 Thread Tomi Makinen
I cannot be sure if you have same problem as I do. Sometimes my DVB-C (ttpci) driver does 
something wrong and it has to be restarted to get recordings again. Just stop backend, unload
and load the driver and start backend. On 1/20/06, John Andersen [EMAIL PROTECTED] wrote:
On 1/19/06, Michael Still [EMAIL PROTECTED] wrote: John Andersen wrote:  Who knows why it happened.Could have been anything.   But if you are smart enough to figure out how to run SVN
  then you are smart enough to learn knoda mysqladmin or  any of the other mysql clients (ore even the command line  one) and fix it by deletint the entries in recorded programs  table.
 Sure. I guess I was offering some debugging assistance to remove a bug before a release... Oh, and does removing the row from the recorded programs table allow a rerecord later, or is that somewhere else in the schema?
BTFOM...There are two tables, recordedprogram and recorded that looksuspiciously like what you are after.JSA-___mythtv-users mailing list
mythtv-users@mythtv.orghttp://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Missing .nuv files?

2006-01-20 Thread Tom Lichti
Michael Still wrote:
 Michael Still wrote:

   
 So, I have a couple of questions about this:

   - why did it happen?
   - I can't delete the recordings from the UI now because of an error 
 message. How do I rerecord these episodes?

 I'm running a SVN snapshot from Christmas day last year if that matters.
 

 Oh, but I just noticed that there is a .mpg.tmp file for each missing 
 .nuv file... This matches what my wife said about the videos working 
 last night, but not now. Is it possible that the transcoder is eating 
 data? How would I go about debugging this?

   
Not sure, but you can try renaming it without the .tmp extension and see 
if that fixes the problem. It sounds as thought the transcoder is not 
finishing the job. I know there was some activity in SVN about the job 
queue, and things staying at 99%, which I believe has been fixed. Check 
the commit logs, and maybe try current SVN and see if that helps.

Tom
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Missing .nuv files?

2006-01-20 Thread Michael T. Dean
On 01/19/06 23:32, Michael Still wrote:

I have several recordings that have no .nuv file in the filesystem. The 
backend reports:

2006-01-19 20:26:04.515 MainServer::HandleQueryRecordings()
 Couldn't find backend for:
 The Simpsons : Home Away From Homer

I've poked the recorded table in the database, and the named .nuv file 
is definitely missing.

So, I have a couple of questions about this:

  - why did it happen?
  - I can't delete the recordings from the UI now because of an error 
message. How do I rerecord these episodes?

I'm running a SVN snapshot from Christmas day last year if that matters.
  

What error message do you get when you try to delete?  SVN should allow 
you to delete a recording even without the original file.

Mike
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Missing .nuv files?

2006-01-20 Thread Michael Still
Michael T. Dean wrote:

 What error message do you get when you try to delete?  SVN should allow 
 you to delete a recording even without the original file.

I'm not at home at the moment, so I don't have the exact message, but 
given that...

The message happens when I hit right arrow on an episode entry to get to 
the menu with delete and job options and so forth. That menu doesn't 
appear and I get a the file is missing error message instead.

I can write it up more exactly when I get home tonight if you would like.

Mikal
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Missing .nuv files?

2006-01-20 Thread Gavin Haslett
Ahem... Not sure if you've tried this but the EASY way to clean up
missing NUV's (IMNSHO) is to go into the video directory, touch
filename.nuv... Then you can go through the GUI and delete... Oh and
tell it to allow re-record :)

Nope... Never done that before... I swear ;) 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Andersen
Sent: Friday, January 20, 2006 2:46 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Missing .nuv files?

On 1/19/06, Michael Still [EMAIL PROTECTED] wrote:
 John Andersen wrote:

  Who knows why it happened.  Could have been anything.
 
  But if you are smart enough to figure out how to run SVN then you 
  are smart enough to learn knoda mysqladmin or any of the other mysql

  clients (ore even the command line
  one) and fix it by deletint the entries in recorded programs table.

 Sure. I guess I was offering some debugging assistance to remove a bug

 before a release...

 Oh, and does removing the row from the recorded programs table allow a

 rerecord later, or is that somewhere else in the schema?

BTFOM...
There are two tables, recordedprogram and recorded that look
suspiciously like what you are after.

--
--JSA-
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Missing .nuv files?

2006-01-19 Thread John Andersen
On 1/19/06, Michael Still [EMAIL PROTECTED] wrote:
 I have several recordings that have no .nuv file in the filesystem. The
 backend reports:

 2006-01-19 20:26:04.515 MainServer::HandleQueryRecordings()
  Couldn't find backend for:
  The Simpsons : Home Away From Homer

 I've poked the recorded table in the database, and the named .nuv file
 is definitely missing.

 So, I have a couple of questions about this:

   - why did it happen?
   - I can't delete the recordings from the UI now because of an error
 message. How do I rerecord these episodes?

 I'm running a SVN snapshot from Christmas day last year if that matters.

Who knows why it happened.  Could have been anything.

But if you are smart enough to figure out how to run SVN
then you are smart enough to learn knoda mysqladmin or
any of the other mysql clients (ore even the command line
one) and fix it by deletint the entries in recorded programs
table.


--
--JSA-
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Missing .nuv files?

2006-01-19 Thread Michael Still
Michael Still wrote:

 So, I have a couple of questions about this:
 
   - why did it happen?
   - I can't delete the recordings from the UI now because of an error 
 message. How do I rerecord these episodes?
 
 I'm running a SVN snapshot from Christmas day last year if that matters.

Oh, but I just noticed that there is a .mpg.tmp file for each missing 
.nuv file... This matches what my wife said about the videos working 
last night, but not now. Is it possible that the transcoder is eating 
data? How would I go about debugging this?

Thanks,
Mikal
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Missing .nuv files?

2006-01-19 Thread Michael Still
John Andersen wrote:

 Who knows why it happened.  Could have been anything.
 
 But if you are smart enough to figure out how to run SVN
 then you are smart enough to learn knoda mysqladmin or
 any of the other mysql clients (ore even the command line
 one) and fix it by deletint the entries in recorded programs
 table.

Sure. I guess I was offering some debugging assistance to remove a bug 
before a release...

Oh, and does removing the row from the recorded programs table allow a 
rerecord later, or is that somewhere else in the schema?

Mikal
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users