[Freevo-users] Some quesions about multi-tuner configuration

2007-01-15 Thread Francisco Eduardo Álvarez Solano

Hi,

I'm now the proud owner of two TV cards: one TDT USB stick (Redbell TDT2Go)
and one dual card (Kworld DVB-T 220 PCI). Both work perfectly and both have
been recognized "automagically" by my 2.6.18 kernel (I'm using Debian Sid).
For now , I insert manually the modules ofr the kworld card, and it works
perfectly with "mplayer dvb://[EMAIL PROTECTED]" and with tvtime).

I've always used the USB stick since I installed freevo, and my
local_conf.py is:

# ==
# Freevo TV settings:
# ==

TV_RECORD_DIR = '/datos/video/grabaciones'
TV_SETTINGS  = 'pal television europe-west /dev/video0'
TV_OPTS = ''
TV_RECORD_PADDING_PRE = 300
TV_RECORD_PADDING_POST = 1800

#VCR_CMD = 'mencoder' + ' -oac copy -ovc copy -o %(filename)s -of mpeg
-mpegopts format=dvd "dvb://%(channel)s"'
VCR_CMD = CONF.mplayer + ' -dumpstream -dumpfile %(filename)s
"dvb://%(channel)s"'
TV_RECORDFILE_SUFFIX = '.mpg'

VIDEO_GROUPS[0].group_type = 'dvb'

TV_CHANNELS = [   # DVB-T channels
   ( '01.elpais.es', 'TVE 1', 'TVE 1' ),
   ( '02.elpais.es', 'TVE 2', 'TVE 2' ),
   ( '03.elpais.es', 'Antena 3', 'ANTENA 3' ),
   ( '22.elpais.es', 'Cuatro', 'CUATRO' ),
   ( '04.elpais.es', 'Tele 5', 'Telecinco' ),
   ( '24.elpais.es', 'La Sexta', 'LA SEXTA 1' ),
   ( '09.elpais.es', 'Canal Sur', 'Canal Sur TV' ),
   ( '13.elpais.es', 'Canal Sur 2', 'Canal 2 Andalucia' ),
...and many more...
]


I would like to use one DVB adapter for watching and the other for
recording, and be able to watch and record the analog channels as well. But,
I'm a bit offuscated with video_group settings. My questions are:

1.- How can I distingiuish one DVB adpater from the other? Wich is the
"group_type" of the analog part of the Kworld card?  Will this setting work?
  VIDEO_GROUPS[0].group_type = 'dvb' # First DVB adaptor
  VIDEO_GROUPS[0]record_group = 1
  VIDEO_GROUPS[1].group_type = 'dvb'  # Second DVB adaptor
  VIDEO_GROUPS[1]record_group = None
  VIDEO_GROUPS[2].group_type = '?'  # Analog adaptor
  VIDEO_GROUPS[2].vdev = '/dev/video0'
  VIDEO_GROUPS[2].record_group = None

2.- Can I watch analog TV with tvtime and use at the xine plugin for
watching DVB?
3.- How should I put the different record commands (one for the analog TV
and the one for DVB)? Is there a VIDEO_GROUPS[0].VCR_CMD or something
similar?

Thanks

BTW: This is what dmesg says about the cards:

dvb-usb: found a 'WideView WT-220U PenType Receiver (Typhoon/Freecom)' in
warm state.
dvb-usb: will use the device's hardware PID filter (table count: 15).
DVB: registering new adapter (WideView WT-220U PenType Receiver
(Typhoon/Freecom)).
DVB: registering frontend 0 (WideView USB DVB-T)...
input: IR-receiver inside an USB DVB receiver as /class/input/input3
dvb-usb: schedule remote query interval to 300 msecs.
dvb-usb: WideView WT-220U PenType Receiver (Typhoon/Freecom) successfully
initialized and connected.
usbcore: registered new driver dvb_usb_dtt200u
Linux video capture interface: v2.00

saa7130/34: v4l2 driver version 0.2.14 loaded
intel8x0_measure_ac97_clock: measured 59509 usecs
intel8x0: clocking to 48000
ACPI: PCI Interrupt :03:07.0[A] -> GSI 21 (level, low) -> IRQ 217
saa7133[0]: found at :03:07.0, rev: 209, irq: 217, latency: 64, mmio:
0xe0101000
saa7133[0]: subsystem: 17de:7201, board: Tevion/KWorld DVB-T 220RF
[card=88,autodetected]
saa7133[0]: board init: gpio is 100
saa7133[0]: i2c eeprom 00: de 17 01 72 ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tuner 1-004b: chip found @ 0x96 (saa7133[0])
tuner 1-004b: setting tuner address to 61
tuner 1-004b: type set to tda8290+75a
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi0
saa7133[0]: registered device radio0

