Re: [Freevo-users] Issues with latest Ubuntu 7.10 Packages

2008-03-17 Thread Phil Raymond
I also use Ubuntu Gutsy 64 bit version and I have Freevo 1.75 installed from 
source. I have never had luck getting Freevo to work from the "Ubuntu" 
repository run by Geole, so I would suggest using Synaptic to get rid of what 
you have installed now and download and install the same version from Freevo's 
website , using the the source code tarballs for Freevo and the 3 Kaa support 
modules.They're really easy to install. Just remember it's all Python code, so 
when you install, cd to your home directory and then "python setup.py install", 
instead of the more common ./configure,make, make install.This applies to 
Freevo and the Kaa modules.Then configure Freevo as you would have normally.

- Original Message 
From: Andrew Berry <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Sent: Tuesday, March 18, 2008 12:41:34 AMhii
Subject: [Freevo-users] Issues with latest Ubuntu 7.10 Packages

Hi,

A few issues with upgrading to the 1.8.0rc2 release that's within the  
ubuntu repository. I'm running the amd64 version of the distro.

1. Freevo no longer runs! I didn't make any changes to my configs, and  
freevo just silently fails to load.

[EMAIL PROTECTED]:~$ freevo --debug
You are not part of the group 'freevo', you cannot exploit shared  
resources (such as the cache). Your data will be saved in /home/ 
mythtv/.freevo
version='2.5.1 (r251:54863, Mar  7 2008, 03:39:23) \n[GCC 4.1.3  
20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)]'
python='python' data='/usr/lib/python2.5/site-packages/freevo'
FREEVO_SCRIPT='/usr/bin/freevo.real'
RUNAPP=''
FREEVO_PYTHON='/usr/lib/python2.5/site-packages/freevo'
FREEVO_LOCALE='/usr/share/locale'
FREEVO_SHARE='/usr/share/freevo'
FREEVO_CONTRIB='/usr/share/freevo/contrib'
FREEVO_CONFIG='/usr/share/freevo/freevo_config.py'
FREEVO_HELPERS='/usr/lib/python2.5/site-packages/freevo/helpers'
PYTHONPATH='/usr/lib/python2.5/site-packages/freevo'
PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/ 
usr/games:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/sbin:/usr/sbin'
USER='mythtv'
HOME='/home/mythtv'
getpid(name='freevo', arg=['python', '/usr/lib/python2.5/site-packages/ 
freevo/main.py'])
fname='/tmp/freevo-1001.pid' pid=0
start(name='freevo', arg=['python', '/usr/lib/python2.5/site-packages/ 
freevo/main.py'], bg=0, store=1)

2. The post-install script isn't working properly:
$ sudo dpkg --configure -a
Setting up freevo (1.8.0~rc2-0ubuntu1) ...
Creating video directory  for freevo
mkdir: `': No such file or directory
dpkg: error processing freevo (--configure):
  subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
  freevo

3. mythtv user is part of the freevo group, but the script doesn't  
recognize it as above:

[EMAIL PROTECTED]:~$ id
uid=1001(mythtv) gid=1001(mythtv) groups=24(cdrom),25(floppy), 
29(audio),30(dip),44(video),46(plugdev),104(scanner),121(fuse), 
123(freevo),1001(mythtv)

Any suggestions would be appreciated.

Thanks,
--Andrew

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users





  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Issues with latest Ubuntu 7.10 Packages

2008-03-17 Thread Andrew Berry
Hi,

A few issues with upgrading to the 1.8.0rc2 release that's within the  
ubuntu repository. I'm running the amd64 version of the distro.

1. Freevo no longer runs! I didn't make any changes to my configs, and  
freevo just silently fails to load.

[EMAIL PROTECTED]:~$ freevo --debug
You are not part of the group 'freevo', you cannot exploit shared  
resources (such as the cache). Your data will be saved in /home/ 
mythtv/.freevo
version='2.5.1 (r251:54863, Mar  7 2008, 03:39:23) \n[GCC 4.1.3  
20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)]'
python='python' data='/usr/lib/python2.5/site-packages/freevo'
FREEVO_SCRIPT='/usr/bin/freevo.real'
RUNAPP=''
FREEVO_PYTHON='/usr/lib/python2.5/site-packages/freevo'
FREEVO_LOCALE='/usr/share/locale'
FREEVO_SHARE='/usr/share/freevo'
FREEVO_CONTRIB='/usr/share/freevo/contrib'
FREEVO_CONFIG='/usr/share/freevo/freevo_config.py'
FREEVO_HELPERS='/usr/lib/python2.5/site-packages/freevo/helpers'
PYTHONPATH='/usr/lib/python2.5/site-packages/freevo'
PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/ 
usr/games:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/sbin:/usr/sbin'
USER='mythtv'
HOME='/home/mythtv'
getpid(name='freevo', arg=['python', '/usr/lib/python2.5/site-packages/ 
freevo/main.py'])
fname='/tmp/freevo-1001.pid' pid=0
start(name='freevo', arg=['python', '/usr/lib/python2.5/site-packages/ 
freevo/main.py'], bg=0, store=1)

2. The post-install script isn't working properly:
$ sudo dpkg --configure -a
Setting up freevo (1.8.0~rc2-0ubuntu1) ...
Creating video directory  for freevo
mkdir: `': No such file or directory
dpkg: error processing freevo (--configure):
  subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
  freevo

3. mythtv user is part of the freevo group, but the script doesn't  
recognize it as above:

[EMAIL PROTECTED]:~$ id
uid=1001(mythtv) gid=1001(mythtv) groups=24(cdrom),25(floppy), 
29(audio),30(dip),44(video),46(plugdev),104(scanner),121(fuse), 
123(freevo),1001(mythtv)

Any suggestions would be appreciated.

Thanks,
--Andrew

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How can we play several movies after each other ?

2008-03-17 Thread Jonathan Isom
On Mon, Mar 17, 2008 at 7:04 PM, John Molohan <[EMAIL PROTECTED]> wrote:
> yellow protoss wrote:
>  > Hello,
>  >
>  > The freevo box is getting in order. Thanks John btw.
>  No problem :)
>
> > I still dont know how to answer the threads. Ok.
>  Ok - I guess. Maybe the reply button on your email client ;)
>
> >
>  > So my question is as follows:
>  > how can we play several movies:
>  > I have the video music of black eye peas, and would like to play the
>  > song/video ?
>  >
>  > thansk for any ideas !
>  >
>  > Freevo rocks
>  If they're in the one directory then you can press 'e' and choose 'play
>  all files in directory'. Maybe it wouldn't be too hard to extend the
>  audio.playlist plugin to be a generic playlist plugin and include video
>  items. This would make sense I guess.
>
Also You can play video files in the audio menu and use the playlist
features of
the audio plugin
AUDIO_SHOW_VIDEOFILES = True

Later

Jonathan
>
>  -
>  This SF.net email is sponsored by: Microsoft
>  Defy all challenges. Microsoft(R) Visual Studio 2008.
>  http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>  ___
>  Freevo-users mailing list
>  Freevo-users@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Freevo 1.8.0-svn Crashes

2008-03-17 Thread David Frager
I have compiled xine-lib and xine-ui from CVS.  This version is installed in
/usr/local

I downloaded kaa and freevo from the SVN, per the instructions at:
http://doc.freevo.org/SourceSVNInstallation

I applied the ivtv_xine_tv plugin patch located at:
https://sourceforge.net/tracker/?func=detail&atid=446898&aid=1891595&group_i
d=46652

Freevo is running out of my local directory ~/freevo-test/bin

 freevo.conf 
cdparanoia = /usr/bin/cdparanoia
chanlist = us-cable
display = x11
fbxine = /usr/local/bin/fbxine
flac = /usr/bin/flac
geometry = 800x600
jpegtran = /usr/bin/jpegtran
lame = /usr/bin/lame
lsdvd = /usr/bin/lsdvd
mencoder = /usr/bin/mencoder
mplayer = /usr/bin/mplayer
oggenc = /usr/bin/oggenc
renice = /usr/bin/renice
setterm = /usr/bin/setterm
tv = ntsc
tvtime = /usr/bin/tvtime
unzip = /usr/bin/unzip
version = 2.2
vlc = /usr/bin/vlc
xine = /usr/local/bin/xine

##

I am able to start freevo recordserver, but when I attempt to start freevo,
the software crashes.
I see the error failed to load plugin tv.scheduled_recordings, but I believe
the more critical issue is the kaa.coroutine.


# freevo plugins -l | grep -i active
image (active)  Plugin to handle all kinds of image
items
video (active)  Plugin to handle all kinds of video
items
audio (active)  Plugin to handle all kinds of audio
items
tv.scheduled_recordings (active)This plugin is used to display your
curr...
tv.view_favorites (active)  This plugin is used to display your
list...
tv.manual_record (active)   This plugin is used to display your
list...
tv (active) TV main menu option
shutdown (active)   Plugin to shutdown Freevo from the main
...
headlines (active)  A plugin to list headlines from an XML
(...
rom_drives.rom_items (active)   Plugin to add the rom drives to a main
m...
audio.detach (active)   plugin to detach the audio player to
e.g...
tv.view_recordings (active) View the TV recordings directory
tv.ivtv_xine_tv (active)Plugin to watch live tv with xine. The
p...
tv.ivtv_record (active) A plugin to record tv using an ivtv
base...
video.mplayer (active)  Mplayer plugin for the video player.
video.xine (active) Xine plugin for the video player.
audio.mplayer (active)  Mplayer plugin for the audio player.
Use...
audio.xine (active) Xine plugin for the video player.
tiny_osd (active)   osd plugin.
idlebar (active)To activate the idle bar, put the
follow...
screensaver (active)Yet another Freevo Screensaver
rom_drives.autostart (active)   Plugin to autostart if a new medium is
i...
mixer (active)  Mixer for Freevo
audio.detachbar (active)This plugin enables a small bar showing
...
file_ops (active)   small plugin to delete files
ejectromdrives (active) This plugin ejects/close the tray of
rom...
video.bookmarker (active)   Automatically bookmark where you were
wh...
video.imdb (active) You can add IMDB information for video
i...
idlebar.tv (active) Informs you, when the xmltv-listings
exp...
idlebar.progactive  Display an Icon if prog is active.
idlebar.diskfree (active)   Displays the amount of free disk space
idlebar.clock (active)  Shows the current time.
idlebar.cdstatus (active)   Show the status of all rom drives.
screensaver.bouncing_freevo (active) A sliding and bouncing Freevo
screensaver



Freevo 1.8.0-svn r10545 started at Mon Mar 17 18:57:20 2008


2008-03-17 18:57:20,537 INFO config.py (531): LOGDIR: /var/log
/var/log/freevo
2008-03-17 18:57:20,538 INFO config.py (532): STATICDIR: /var/lib
/var/lib/freevo
2008-03-17 18:57:20,539 INFO config.py (533): CACHEDIR: /var/cache
/var/cache/freevo
2008-03-17 18:57:20,540 INFO config.py (552): Loading freevo
configuration file "./freevo.conf"
2008-03-17 18:57:20,649 INFO new process watcher instance
2008-03-17 18:57:20,792 INFO config.py (641): Loading local
configuration file "./local_conf.py"

Warning: freevo_config.py was changed, please check local_conf.py

You are using version 5.22, changes since then:
Version 5.23:
 Added XMLTV_TIMEZONE to allow the time zone to be specified
 Added OSD_X11_CURSORS to allow custom cursor to be set, stops xine
showing a cursor
 Changed TV_RECORD_SCHEDULE to be a pickle file, this will delete
existing favorites
 Added TV_RECORD_FAVORITES and TV_RECORD_FAVORITES_LIST to keep
favorites separate
 Changed SHUTDOWN_CONFIRM to SYS_SHUTDOWN_CONFIRM for consistency
 Changed SHUTDOWN_SYS_CMD to SY

Re: [Freevo-users] Could freevo starts up with Headlines BBC (already in) and with playing bbc news radio http stream ?

2008-03-17 Thread John Molohan
Alberto González Rodríguez wrote:
> for statup command on wake-up (this example is for every you launch 
> freevo), but somebody could do a plugin (or maybe me if somebody is 
> interested in it)
>
> in main.py
> after MainTread()
> you could add:
> rc.post_event(Event('MENU_DOWN'))
> rc.post_event(Event('MENU_DOWN'))
> rc.post_event(Event('MENU_DOWN'))
> rc.post_event(Event('MENU_DOWN'))
> rc.post_event(Event('MENU_DOWN'))
> rc.post_event(Event('MENU_DOWN'))
> rc.post_event(Event('MENU_SELECT'))
>
> this is a example, i have un 7th option "weather plugin"
I think that some of those menus have labels that you can call from what 
I remember of the MENU_GOTO_TV etc. shortcuts. It would be a very nice 
feature if someone wanted to add it.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How can we play several movies after each other ?

2008-03-17 Thread John Molohan
yellow protoss wrote:
> Hello,
>
> The freevo box is getting in order. Thanks John btw.
No problem :)
> I still dont know how to answer the threads. Ok.
Ok - I guess. Maybe the reply button on your email client ;)
>
> So my question is as follows:
> how can we play several movies:
> I have the video music of black eye peas, and would like to play the 
> song/video ?
>
> thansk for any ideas !
>
> Freevo rocks
If they're in the one directory then you can press 'e' and choose 'play 
all files in directory'. Maybe it wouldn't be too hard to extend the 
audio.playlist plugin to be a generic playlist plugin and include video 
items. This would make sense I guess.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Gaming: Make freevo as a super console and tv , with all consoles ?

2008-03-17 Thread John Molohan
yellow protoss wrote:
> Hi Freevo-ers,
>
> I saw this website. And I am thinking that we could skip an gui 
> programs and get a multi-console non-gui stable application just for 
> freevo :
> that could recognize the zip or format of the rom: and run all types  
> of consoles
> nintendo 32bits snes, 64bits, DC, sega, sega genesis, psx, and neogeo
>
> that would be great and nothign to program,
>
> All kids would love that !
>
> Cheers
Would be nice if one of the live distros (piren?) did a freevo gaming 
edition with a whole load of games including some of the newer 
opensource ones like enemy territory (or whatever is current now)

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Geexbox skin and EPG: no start/end times nor programme description

2008-03-17 Thread John Molohan
Meneer Janssen wrote:
> Dear Freevo users,
>
> I like the Geexbox skin for my Freevo Linux Media Center best. However it 
> occurred to me that when using the Geexbox skin I do not see any  programme 
> names nor start/end times in the top part of the electronic program guide 
> (EPG). If I use the Blurr skin then I do see a short programme description as 
> well as the start and end times of the programme.
>
> Is there a way to upgrade/alter the Geexbox skin (a workaround...)? Will it 
> be fixed by the Geexbox people?
>
> Best regards, Jansen
>
>
>   
I think I did that on purpose. I wanted to be able to display as many 
stations on the main guide page as possible given that you can see more 
or less when the show starts and stops anyway and the summary was cut 
off after a sentence or two I found it of limited use, I just go to 
'full description' instead to read it.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] IMAGE_PATH for GAMES

