Re: [Freevo-devel] recordshow thumbnails

2007-10-03 Thread Duncan Webb
Evan Hisey wrote: > Duncan > >> You can try using ircat as it will tell you if LANG and SUBTITLE are >> mapped correctly. > Yup had the button miss named. > >> Depends on what TV card you are using, guess not a IVTV or DVB card so you >> need to check the mencoder command line. > I am not getting

Re: [Freevo-devel] recordshow thumbnails

2007-10-03 Thread Evan Hisey
Duncan > > You can try using ircat as it will tell you if LANG and SUBTITLE are > mapped correctly. Yup had the button miss named. > Depends on what TV card you are using, guess not a IVTV or DVB card so you > need to check the mencoder command line. I am not getting the mencoder command line dum

Re: [Freevo-devel] recordshow thumbnails

2007-09-30 Thread Duncan Webb
> Duncan >> EVENTS['video']['LANG'] = \ >> Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_audio') >> EVENTS['video']['SUBTITLE'] = \ >> Event(VIDEO_SEND_MPLAYER_CMD, arg='vobsub_lang') >> >> I map LANG and SUBTITLE to the '#' and '*' keys. > I have them but they do not seems to be working. You can

Re: [Freevo-devel] recordshow thumbnails

2007-09-30 Thread Evan Hisey
Duncan > Did this work, just by using the old library.rpy? IT seems to be working fine so far. Just copied it over. > > Remaining bugs are the cdrom crash problem. > You can copy the current svn revision of plugin.romdrives over the 1.7.3 > module and this should fix this problem. I'll try this.

Re: [Freevo-devel] recordshow thumbnails

2007-09-30 Thread Duncan Webb
Evan Hisey wrote: > Duncan- > Finally go the reinstall done. Adding lame support to mplayer and > using the SVN kaa to build good kaa packages. I went back to the > 1.6.3 library.rpy to get back the usability in the web interface. The > current 1.7.3 is just to sparse. I really like having the e

Re: [Freevo-devel] recordshow thumbnails

2007-09-29 Thread Evan Hisey
Duncan- Finally go the reinstall done. Adding lame support to mplayer and using the SVN kaa to build good kaa packages. I went back to the 1.6.3 library.rpy to get back the usability in the web interface. The current 1.7.3 is just to sparse. I really like having the episode names visible and ver

Re: [Freevo-devel] recordshow thumbnails

2007-09-16 Thread Duncan Webb
Evan Hisey wrote: > Duncan- > Thanks for the help. It was indeed a miss installed kaa. I am going > to redesign my slackbuilds to correct the problem. for future version > updates. With the kaa packages, you will need the latest, or at least a recent, svn revision as some bugs have been fixed bu

Re: [Freevo-devel] recordshow thumbnails

2007-09-15 Thread Evan Hisey
Duncan- Thanks for the help. It was indeed a miss installed kaa. I am going to redesign my slackbuilds to correct the problem. for future version updates. Evan - This SF.net email is sponsored by: Microsoft Defy all challen

Re: [Freevo-devel] recordshow thumbnails

2007-09-15 Thread Evan Hisey
Duncan- I see PIL is still required by 1.x tree. I thought it had been replaced by kaa.imlib2. Seems the thumbnail problem is a broken packaging of the kaa python modules. Any pointers on making sure they to install like they should? Evan

Re: [Freevo-devel] recordshow thumbnails

2007-09-15 Thread Evan Hisey
Duncan- Alright must be an issue in finding the Kaa packages as they are installed. I can import them at the freevo prompt, so it must be some where in the system paths as it only shows up when something on the command line calls kaa. Off to install the SVN stuff. Evan -

Re: [Freevo-devel] recordshow thumbnails

2007-09-15 Thread Duncan Webb
Evan Hisey wrote: > Duncan- > I had to change the _debug_ to print statements to get any output > from them. I do have DEBUG and CHILD_DEBUG both set to 9 in the > local_config.py. After that I got a command that seems to run mplayer. > I tested it on the commandline and the out put is as below. K

Re: [Freevo-devel] recordshow thumbnails