DVB: registering new adapter (saa7133[0]).
DVB: registering frontend 1 (Philips TDA10046H DVB-T)...
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/l

Re: [Freevo-users] Unicode musings

2007-01-15 Thread Pascal Schirrmann
Duncan Webb a écrit :
> Pascal Schirrmann wrote:
>   
>> I had some movies for witch I only obtain a 'Fetching file information' 
>> Box (instead of the file description box).
>> After some research, it was movies with some informations downloaded 
>> from the IMDB database. It he .fxd file were some carriage return (or ^M 
>> or \r or \x0d, whatever you prefer). Removing the CR does the trick.
>>  
>> 
>
> I think this one problem is now fixed in svn rel-1 at r8922 can you
> confirm if this is now resolved?
>
> Duncan
>
>   
Hi Duncan,

That's a late answer :-) I finally managed to start again the moviecover 
plugin. So :

Yes, the moviecovers plugin still does put \x0d in a lot of places in 
the fxd file, and YES ! your patch does a very good work. Everything is OK !

Thanks,

-- 
Pascal Schirrmann


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [Off Topic] Dreaming..

2007-01-15 Thread Dirk Meyer
Stephan Mueller wrote:
> * Justin Wetherell <[EMAIL PROTECTED]> [15.01.2007]:
>
>> I don't know if that is possible in 1.x but I believe 2.x gives you the
>> ability to define the background (and menu entries) to be mpegs/avis.
>> 
>> This was on freevo devel a couple days ago (an example of what I was talking
>> about [I didn't write this]).
>> http://urandom.ca/~tack/kaa-menu-demo.avi
>
> Yeah This looks neat... :) Looks like I have to _realy_ have a look at
> the 2.x branch.

Not in it yet


Dischi

-- 
FATAL ERROR! SYSTEM HALTED! - Press any key to do nothing...


pgpOHjbTn59Ux.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [Off Topic] Dreaming..

2007-01-15 Thread Jason Tackaberry
On Mon, 2007-01-15 at 10:46 -0500, Justin Wetherell wrote:
> I don't know if that is possible in 1.x but I believe 2.x gives you
> the ability to define the background (and menu entries) to be
> mpegs/avis. 

Unfortunately no, this won't be possible.  Well, it will be possible
technically, but not practical.  It would be quite computationally
expensive (for various reasons).

So background animations will have to be handled a different way, by
fading in/out or moving certain elements on the canvas, such as in the
kaa-menu-demo.avi example (the moving titles at the top).

Cheers,
Jason.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [Off Topic] Dreaming..

2007-01-15 Thread Jason Tackaberry
On Mon, 2007-01-15 at 17:29 +0100, Stephan Mueller wrote:
> > This was on freevo devel a couple days ago (an example of what I was talking
> > about [I didn't write this]).
> > http://urandom.ca/~tack/kaa-menu-demo.avi
> 
> Yeah This looks neat... :) Looks like I have to _realy_ have a look at
> the 2.x branch.

That isn't in trunk yet.  That avi is a demo of the animation engine
that will be part of freevo2, but it's not there yet. :)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [Off Topic] Dreaming..

2007-01-15 Thread Justin Wetherell

Jason Tackaberry, I believe is the creator of the demo, which is a KAA
(maybe specifically evas) demo.

On 1/15/07, Stephan Mueller <[EMAIL PROTECTED]> wrote:


* Justin Wetherell <[EMAIL PROTECTED]> [15.01.2007]:

> I don't know if that is possible in 1.x but I believe 2.x gives you the
> ability to define the background (and menu entries) to be mpegs/avis.
>
> This was on freevo devel a couple days ago (an example of what I was
talking
> about [I didn't write this]).
> http://urandom.ca/~tack/kaa-menu-demo.avi

Yeah This looks neat... :) Looks like I have to _realy_ have a look at
the 2.x branch.


Cheers,


Steph.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [Off Topic] Dreaming..

2007-01-15 Thread Stephan Mueller
* Justin Wetherell <[EMAIL PROTECTED]> [15.01.2007]:

> I don't know if that is possible in 1.x but I believe 2.x gives you the
> ability to define the background (and menu entries) to be mpegs/avis.
> 
> This was on freevo devel a couple days ago (an example of what I was talking
> about [I didn't write this]).
> http://urandom.ca/~tack/kaa-menu-demo.avi

Yeah This looks neat... :) Looks like I have to _realy_ have a look at
the 2.x branch.


Cheers,


Steph. 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [Off Topic] Dreaming..

2007-01-15 Thread Ignacio -
Wow, thats great! :P I haven't seen that demo :P, who and how did it?
Congratz! :P

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [Off Topic] Dreaming..

2007-01-15 Thread Justin Wetherell

I don't know if that is possible in 1.x but I believe 2.x gives you the
ability to define the background (and menu entries) to be mpegs/avis.

This was on freevo devel a couple days ago (an example of what I was talking
about [I didn't write this]).
http://urandom.ca/~tack/kaa-menu-demo.avi

On 1/15/07, Stephan Mueller <[EMAIL PROTECTED]> wrote:


* Ignacio - <[EMAIL PROTECTED]> [15.01.2007]:

> Yesterday I was Playing PSP while I really apreciate the animation of
> the main menu, that colours..soft movement and others. Would be really
> good to have that in Freevo. I mean, a menu made on OpenGL, SDL in
> 3D..aarff.. sounds good huh?. :P

I was wondering as well if there are possibilities to change the
background pictures of the menus etc. in a dynamicall way in the new
versions 1.6 or 1.7. Are there any changes/new APIs included that go in
that direction?


Cheers,

Steph.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How can I use Freevo events to run scripts?

2007-01-15 Thread Karl Lattimer
What about the existing command main menu item?

Shouldn't the hack go in there so it can be used in the future for other
hacks like this?

K,

On Mon, 2007-01-15 at 07:27 -0800, Ryan Roth wrote:

> AFAIK this does not exist.  You should be able to make it work by 
> modifying menu.py and adding a event to it.
> Ten add something like this to your local_conf.py
> 
> EVENTS['menu']['POWER'] = Event(PUT_YOUR_EVENT_NAME_HERE)
> 
> 
> Stephen Rowles wrote:
> > Hi,
> >
> > Flush from my success of controlling my surround sound amp using irsend, 
> > I would like to control my TV too.
> >
> > Currently the media box is input via SVideo, on AV4 (the only input I 
> > have cables for atm). However on power on my TV starts up in channel
> > mode tuned to the last "real" TV channel is was on.
> >
> > What I would like to do is trap the POWER event, that seems to be 
> > propogated everywhere - as I get this output to console from freevo:
> >
> > send button event BUTTON arg=POWER
> > no event mapping for key POWER in context tvmenu
> > send button event BUTTON arg=POWER
> > no event mapping for key POWER in context menu
> >
> > I would like to pick up that event, then run a simple script that uses 
> > irsend to turn the TV on - wait 5 seconds (warm up time required), then 
> > change the input to the correct AV source.
> >
> > I am quite happy to modify code to get this to work, or if there is a 
> > mechanism to deal with this already that would be ace.
> >
> > Thank you.
> >
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys - and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> >   
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [Off Topic] Dreaming..

2007-01-15 Thread Ignacio -
You are interested in just change some background?? Maybe with a
bashscript you may do that, I guess.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How can I use Freevo events to run scripts?

2007-01-15 Thread Ryan Roth
AFAIK this does not exist.  You should be able to make it work by 
modifying menu.py and adding a event to it.
Ten add something like this to your local_conf.py

EVENTS['menu']['POWER'] = Event(PUT_YOUR_EVENT_NAME_HERE)


Stephen Rowles wrote:
> Hi,
>
> Flush from my success of controlling my surround sound amp using irsend, 
> I would like to control my TV too.
>
> Currently the media box is input via SVideo, on AV4 (the only input I 
> have cables for atm). However on power on my TV starts up in channel
> mode tuned to the last "real" TV channel is was on.
>
> What I would like to do is trap the POWER event, that seems to be 
> propogated everywhere - as I get this output to console from freevo:
>
> send button event BUTTON arg=POWER
> no event mapping for key POWER in context tvmenu
> send button event BUTTON arg=POWER
> no event mapping for key POWER in context menu
>
> I would like to pick up that event, then run a simple script that uses 
> irsend to turn the TV on - wait 5 seconds (warm up time required), then 
> change the input to the correct AV source.
>
> I am quite happy to modify code to get this to work, or if there is a 
> mechanism to deal with this already that would be ace.
>
> Thank you.
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>   

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Using IRSend in freevo

2007-01-15 Thread Ryan Roth
Its great to see someone using the VIDEO_PRE / POST commands.  For a 
while there I thought I was the only one, glad my patch helped :)

Stephen Rowles wrote:
> Hi all,
>
> Just a note to say a big thanks for the VIDEO_PRE / POST commands.
>
> I've knocked up some little shell scripts that I now use to control my 
> surround sound amp using the IRSend capabilities of the microsoft usb remote
> control box :)
>
> The scripts I use are below. These are launched as background jobs from 
> the pre and post commands to turn the amp on, change to DVD input, and 
> ensure that the amp is in digital / DTS mode.
>
> I have also modified xine.py to pass the volume events through to the 
> amp, so that I can control the amp volume with the media centre remote.
> to do that I added the following to the bottom of xine.py:
>
> if event == MIXER_VOLUP:
> if config.VIDEO_VOL_UP_CMD != '':
> os.system( config.VIDEO_VOL_UP_CMD )
> return True
>
> if event == MIXER_VOLDOWN:
> if config.VIDEO_VOL_DOWN_CMD != '':
> os.system( config.VIDEO_VOL_DOWN_CMD )
> return True
>
> and I define the commands in the freevo config file.
>
> It was all very easy, the hardest part was mapping in the remote file 
> using irrecord :)
>
> Just to let people know what I had done, so that people searching know 
> this sort of thing is possible. Thats now one less remote I need to use 
> too :D
>
> My irsend scripts:
>
> cat dvd_amp_on.sh
> #!/bin/sh
> sleep 1
> irsend SEND_ONCE amp Power
> sleep 1
> irsend SEND_ONCE amp DVD
> sleep 1
> irsend SEND_ONCE amp Stereo
> sleep 1
> irsend SEND_ONCE amp Dobly/DTS
>
>
> AND
>
> cat dvd_amp_off.sh
> #!/bin/sh
> irsend SEND_ONCE amp Power
>
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>   

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [Off Topic] Dreaming..

2007-01-15 Thread Stephan Mueller
* Ignacio - <[EMAIL PROTECTED]> [15.01.2007]:

> Yesterday I was Playing PSP while I really apreciate the animation of
> the main menu, that colours..soft movement and others. Would be really
> good to have that in Freevo. I mean, a menu made on OpenGL, SDL in
> 3D..aarff.. sounds good huh?. :P

I was wondering as well if there are possibilities to change the
background pictures of the menus etc. in a dynamicall way in the new
versions 1.6 or 1.7. Are there any changes/new APIs included that go in
that direction?


Cheers,

Steph.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] [Off Topic] Dreaming..

2007-01-15 Thread Ignacio -
Yesterday I was Playing PSP while I really apreciate the animation of
the main menu, that colours..soft movement and others. Would be really
good to have that in Freevo. I mean, a menu made on OpenGL, SDL in
3D..aarff.. sounds good huh?. :P

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] How can I use Freevo events to run scripts?

2007-01-15 Thread Stephen Rowles
Hi,

Flush from my success of controlling my surround sound amp using irsend, 
I would like to control my TV too.

Currently the media box is input via SVideo, on AV4 (the only input I 
have cables for atm). However on power on my TV starts up in channel
mode tuned to the last "real" TV channel is was on.

What I would like to do is trap the POWER event, that seems to be 
propogated everywhere - as I get this output to console from freevo:

send button event BUTTON arg=POWER
no event mapping for key POWER in context tvmenu
send button event BUTTON arg=POWER
no event mapping for key POWER in context menu

I would like to pick up that event, then run a simple script that uses 
irsend to turn the TV on - wait 5 seconds (warm up time required), then 
change the input to the correct AV source.

I am quite happy to modify code to get this to work, or if there is a 
mechanism to deal with this already that would be ace.

Thank you.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Using IRSend in freevo

2007-01-15 Thread Stephen Rowles
Hi all,

Just a note to say a big thanks for the VIDEO_PRE / POST commands.

I've knocked up some little shell scripts that I now use to control my 
surround sound amp using the IRSend capabilities of the microsoft usb remote
control box :)

