Re: [Freevo-users] VHS video input

2009-03-21 Thread Stygen
I 'used' to run an svideo input on a full featured hdtv card.  This was a  
few years back so I can't remember the specifics, however there was a  
plugin to add the composite input to the menu.  I used to record with a  
completely different script though (not integrated with freevo) only  
because I kept changing mencoder settings and didn't want to have to  
restart freevo every time I made a change.

If you only want to watch the VHS through your analogue inut though, there  
should be a simple plugin for this purpose.

-Justin



On Sun, 22 Mar 2009 11:00:15 +0900, Elizabeth Dodd   
wrote:

>
> I've got dvb-t tv running, and now i'm experimenting with the input on  
> the old
> Hauppauge350
> so i can run it into S-Video and line in
> and watch stuff off the (ancient) VHS recorder / player
>
> so how will i integrate this into freevo?
>
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based  
> development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users



--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] VHS video input

2009-03-21 Thread Elizabeth Dodd

I've got dvb-t tv running, and now i'm experimenting with the input on the old 
Hauppauge350
so i can run it into S-Video and line in
and watch stuff off the (ancient) VHS recorder / player

so how will i integrate this into freevo?


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Automount USB recommendations?

2009-03-21 Thread Jim Duda
Roy,

I've had good success using the automount program.

I also use the usb plugin.


plugin.activate('usb')
plugin.activate('usbstorage', type='video', args=('USB Device 1', 
'/mnt/usb/device_a'))
plugin.activate('usbstorage', type='audio', args=('USB Device 1', 
'/mnt/usb/device_a'))
plugin.activate('usbstorage', type='image', args=('USB Device 1', 
'/mnt/usb/device_a'))
plugin.activate('usbstorage', type='video', args=('USB Device 2', 
'/mnt/usb/device_b'))
plugin.activate('usbstorage', type='audio', args=('USB Device 2', 
'/mnt/usb/device_b'))
plugin.activate('usbstorage', type='image', args=('USB Device 2', 
'/mnt/usb/device_b'))

Jim



Roy Wood wrote:
> I've got Freevo running on a Ubuntu Server system, and currently don't
> have any automount system installed.
> 
> I'd like to have the box automatically mount USB thumbdrives and such
> when they are plugged in.  More specifically, I'd like to mount them
> read-only so that they can be safely removed, even if they are not
> properly unmounted.  And yes, I'd like things cleaned up automatically
> if they are yanked out (think impatient wife and children).
> 
> 
> Does anyone have any recommendations on automount solutions?  So far,
> the contenders seem to be:
> 
> 1) Hacking my own udev rules and scripts
> 
> 2) ivman
> 
> 3) usbmount
> 
> 4) pymount
> 
> 
> Any experience to share, folks?  Any other candidates?
> 
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] New user Install Help

2009-03-21 Thread Elizabeth Dodd
On Sat, 21 Mar 2009, Philip M. McDonnell wrote:
>  I would love to make an updated livecd that you could use and
> install when ready...

the hassle with this is the different needs for tv in different countries, 
different regions and then different hardware


-- 
I go on working for the same reason a hen goes on laying eggs.
-- H. L. Mencken

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] New user Install Help

2009-03-21 Thread Philip M. McDonnell
> that gets you an install
> then you have to configure
> call back when you have got that far
> at that stage we will need to know more about where you live 
> so we can help with the tv setup and more about your gear too
>   video card
>   tv card

Thank you for this, I will give it a shot and let you know how it goes,
can't do it till Monday. I will also write up exact instructions of how I
did it and hopefully make a newbies guide that anyone can use.


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] New user Install Help

