Hi,

Found some issues with the CVS freevo. I'm running runtime-pre5-test6.
(Incidentally, rominfo is no longer in freevo/src/games/, but it's not
in the runtime either? I don't use it so I can't test anyhow)

The runtime-pre5-test6 seems to work fine. 

0. local_conf.py in CVS is still indicating version 3.1.
   This results in startup message regarding various changes since
   then. Is it safe to bump the version to 3.4?

1. Volume controls doesn't work anymore for controlling mplayer playback
   using a keyboard? I don't have a remote control, so lirc support is supposed 
   to be disabled. (The help screen should be updated if there were
   changes too)

no event mapping for key VOL+ in context video
send button event BUTTON arg=VOL+
no eventhandler for event BUTTON
no event mapping for key VOL+ in context video
send button event BUTTON arg=VOL+
no eventhandler for event BUTTON
childapp: killing pid 1749 signal 2

2. This happened when I tried to access "View Recording Schedule" under
the TV submenu:

Crash!
Traceback (most recent call last):
  File "src/main.py", line 393, in ?
    main_func()
  File "src/main.py", line 330, in main_func
    osd.focused_app.eventhandler(event)
  File "src/menu.py", line 536, in eventhandler
    action( menuw=self )
  File "src/menu.py", line 137, in select
    self.function(arg=self.arg, menuw=menuw)
  File "src/tv/record_schedule.py", line 146, in view_schedule
    fd = open(record_daemon.SCHEDULE,'r')
IOError: [Errno 2] No such file or directory: '/tmp/freevo_record.lst'
./freevo: line 135:  1396 Killed                  ./runapp python
src/main.py $@

Similar thing happens when I access the "Delete Recording Schedule"
submenu. Freevo didn't recover gracefully when it couldn't find any
recording list.

3. DVD track determination broken. It shows Track 1, 2, 3, ... when
   there's only two tracks. The /tmp/mpalyer_dvd_0.log indicates that
   '-dvd N is deprecated, use dvd://N instead.'

   However, it does return the correct DVD title in the menu.

4. The MPLAYER_SOFTWARE_SCALER parameters as given in freevo_config.py
   doesn't seem to work?

   It gives error "Option vop: scale:-1:-1:-1:100 doesn't exist'

5. I tried enabling the tvtime plugin, but got the following error:
XMLTV file (/tmp/TV.xml) missing!
epg_xmltv.py: Only adding channels in list
strange cPickle error...try pickle
mode=tv    channel=1  tuner=E5
TVTIME, using chanlist "europe-west" for given choice "europe"
Crash!
Traceback (most recent call last):
  File "src/main.py", line 393, in ?
    main_func()
  File "src/main.py", line 330, in main_func
    osd.focused_app.eventhandler(event)
  File "src/menu.py", line 381, in eventhandler
    if not isinstance(menu, Menu) and menu.eventhandler(event):
  File "src/tv/tvguide.py", line 128, in eventhandler
    self.player('tv', self.selected.channel_id)
  File "src/tv/tv.py", line 108, in start_tv
    plugin.getbyname(plugin.TV).Play(mode, tuner_id)
  File "src/tv/plugins/tvtime.py", line 215, in Play
    command = 'tvtime -D %s -k -I %s -n %s -d %s -f %s -c %s' %
(outputplugin,
UnboundLocalError: local variable 'outputplugin' referenced before
assignment


T.C.
----
Wan Tat Chee (Lecturer)
School of Computer Science, Univ. Science Malaysia,
11800 Minden, Penang, Malaysia.   Rm.625 Ofc Ph: +604 653-3888 x 3617
NRG Lab Admin: +604 659-4757           Rm.601-E Ofc Ph: +604 653-4396
Internet: [EMAIL PROTECTED]            Web: http://nrg.cs.usm.my/~tcwan
GPG Key : http://nrg.cs.usm.my/~tcwan/tcw_gpg-20030322.asc
F'print : DCF2 B9B2 FA4D 1208 AD59  14CA 9A8F F54D B2C4 63C7







-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to