2008-03-17 Thread John Molohan
Bret Clark wrote:
> I just went through this battle. I discovered that the format has to be
> png and most emulators have a key that you can press to do a screen
> capture. Or you can do what I did and google for images of the boxes the
> game came in and use that. Freevo will display this image when you
> select the game much like it displays the posters of movies. 
>   
If that info is not in the wiki it would be great if you could add it.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] IMAGE_PATH for GAMES

2008-03-17 Thread Bret Clark
I just went through this battle. I discovered that the format has to be
png and most emulators have a key that you can press to do a screen
capture. Or you can do what I did and google for images of the boxes the
game came in and use that. Freevo will display this image when you
select the game much like it displays the posters of movies. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Duncan
Webb
Sent: Monday, March 17, 2008 10:03 AM
To: freevo-users@lists.sourceforge.net
Subject: Re: [Freevo-users] IMAGE_PATH for GAMES

Michael Schmitz wrote:
> Does anyone know what this does?  Is this images for the emulator or
> the roms?  Would anyone know where I could find/make such images or
> have an example?


IIRC it is the directory where screen shots of a game is saved.

I'm not sure how one is generated

Duncan


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] troubles to run Freevo on Ubuntu 7.10

2008-03-17 Thread Elizabeth Dodd
On Mon, 17 Mar 2008, Ludovic Holler wrote:
> Hi,
>
> I am currently on a school projet. We have to create a media centre
> solution including TV, Internet browser, IP phone...
> So I have chosen to install Freevo on Ubuntu (I have to say that I am a
> beginner in linux distribution !)
>
> I finally achieved to install Frevvo but now I just can't run. When I click
> on the freevo icon nothing happen.
>
> It would be very kind of you, if you could help me to solve this problem.
>
> Thansk a lot in advance
>
> Best Regards
>
> (Sorry for my english, my mother tongue is french !)