2009-03-21 Thread Elizabeth Dodd
On Fri, 20 Mar 2009, Elizabeth Dodd wrote:
> Freevo 1.8.3 was in "experimental" in january when I installed it.
> I did it about 6 times, got very slick at it but didn't document for the
> wiki :-(
>
> i could go through this tomorrow, when it is Saturday, and try to document
> install, then we need configuration documented.


I have a list, here typed off the pencil and paper one.
You won't need all of these

distro  (mine is Mepis8)
mplayer
xine-ui
xmltv
dailystrips
libdvdcss2
w32codecs
mencoder
dvb-apps
mpd
mercurial   (for new tv cards)
linux-headers-$(uname-r)(for new tv cards)
buildessential  (for new tv cards)
debian-keyring
debian-multimedia-keyring
dvbstream
lame
ttf-liberation
flac
vorbis-tools
fbset
openssh-server
nvidia

after installing all the stuff from the regular places
then put experimental in your apt sources list
deb ftp://ftp.debian.org/debian/ experimental main non-free contrib
update and then install freevo

lots of other packages will be brought in as dependencies

that gets you an install
then you have to configure
call back when you have got that far
at that stage we will need to know more about where you live so we can help 
with the tv setup
and more about your gear too
video card
tv card





-- 
"... freedom ... is a worship word..."
"It is our worship word too."
-- Cloud William and Kirk, "The Omega Glory", stardate unknown
# See sources.list(5) for more information

# This file should be edited through synaptic

# MEPIS improvements, overrides and updates--the MEPIS magic
deb ftp://ftp.mepis.com/mepis/ mepis-8.0 main 

deb ftp://ftp.au.debian.org/debian/ lenny main contrib non-free 
# deb-src ftp://ftp.debian.org/debian/ lenny main contrib non-free 

deb http://security.debian.org/ lenny/updates main contrib non-free 

deb http://volatile.debian.org/debian-volatile/ lenny/volatile main contrib 
non-free 

# Some Debian Multimedia software might be illegal in some jurisdictions
deb http://www.debian-multimedia.org/ lenny main  

# Some extra packages that are maintained by the MEPIS Community
deb http://mepis.blue-pearls.net/repo/ mepis8cr main non-free 
deb ftp://ftp.au.debian.org/debian/ experimental main non-free contrib 

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Problem watching live TV with mplayer [RESOLVED]

2009-03-21 Thread Art S R
On Fri, Mar 20, 2009 at 2:32 PM, Art S R  wrote:
> On Fri, Mar 20, 2009 at 12:15 PM, Duncan Webb  wrote:
>> Art S R wrote:
>>> After much befuddlement and frustration, I've finally resolved this
>>> problem.  I went back to earlier versions of mplayer.py in svn until I
>>> found the latest version that would work displaying live TV (10609)
>>> and did a diff with the version I was using from Freevo 1.8.3 to see
>>> if I could figure out what's causing the recent versions to not work.
>>> After much more tracing, I located the problem here:
>>>
>>> 240        #command = self.sort_filter(command)
>>> 241
>>> 242        command += ['%(url)s' % args]
>>> 243
>>> 244        _debug_(' '.join(command[1:]))
>>> 245
>>> 246        self.mode = mode
>>>
>>> Although the debug statement in line 244 was showing the correct
>>> mplayer command in my log:
>>>
>>> /usr/bin/mplayer -slave -vo xv,sdl,x11, -ao oss:/dev/dsp -autosync 100
>>> -nolirc -nojoystick -autoq 100 -screenw 800 -screenh 600 -fs -nocache
>>> tv:// -tv 
>>> driver=v4l2:freq=55.250:device=/dev/video0:input=0:norm=NTSC:width=640:height=480:outfmt=yuy2
>>
>> Well good work to track down this problem, thanks for this.
>>
>> All ' '.join(command[1:] does is to convert the command list to a string
>> for printing.
>>
>> You can change the _debug_ statement to:
>> _debug_('%r' % (command,))
>> and this will be printed exactly and represented as a list.
>>
>> What is possible is that the arguments are not correct in the list; may
>> be one has a space in it when it shouldn't have. Would you please make
>> this change and post the resulting command, thanks?
>>
>> The difference between a list and a string when passed to subprocess is
>> that lists are executed directly and strings are executed through a
>> sub-shell. With lists there is no need to quote arguments as each
>> argument is in a list item. With strings arguments with spaces need to
>> be quoted. Lists will start marginally faster and use a bit less memory
>> as there is no extra shell being spawned.
>>
>> Duncan
>>
>
> Well, this is interesting.  The syntax of the mplayer command is
> identical whether it's a string or a list:
>
> Running (list) '/usr/bin/mplayer -slave -vo xv,sdl,x11, -ao
> oss:/dev/dsp -autosync 100 -nolirc -nojoystick -autoq 100 -screenw 800
> -screenh 600 -fs -nocache tv:// -tv
> driver=v4l2:freq=55.250:device=/dev/video0:input=0:norm=NTSC:width=640:height=480:outfmt=yuy2
> ' with pid 19221 priority -20
>
> Running (str) '/usr/bin/mplayer -slave -vo xv,sdl,x11, -ao
> oss:/dev/dsp -autosync 100 -nolirc -nojoystick -autoq 100 -screenw 800
> -screenh 600 -fs -nocache tv:// -tv
> driver=v4l2:freq=55.250:device=/dev/video0:input=0:norm=NTSC:width=640:height=480:outfmt=yuy2'
> in shell with pid 21625 priority 0
>
> However, running as a list does not work using either the original
> "_debug_(' '.join(command[1:]))" or the revised "_debug_('%r' %
> (command,))" statement.  On the other hand, when the string is passed
> to a shell, the TV program comes in loud and clear.
>
> Art S R
>

A couple of other observations, this time from mplayer's perspective.
When the watch TV command is passed as a string (the "good" scenario),
my mplayer-stdout*.log shows the following entries for the TV program
being watched:

Playing tv://.
TV file format detected.
Selected driver: v4l2
 name: Video 4 Linux 2 input
 author: Martin Olschewski 
 comment: first try, more to come ;-)