The scripts I use are below. These are launched as background jobs from 
the pre and post commands to turn the amp on, change to DVD input, and 
ensure that the amp is in digital / DTS mode.

I have also modified xine.py to pass the volume events through to the 
amp, so that I can control the amp volume with the media centre remote.
to do that I added the following to the bottom of xine.py:

if event == MIXER_VOLUP:
if config.VIDEO_VOL_UP_CMD != '':
os.system( config.VIDEO_VOL_UP_CMD )
return True

if event == MIXER_VOLDOWN:
if config.VIDEO_VOL_DOWN_CMD != '':
os.system( config.VIDEO_VOL_DOWN_CMD )
return True

and I define the commands in the freevo config file.

It was all very easy, the hardest part was mapping in the remote file 
using irrecord :)

Just to let people know what I had done, so that people searching know 
this sort of thing is possible. Thats now one less remote I need to use 
too :D

My irsend scripts:

cat dvd_amp_on.sh
#!/bin/sh
sleep 1
irsend SEND_ONCE amp Power
sleep 1
irsend SEND_ONCE amp DVD
sleep 1
irsend SEND_ONCE amp Stereo
sleep 1
irsend SEND_ONCE amp Dobly/DTS


AND

cat dvd_amp_off.sh
#!/bin/sh
irsend SEND_ONCE amp Power



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users