I made some notes when I last installed Freevo, which I haven't yet compared 
with the wiki and edited the wiki.

*
Install Freevo
from sourceforge
kaa-base
kaa-imlib
kaa-metadata
freevo 

as I tried to install Freevo
I had to install the following
pyxml
beautifulsoup
twisted2.4
twisted zopeinterface
twisted pyopenssl
twisted-web
elementtree.
***

now it is installed but 'nothing will happen'

freevo setup --geometry=800x600 --display=x11 --tv=pal --chanlist=australia
will write freevo.conf
*
now edit the config file and save in the home directory 
find / -name freevo_config.py
and I found two copies
/usr/share/freevo/freevo_config.py
/home/liz/Desktop/freevo_downloads/freevo-1.8.0rc2/freevo_config.py

if using 1.8.0rc2 I have found that this line needs to go in
CONFIG_VERSION = 5.22

save to ~/.freevo/local_conf.py
***

now you should be able to start freevo.
As Andrew said
start from a command line so you can see the error messages.

*
Of course there will be more that doesn't work
Keep us informed
Write back
Include which Freevo version and which Ubuntu version
check doc.freevo.org too


Liz
 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't exit frozen-bubble with remote with freevo

2008-03-17 Thread Evan Hisey
Colin-

On Mon, Mar 17, 2008 at 9:36 AM, Colin Pitrat <[EMAIL PROTECTED]> wrote:
>
> You missed the important part: "I use my remote with linux event interface
> and not with lirc"
>  - The game understand some keys (up, down, enter ...) but there is no key
> that correspond to Escape.
>  - The STOP event works with all other games
>
> Regards,
>  Colin Pitrat
>
>
Yup, I did miss that.

