[mythtv-users] nuv file not found; slow recordings list

Isaac Richards ijr at po.cwru.edu
Sun May 18 11:26:11 EDT 2003


On Sunday 18 May 2003 06:50 am, Ben Bucksch wrote:
> I can't play an increasing number of recordings. When I select them
> under Watch Recordings and hit Space, nothing happens. No output on the
> console and no change in the UI and no console output on the server, not
> even in verbose mode. After a long time (about 10 minutes), the frontend
> says e.g.
>
> Error: myth://192.168.1.2/9_20030516221500_20030517012500.nuv file not
> found

It should be really easy to figure out why the file existence check is 
failing.  MainServer::HandleQueryCheckFile() in programgs/mainserver.cpp.

> However, the file *is* there on the server in the usual recording dir. I
> can play about half of the recordings, so it's not a general problem
> either (misconfigured dir etc.). I even downloaded the file to the
> frontend machine and placed it in the exact same location as on the
> server, because I thought the NFS magic of the frontend would let it
> then play the file locally and find and least that, but not even that
> was found.

That only works once it starts playing back -- the initial check to see if the 
file actually exists will still happen on the backend unless you change stuff 
around in the database.

> If I use the CVS version from Apr 21 (?), that just crashes with the 
> following output:
> Changing from None to WatchingPreRecorded
> Over/underscanning. V: 0.000000, H: 0.000000, XOff: 0, YOff: 0
> Found 2 Xinerama Screens.
> Using screen 1, 800x600+0+0
> Using XV port 75
> Unknown tag in textarea: value

This is just because you're using an OSD theme that's newer than what the code 
there understands, and it doesn't really like that =)

> Also, in recent CVS, navigating the list of recordings is very slow.
> After I invoke Watch Recordings, the CPU is 100% busy for about 10
> seconds after the list of recordings displayed but before the details of
> the selected recording display. After that, I can then navigate
> moderately quickly for a few entries, after which the CPU is busy again
> for 5-10 seconds. I have quite long descriptions (several paragraphs
> usually) for the programmes, in case that's relevant. CVS from Apr 21
> (?) works just fine, it's snappy as expected.

If you turn off the playback preview mode, and turn on the preview pixmaps 
instead, it'll be fast.  Main issue is that it's now waiting _completely_ for 
the preview window to startup/shutdown before allowing you to scroll.

Isaac


More information about the mythtv-users mailing list