Selected device: BT878 video (Hauppauge (bt878))
 Tuner cap:
 Tuner rxs: MONO
 Capabilites:  video capture  video overlay  VBI capture device  tuner
 read/write  streaming
 supported norms: 0 = NTSC; 1 = NTSC-M; 2 = NTSC-M-JP; 3 = NTSC-M-KR;
4 = PAL; 5 = PAL-BG; 6 = PAL-H; 7 = PAL-I; 8 = PAL-DK; 9 = PAL-M; 10 =
PAL-N; 11 = PAL-Nc; 12 = PAL-60; 13 = SECAM; 14 = SECAM-B; 15 =
SECAM-G; 16 = SECAM-H; 17 = SECAM-DK; 18 = SECAM-L; 19 = SECAM-Lc;
 inputs: 0 = Television; 1 = Composite1; 2 = S-Video; 3 = Composite3;
 Current input: 0
 Current format: YVU420
v4l2: current audio mode is : MONO
==
Opening video decoder: [raw] RAW Uncompressed Video
VDec: vo config request - 640 x 480 (preferred colorspace: Packed YUY2)
VDec: using Packed YUY2 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [xv] 640x480 => 640x480 Packed YUY2  [fs]
Selected video codec: [rawyuy2] vfm: raw (RAW YUY2)
==

Additionally, mplayer-stderr*.log has no log entries.

However, when the watch TV command is passed as a list (the "bad"
scenario), the following differences from the above are noted in
mplayer-stdout*.log:

Playing tv:// -tv
driver=v4l2:freq=55.250:device=/dev/video0:input=0:norm=NTSC:width=640:height=480:outfmt=yuy2
.

VDec: vo config request - 640 x 480 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)

VO: [xv] 640x480 => 640x480 Planar YV12  [fs]
Selected 

[Freevo-users] Automount USB recommendations?

2009-03-21 Thread Roy Wood
I've got Freevo running on a Ubuntu Server system, and currently don't
have any automount system installed.

