Re: [Freevo-users] How to Play pls files

2008-12-15 Thread Francisco Eduardo Álvarez Solano
To play pls files you have to modify lines 141-143 in freevo-1.8.3/lib/python2.5/site-packages/freevo/audio/plugins/mplayer.py: [original] if item.network_play: if str(ext) in ('.m3u', '.pls', '.asx'): is_playlist = True [modified] #if

[Freevo-users] Sony BD remote for PS3. Re: Which usb ir-receiver should I buy?

2008-12-15 Thread Christian Lyra
Hi, Maybe someone has a tip on a usb-ir receiver? I don't have a serial port, so the IR-blaster is not an option. Also I'd like it to work without lirc, just using the event interface. Any ideas? Sorry to ask this here, but I just don't want to buy another device that doesn't do what I

Re: [Freevo-users] Sony BD remote for PS3. Re: Which usb ir-receiver should I buy?

2008-12-15 Thread Michel Hoogervorst
Last week I saw a bluetooth remote to be used with Playstation 3 on a local video game shop. After googling[1] for a while I decided to buy one. And now I can remote controle my living room freevo from the bedroom :-). Sounds great, only the Logitech Harmony has no bluetooth on

Re: [Freevo-users] Which usb ir-receiver should I buy?

2008-12-15 Thread Duncan Webb
Michel Hoogervorst wrote: Remotes that use the evdev interface tend to be device that are hard coded. If you plan on using the harmony remote you probably need to use lirc somehow. So, in order to get an usb ir receiver that works with the event interface my only option is

Re: [Freevo-users] Which usb ir-receiver should I buy?

2008-12-15 Thread Manfred Schmitt
Duncan Webb wrote: Michel Hoogervorst wrote: So, in order to get an usb ir receiver that works with the event interface my only option is to buy a receiver+remote bundle? No, you should get this working relatively easily. See: http://doc.freevo.org/LircDevInput The only problem is

Re: [Freevo-users] How to Play pls files

2008-12-15 Thread Manfred Schmitt
Francisco Eduardo Álvarez Solano wrote: As you can see in the bug report, Duncan thinks that this modification may break something else. But I don't know enough freevo/python to write another audio plugin, as Duncan suggest. I'm used to modify manually this lines in every release since

Re: [Freevo-users] How to Play pls files

2008-12-15 Thread Manfred Schmitt
Just one minor minor correction... Manfred Schmitt wrote: So to me it seems with an unmodified, actual freevo-version and without using a wrapper around mplayer, there are two methods to play local file:// or http:// m3u/pls-playlists: Play them from a Video-Dir or reference the playlists