Evan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't exit frozen-bubble with remote with freevo

2008-03-17 Thread Colin Pitrat
You missed the important part: "I use my remote with linux event interface 
and not with lirc"
 - The game understand some keys (up, down, enter ...) but there is no key 
that correspond to Escape.
 - The STOP event works with all other games

Regards,
Colin Pitrat




"Evan Hisey" <[EMAIL PROTECTED]> 
To
freevo-users@lists.sourceforge.net
cc

Subject
Re: [Freevo-users] Can't exit frozen-bubble with remote with freevo





"Evan Hisey" <[EMAIL PROTECTED]> 
Please respond to : freevo-users@lists.sourceforge.net
Sent by: [EMAIL PROTECTED] 
17/03/2008 15:14


Colin


>  I'm using frozen-bubble 2.1.0 with freevo 1.7.5.
>  I don't know if this is relevant, but I use my remote with linux event
>  interface and not with lirc.
>  This is the STOP event that is sent and doesn't have the expected 
effect.
This is expected behavior. When freevo starts a game it hands off
event controls to that game, so even though lirc is still send events
for freevo, freevo is not in control of the game. Toways to handle
this: 1) if a game understands lirc inputs, map a set of buttons for
the game in the lircd.conf. The second is to run an lirc event handler
irexec to generate an escape key. ( it is in the wiki)