I'd like to have the box automatically mount USB thumbdrives and such
when they are plugged in.  More specifically, I'd like to mount them
read-only so that they can be safely removed, even if they are not
properly unmounted.  And yes, I'd like things cleaned up automatically
if they are yanked out (think impatient wife and children).


Does anyone have any recommendations on automount solutions?  So far,
the contenders seem to be:

1) Hacking my own udev rules and scripts

2) ivman

3) usbmount

4) pymount


Any experience to share, folks?  Any other candidates?

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Is the apple trailers plugin broken?

2009-03-21 Thread John Molohan
 From today's svn I get this crash:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/freevo/main.py", line 308, in 
eventhandler
app.eventhandler(event)
  File "/usr/lib/python2.5/site-packages/freevo/benchmark.py", line 91, 
in origfunc
return func(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 874, in 
eventhandler
self._handle_play_item(menu, event)
  File "/usr/lib/python2.5/site-packages/freevo/benchmark.py", line 91, 
in origfunc
return func(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 683, in 
_handle_play_item
action(arg=arg, menuw=self)
  File 
"/usr/lib/python2.5/site-packages/freevo/video/plugins/appletrailers.py", 
line 264, in make_menu
[ BrowseByGenre(self),
  File 
"/usr/lib/python2.5/site-packages/freevo/video/plugins/appletrailers.py", 
line 213, in __init__
AppleItem.__init__(self, parent)
  File 
"/usr/lib/python2.5/site-packages/freevo/video/plugins/appletrailers.py", 
line 85, in __init__
self.__load()
  File 
"/usr/lib/python2.5/site-packages/freevo/video/plugins/appletrailers.py", 
line 109, in __load
self.trailers.parse(self.__progress)
  File 
"/usr/lib/python2.5/site-packages/freevo/video/plugins/applelib.py", 
line 112, in parse
self.parse_title(title, feed[1])
  File 
"/usr/lib/python2.5/site-packages/freevo/video/plugins/applelib.py", 
line 154, in parse_title
for genre in title["genre"]:
KeyError: 'genre'


John

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] No mouse when launching apps with freevo -fs

2009-03-21 Thread John Molohan
Hi,

I'm running freevo with freevo -fs. I've added some commands to launch 
programs like firefox. When freevo is running I can move my mouse around 
and see it on screen but if I launch firefox or any other app the mouse 
disappears and I can't control them. Anyone encountered this and have a 
solution?

John

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] What happened to megabox? Any Spanish speakers out there?

2009-03-21 Thread John Molohan
Alberto Hernando wrote:
> On Thursday 12 March 2009 23:47:14 John Molohan wrote:
>   
>> Any
>> Spanish speaker there to take a look and give a translation about what's
>> happening with it?
>> 
>
>
> Hi.
>
> The translation in the other post is more or less all the new info available.
> I can't translate all the web ;) but as you seem to already know the project, 
> you'd better ask questions and I'll try to answer.
> Basically, right now they say that ver 2.1 is about to be released soon with 
> the features you already saw, but there is very little more to say.
>
> Alberto
Hi,

Yes I've picked up a bit more info since posting originally. I'm 
surprised that none of their developers are on this list, maybe I should 
have cross posted to the devel list too. I'm going to be posting to 
their English forum asking about closer collaboration so that the larger 
freevo community can benefit from their work and not just the other way 
around. If I get no response I might ask you to translate and post to 
the Spanish forum if that's okay?

John

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] What happened to megabox? Any Spanish speakers out there?

2009-03-21 Thread Alberto Hernando
On Thursday 12 March 2009 23:47:14 John Molohan wrote:
> Any
> Spanish speaker there to take a look and give a translation about what's
> happening with it?


Hi.

The translation in the other post is more or less all the new info available.
I can't translate all the web ;) but as you seem to already know the project, 
you'd better ask questions and I'll try to answer.
Basically, right now they say that ver 2.1 is about to be released soon with 
the features you already saw, but there is very little more to say.

Alberto

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users