2007-09-15 Thread Evan Hisey
Duncan- I had to change the _debug_ to print statements to get any output from them. I do have DEBUG and CHILD_DEBUG both set to 9 in the local_config.py. After that I got a command that seems to run mplayer. I tested it on the commandline and the out put is as below. Kaa seems to be unhappy. :~#

Re: [Freevo-devel] recordshow thumbnails

2007-09-14 Thread Evan Hisey
Duncan- I know my Python is not great, but I have been munging my way through the videothumb.py code and it looks like if you get into the snapshot routine it only works with existing image files as I can not find where it actually calls mplayer though it does some neat magic image size. From t

Re: [Freevo-devel] recordshow thumbnails

2007-09-14 Thread Evan Hisey
Duncan- I am not getting any more in the log. But the log file is strangely named, it is called '-0.log'. My guess is then that something is not getting called quite right yet. New data point, if I touch a filename.mpeg.raw.tmp then it complains about not being able to open the file. Iam running

Re: [Freevo-devel] recordshow thumbnails

2007-09-13 Thread Duncan Webb
Evan Hisey wrote: > Duncan- > a little more digging in my thumbnail problem. If i run the mplayer > command that creates a thmbnail (I dug it out of the videothumb.py) : mplayer -nosound -vo png -frames 8 -ss 360 -zoom > /mnt/freevo/06-15_20_00_Stargate_Atlantis_-_Vengeance.mpeg , mplayer happily

Re: [Freevo-devel] recordshow thumbnails

2007-09-12 Thread Evan Hisey
Duncan- a little more digging in my thumbnail problem. If i run the mplayer command that creates a thmbnail (I dug it out of the videothumb.py) : mplayer -nosound -vo png -frames 8 -ss 360 -zoom /mnt/freevo/06-15_20_00_Stargate_Atlantis_-_Vengeance.mpeg , mplayer happily produces the 8 video png

Re: [Freevo-devel] recordshow thumbnails

2007-09-09 Thread Duncan Webb
Evan Hisey wrote: > Duncan- > What are the .fxd.raw used for in the > /root/.freevo/vfs/mnt/freevo/ used for? I get one for every fxd in the > recorded show directory They are the thumbnails for the video. Duncan - This

Re: [Freevo-devel] recordshow thumbnails

2007-09-09 Thread Duncan Webb
Evan Hisey wrote: > Duncan- > The mplayer version should be fine, just that the systems I compile > on do not have the xvid or lame libraries. I just compile a version > mplayer with the minimal set of extra libraries I can. Every library I > have to add is one more I will have to keep updated. M

Re: [Freevo-devel] recordshow thumbnails

2007-09-07 Thread Evan Hisey
Duncan- What are the .fxd.raw used for in the /root/.freevo/vfs/mnt/freevo/ used for? I get one for every fxd in the recorded show directory. Evan > On 9/7/07, Duncan Webb <[EMAIL PROTECTED]> wrote: > > Evan Hisey wrote: > > > I am unable to get the thumbnails to show up for show in 1.7.3. I

Re: [Freevo-devel] recordshow thumbnails

2007-09-07 Thread Evan Hisey
Duncan- The mplayer version should be fine, just that the systems I compile on do not have the xvid or lame libraries. I just compile a version mplayer with the minimal set of extra libraries I can. Every library I have to add is one more I will have to keep updated. Most of the problems I have e

Re: [Freevo-devel] recordshow thumbnails

2007-09-07 Thread Duncan Webb
Evan Hisey wrote: > I am unable to get the thumbnails to show up for show in 1.7.3. I am > attempting debug the problem.Showing up in the log is: > no imagefile found > /root/.freevo/vfs/mnt/freevo/08-05_19_00_Human_Weapon_-_Eskrima.mpeg.raw.tmp > > while the files listed in /root/.freevo/vfs/mnt

[Freevo-devel] recordshow thumbnails

2007-09-06 Thread Evan Hisey
I am unable to get the thumbnails to show up for show in 1.7.3. I am attempting debug the problem.Showing up in the log is: no imagefile found /root/.freevo/vfs/mnt/freevo/08-05_19_00_Human_Weapon_-_Eskrima.mpeg.raw.tmp while the files listed in /root/.freevo/vfs/mnt/freevo/ all end in .fxd.raw.