>
>  Pressing Escape to exit the game is working. It also works after I 
pressed
>  stop, which means the game hasn't crashed, it just doesn't display 
anymore.
> A
>  nice workaround would be to have a key corresponding to escape on my
> remote,
>  but there's none. Is there a way to remap a button of the remote to 
send
> the
>  event corresonding to Escape ?
You can not rempa a button to the escape key, bu you can tell irexec
to generate one using xmacro
Make sure the irexec daemon is running, then add the following to your
lircd.conf:
begin
button = menu
prog   = irexec
config = xmacroplay-keys :0.0 Escape
end

You can change the button to what ever button you want.


Evan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't exit frozen-bubble with remote with freevo

2008-03-17 Thread Evan Hisey
Colin


>  I'm using frozen-bubble 2.1.0 with freevo 1.7.5.
>  I don't know if this is relevant, but I use my remote with linux event
>  interface and not with lirc.
>  This is the STOP event that is sent and doesn't have the expected effect.
This is expected behavior. When freevo starts a game it hands off
event controls to that game, so even though lirc is still send events
for freevo, freevo is not in control of the game. Toways to handle
this: 1) if a game understands lirc inputs, map a set of buttons for
the game in the lircd.conf. The second is to run an lirc event handler
irexec to generate an escape key. ( it is in the wiki)

>
>  Pressing Escape to exit the game is working. It also works after I pressed
>  stop, which means the game hasn't crashed, it just doesn't display anymore.
> A
>  nice workaround would be to have a key corresponding to escape on my
> remote,
>  but there's none. Is there a way to remap a button of the remote to send
> the
>  event corresonding to Escape ?
You can not rempa a button to the escape key, bu you can tell irexec
to generate one using xmacro
Make sure the irexec daemon is running, then add the following to your
lircd.conf:
begin
button = menu
prog   = irexec
config = xmacroplay-keys :0.0 Escape
end

You can change the button to what ever button you want.


Evan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] troubles to run Freevo on Ubuntu 7.10

2008-03-17 Thread Duncan Webb
Andrew Jeffery wrote:
> 
> Ludovic Holler wrote:
>> Hi,
>>
>> I am currently on a school projet. We have to create a media centre solution
>> including TV, Internet browser, IP phone...
>> So I have chosen to install Freevo on Ubuntu (I have to say that I am a
>> beginner in linux distribution !)
>>
>> I finally achieved to install Frevvo but now I just can't run. When I click
>> on the freevo icon nothing happen.

Freevo does not have mouse support, you need to use the keyboard to move 
around and then press enter to select an item.

> First try starting it from the command line instead and see if it shows 
> any errors. If it doesn't try looking at the files in /var/log/freevo, 
> they might give you a hint :)
> 
>> It would be very kind of you, if you could help me to solve this problem.
>>
>> Thansk a lot in advance
>>
>> Best Regards
>>
>> (Sorry for my english, my mother tongue is french !)

Duncan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Problems compiling xine-libs (libGL.so)

2008-03-17 Thread Duncan Webb
David Frager wrote:
> I posted this the the xine-users list, but have not heard a response yet.
> Has anyone on this list encountered this problem?
> 
> I am trying to compile xine-lib-1.1.10.1 on my FC8 box.
> 
> When I compile, I get the following error:
> /usr/lib/libGL.so: could not read symbols: File in wrong format
> 
> Looking at other posts, it appears to be related to the fact that I have an
> nvidia card and driver. I have not seen any suggested work arounds.


Hmm, I've seen this. Do you have an AMD64 processor? If so Try a 'file 
/usr/lib/libGL*'.

I can't quite remember how I fixed this but it was something along the 
lines of moving the /usr/lib/libGL.so* files out of the way and then 
soft-linking the /usr/lib64/libGL.so* files to /usr/lib.

Duncan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] troubles to run Freevo on Ubuntu 7.10

2008-03-17 Thread Andrew Jeffery


Ludovic Holler wrote:
> Hi,
> 
> I am currently on a school projet. We have to create a media centre solution
> including TV, Internet browser, IP phone...
> So I have chosen to install Freevo on Ubuntu (I have to say that I am a
> beginner in linux distribution !)
> 
> I finally achieved to install Frevvo but now I just can't run. When I click
> on the freevo icon nothing happen.

First try starting it from the command line instead and see if it shows 
any errors. If it doesn't try looking at the files in /var/log/freevo, 
they might give you a hint :)

> 
> It would be very kind of you, if you could help me to solve this problem.
> 
> Thansk a lot in advance
> 
> Best Regards
> 
> (Sorry for my english, my mother tongue is french !)
> 
> 
Andrew
> 
> 
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> 
> 
> 
> 
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] IMAGE_PATH for GAMES

2008-03-17 Thread Duncan Webb
Michael Schmitz wrote:
> Does anyone know what this does?  Is this images for the emulator or
> the roms?  Would anyone know where I could find/make such images or
> have an example?


IIRC it is the directory where screen shots of a game is saved.

I'm not sure how one is generated

Duncan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] troubles to run Freevo on Ubuntu 7.10

2008-03-17 Thread Ludovic Holler
Hi,

I am currently on a school projet. We have to create a media centre solution
including TV, Internet browser, IP phone...
So I have chosen to install Freevo on Ubuntu (I have to say that I am a
beginner in linux distribution !)

I finally achieved to install Frevvo but now I just can't run. When I click
on the freevo icon nothing happen.

It would be very kind of you, if you could help me to solve this problem.

Thansk a lot in advance

Best Regards

(Sorry for my english, my mother tongue is french !)

-- 
Ludovic HOLLER

ENIM
PFE # 25
Salle 209

Tel. : 0033 3 87 34 69 29
Mob. : 0033 6 86 70 31 35
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Problems compiling xine-libs (libGL.so)

2008-03-17 Thread David Frager
I posted this the the xine-users list, but have not heard a response yet.
Has anyone on this list encountered this problem?

I am trying to compile xine-lib-1.1.10.1 on my FC8 box.

When I compile, I get the following error:
/usr/lib/libGL.so: could not read symbols: File in wrong format

Looking at other posts, it appears to be related to the fact that I have an
nvidia card and driver. I have not seen any suggested work arounds.

Any suggestions?


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Joystick woes

2008-03-17 Thread Michael Schmitz
I am trying to use a joystick with Freevo.  I have also set up a
number of games.  I use the joystick for these games as well.
Everything "works ok", except that sometimes when I quit a game,
Freevo has queued a number of my joystick actions and executes them
all at once, usually causing another game to open.  Does anyone know
of a work-around for this, or where these events are queuing in the
code?

Thanks!

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] IMAGE_PATH for GAMES

2008-03-17 Thread Michael Schmitz
Does anyone know what this does?  Is this images for the emulator or
the roms?  Would anyone know where I could find/make such images or
have an example?

Thanks!

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users