[Freevo-users] Re: Lost Icons after 1.5 Upgrade

2004-04-12 Thread Dirk Meyer
Jim Duda wrote:
 I upgraded to version 1.5.  All seems to work great, as usual.
 I have one problem.  I seem to have lost the Icons which display
 next to the titles in the menu.  I really like the icons.

 I seem to recall  I had the same problem when I was playing
 with the CVS version.  I ended up adding some lines
 to an XML file, lines such as image=gant/movie.png.  I'm sure
 I can figure out where to do that again, however, I'd really like
 to know what the preferred method is.

 Should I still expect the Icons?  I was using the blue_round1
 skin in version 1.4.1.  Can I carry that skin forward to 1.5 ?

There are no icons in the main menu left to the names of the
items. There were never such icons. There is an external skin with
that feature.


Dischi

-- 
I went to a bookstore and asked the saleswoman: Where's the self-help
section? She said if she told me, it would defeat the purpose.


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: mmpython bug with dvd in 1.5

2004-04-12 Thread Dirk Meyer
Jaap Struyk wrote:
 Hello,

 Got an angry wife, her cheap Titanic dvd isn't working ;)
 lsdvd gives me;
 libdvdread: Using libdvdcss version 1.2.8 for DVD access
 Disc Title: TITANIC_PAL_DISC1
 Title: 01, Length: 03:07:22 Chapters: 30, Cells: 31, Audio streams: 02,
 Subpictures: 13
 Title: 02, Length: 00:02:33 Chapters: 01, Cells: 01, Audio streams: 02,
 Subpictures: 13
 Longest track: 1
 The disc is shown as seperate tracks on the screen and isn't opened with
 xine.
 Is there a workaround for this?

Only this disc?


Dischi

-- 
Veni, Vidi, VISA:
I came, I saw, I did a little shopping.


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: Freevo 1.5 issues

2004-04-12 Thread Dirk Meyer
Joe Stump wrote:
 1.) Volume up/down and mute doesn't appear to work anymore on my lirc
 remote - is there a complete list of new mapping names?

The mapping is in event.py

 2.) When I exit out of TV Freevo blacks out, re-inits and comes back all
 messed up (not full screen) - it's like it's not re-running the
 OSD_SDL_EXEC_AFTER_STARTUP

What output do you use?

 Also, is there a complete list of config variables that have been
 changed or deleted with their new names?

Inside helpers/convert_config.py


Dischi

-- 
[X] -- nail here for new monitor


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: Newbie python: problems with try except

2004-04-12 Thread Dirk Meyer
Robert Rozman wrote:
 Hi,

 I'd kindly ask for some obviously newbie guidance here:

 I have a code:
 -
  self.time = time.time()
  HOST = '192.168.0.14'# The remote host
  PORT = 8083 # The same port as used by the server



  s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
  try:
  s.connect((HOST, PORT))
  except:
  print Error communicating with TINIA server - Is it running ?
   input = ?
  else:
  s.send('state $Office_Motion_sensor\n')
  input = s.recv(1024)
  s.close()

  self.motion =  %s % (input[:-2])
  print Got response: %s \n % (input[:-2])


 --
 Now if MH server is not active on this port, Freevo crashes with Connection
 refused on s.connect statement.
 I must be oding sometyhing worng - shouldn't try statement catch this error
 and prevent Freevo from crashing ?

Full trace please.


Dischi

-- 
Press any key to continue or any other key to quit...


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] xmltv_na stop on the 5th?

2004-04-12 Thread StormeRider
On Sun, 2004-04-04 at 20:43, Jon Reynolds wrote:
 On Sun, 2004-04-04 at 14:48, Rob Shortt wrote:
  I have been using tv_grab_na_dd with freevo ever since its been in xmltv 
  cvs.  At that time I fixed some small problems in Freevo for generating 
  channel lists but that's all (using tv_grab for TV_CHANNELS works for 
  me).  Other than that it has been working flawlessly for me.
  
  With tv_grab_na_dd you shouldn't need to use tv_sort at all so you may 
  comment it out in your freevo config now.
  
  -Rob
  
 
 I read that by using tv_grab_na_dd that you would have to answer surveys
 sent out ever now and again. If you used false information or don't
 bother to fill out the survey they will end your ability to download the
 guide. Is this the case? I am still using tv_grab_na and it is still
 working on grabbing past the 5th, will this not be the case after the
 5th?
 
 Jon
 
 

I'm also curious about this. I just pulled this week's data fine, still
using tv_grab_na.

--Nathan



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: cdbackup.py and ID3_V2 insertion

2004-04-12 Thread Robert Winder

Monday, April 12, 2004, 7:58:25 AM, Dirk wrote:

 Robert Winder wrote:
 Hi,

 While using cdbackup with the mp3 option it fails after ripping the
 first track and inserting a ID3_V2 tag. (using freevo/mmpython snapshot dd 21 march)

 Exception in thread Thread-5:
 Traceback (most recent call last):
   File /usr/lib/python2.3/threading.py, line 436, in __bootstrap
 self.run()
   File /usr/local/freevocvs/src/audio/plugins/cdbackup.py, line 320, in run
 self.cd_backup_threaded(self.device, rip_format='mp3')
   File /usr/local/freevocvs/src/audio/plugins/cdbackup.py, line 440, in 
 cd_backup_threaded
 tracktotal=len(song_names))
   File /usr/local/freevocvs/src/util/misc.py, line 367, in tagmp3
 tag.update()
   File
 /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py,
 line 508, in update
 self.__saveV2Tag(version);
   File
 /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py,
 line 963, in __saveV2Tag
 if tmpTag.link(self.linkedFile.name, ID3_V2):
   File
 /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py,
 line 440, in link
 raise TagException(Invalid type passed to Tag.link:  +
 TagException: Invalid type passed to Tag.link: type 'unicode'

 Fixed (I hope)

nope, got the same exception after inserting Revision 1.36 misc.py

Exception in thread Thread-25:
Traceback (most recent call last):
  File /usr/lib/python2.3/threading.py, line 436, in __bootstrap
self.run()
  File /usr/local/freevocvs/src/audio/plugins/cdbackup.py, line 320, in run
self.cd_backup_threaded(self.device, rip_format='mp3')
  File /usr/local/freevocvs/src/audio/plugins/cdbackup.py, line 440, in 
cd_backup_threaded
tracktotal=len(song_names))
  File /usr/local/freevocvs/src/util/misc.py, line 367, in tagmp3
tag.header.setVersion(eyeD3.ID3_V2_3)
  File /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py, line 508, in 
update
self.__saveV2Tag(version);
  File /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py, line 963, in 
__saveV2Tag
if tmpTag.link(self.linkedFile.name, ID3_V2):
  File /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py, line 440, in 
link
raise TagException(Invalid type passed to Tag.link:  +
TagException: Invalid type passed to Tag.link: type 'unicode'


Or was there a update in mmpython i missed ?

/Robert




  
 



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Tearing when viewing or recording with mplayer/mencoder

2004-04-12 Thread Ole Andre Schistad



One problem which I didn't really notice until I 
switched from using XV on my onboard nforce IGP to MGAFB on my G450 is that I'm 
getting some rather extreme tearing during horizontal pans both when watching 
live TV and when recording. It doesn't appear all the time, but does seem to be 
more prominent when watching some channels.

I suspect that this is really the interlacing of 
the original signal, but it doesn't show up as expected - at an estimate I'd say 
there are about 8-10 scanlines in each 'tear' line, and not every second line as 
would be expected in an interlaced signal.

I could switch to tvtime, but I haven't tested this 
program using the matrox framebuffer yet and anyway, I need mencoder to record 
the video.

Does anyone recognize the symptoms and know a fix 
?

--
Ole Andre


Re: [Freevo-users] Re: mmpython bug with dvd in 1.5

2004-04-12 Thread Japie
Op ma 12-04-2004, om 07:59 schreef Dirk Meyer:
 Jaap Struyk wrote:
  Hello,
 
  Got an angry wife, her cheap Titanic dvd isn't working ;)

 Only this disc?

It's the only one we have :O (no I have 2 more, they both work fine)
-- 
Groetjes Japie
http://www.japie.deserver.nl

Gnu/Linux
2.4.20-wolk4.9s i686

Computers have a lot in common with air conditioners:
Once you open WINDOWS, they stop working properly.
;^)



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Quality still sucks.

2004-04-12 Thread wes robbins
I upgraded my computer to a 1200 mhz AMD and added
higher resolutions settings in Local_config.py
(640x480). Rebooted the machine and the quality is
still horrible.
Does anyone have some tips for me. I'd like to still
get some compression and get a really nice videos for
the shows I want to save.

Wes 


=


__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Quality still sucks.

2004-04-12 Thread Chad Robinson
wes robbins wrote:
I upgraded my computer to a 1200 mhz AMD and added
higher resolutions settings in Local_config.py
(640x480). Rebooted the machine and the quality is
still horrible.
Does anyone have some tips for me. I'd like to still
get some compression and get a really nice videos for
the shows I want to save.
You may have mentioned this already, but what capture card are you using? Are 
you trying to encode or transcode as you record? I had endless problems doing 
that, then bit the bullet and bought a large hard drive and a WinTV PVR-250. 
Since then my recordings have been very acceptable in quality even at 320x240, 
and better-than-VCR at 640x480. The files are enormous, but I usually watch 
them within a few days of recording, and if I want to keep something I 
transcode it LATER, so the system can take its time and do a good job with a 
multi-pass codec.

This is a 1.4GHz Pentium 4 but I've only recently upgraded from an 800 MHz 
Pentium III and it worked there, as well.

Regards,
Chad
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Quality still sucks.

2004-04-12 Thread Bastian Farkas
which codec are you using? i recommend mjpeg.
i'm recording at 384x288 and a qualitiy factor of 6, i think.
the quality is like vhs. good enough for watching a show and
deleting it afterwards. the filesize is about 1gig per 30min.
At 18:16 12.04.2004, you wrote:
I upgraded my computer to a 1200 mhz AMD and added
higher resolutions settings in Local_config.py
(640x480). Rebooted the machine and the quality is
still horrible.
Does anyone have some tips for me. I'd like to still
get some compression and get a really nice videos for
the shows I want to save.
Wes

=

__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Quality still sucks.

2004-04-12 Thread wes robbins
I'm using a Kworld 878RF-pro. yu2 does not work on it.
I was figuring my problem lies with the mencoder
defaults.  So you think I may need a better card?
 

--- Chad Robinson [EMAIL PROTECTED] wrote:
 wes robbins wrote:
  I upgraded my computer to a 1200 mhz AMD and added
  higher resolutions settings in Local_config.py
  (640x480). Rebooted the machine and the quality is
  still horrible.
  Does anyone have some tips for me. I'd like to
 still
  get some compression and get a really nice videos
 for
  the shows I want to save.
 
 You may have mentioned this already, but what
 capture card are you using? Are 
 you trying to encode or transcode as you record? I
 had endless problems doing 
 that, then bit the bullet and bought a large hard
 drive and a WinTV PVR-250. 
 Since then my recordings have been very acceptable
 in quality even at 320x240, 
 and better-than-VCR at 640x480. The files are
 enormous, but I usually watch 
 them within a few days of recording, and if I want
 to keep something I 
 transcode it LATER, so the system can take its time
 and do a good job with a 
 multi-pass codec.
 
 This is a 1.4GHz Pentium 4 but I've only recently
 upgraded from an 800 MHz 
 Pentium III and it worked there, as well.
 
 Regards,
 Chad
 
 

---
 This SF.Net email is sponsored by: IBM Linux
 Tutorials
 Free Linux tutorial presented by Daniel Robbins,
 President and CEO of
 GenToo technologies. Learn everything from
 fundamentals to system

administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]

https://lists.sourceforge.net/lists/listinfo/freevo-users


=


__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Quality still sucks.

2004-04-12 Thread Bastian Farkas
afaik know the colour format doenst affect image quality much only perfomance.
i would not capture directly to divx/mp3. sure it saves space, but it uses 
a lot of
cpu time. you could try using a higher bitrate like 5000 or so.

At 20:04 12.04.2004, you wrote:
I'm using a Kworld 878RF-pro. yu2 does not work on it.
I was figuring my problem lies with the mencoder
defaults.  So you think I may need a better card?




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Problems auto-starting recordserver at boot

2004-04-12 Thread Lars Michael Jogback
Hello,

I'm using Freevo 1.5-pre1 (.deb) on Debian Unstable.

I can't get the recordserver to start at boot-time.

I have set RECORDSERVER=yes in /etc/freevo/boot_config
but it doesn't start anyway. I can't find anything in the
logs that explains why...

If I start the recordserver after boot with
freevo recordserver start it starts and everything works...

Anyone got an idea what is wrong?

Best Regards,
/LM





---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70alloc_id638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] custom key bindings?

2004-04-12 Thread Roh .
Roh . wrote:
hi all,
im trying to get freevo to use the numeric keypad.
ive tried:
KEYMAP[K_2] = 'UP'
KEYMAP[K_8] = 'DOWN'
and
KEYMAP[K_2] = 'MENU_UP'
KEYMAP[K_8] = 'MENU_DOWN'
and
EVENTS['menu']['2'] = EVENT('UP')
EVENTS['menu']['8'] = EVENT('DOWN')
and
EVENTS['menu']['2'] = EVENT('MENU_UP')
EVENTS['menu']['8'] = EVENT('MENU_DOWN')
in local_conf.py, but with no luck at all.
Is there something im missing?
Does anyone have an example local_conf.py with custom keys setup?
cheers,
rohbags.


There are some examples in item #19 of the FAQ, however it only shows how 
to assign keybindings to known keys. The actual setup is in events.py, 
where all the possible inputs in a given context are defined. Someone will 
hopefully correct me if I'm wrong here, but at the moment you need to add 
new keys to events.py if you wish to use them - for instance, to add the 
'0' on the numpad you add to the DEFAULT_KEYMAP list an item key.K_KP_0
: 'n_0'. Then you can assign an action to the 'n_0' key in your 
local_conf.py.

It's a hassle, I know, and it needs to be manually added back when you 
update freevo, but hopefully someone will either show a better way (if one 
exists) or change freevo to read the keymap from local_conf.py.

--
Ole Andre
Thanks for the hand, im on the right track now but it still wont work!
there must be somewhere else freevo/python defines its keys.
if i add to event.py
K_KP_2 :'n_0'
or
K_KP_2 :'UP'  # i want 2 to be same as UP arrow key
i get an error like this:
[EMAIL PROTECTED] freevo-1.4.1]# ./freevo
Traceback (most recent call last):
 File ./src/main.py, line 82, in ?
   import mmpython
 File 
/opt/freevo-1.4.1/runtime/lib/python2.3/site-packages/mmpython/__init__.py, 
line 101, in ?
   import disc.dvdinfo
 File 
/opt/freevo-1.4.1/runtime/lib/python2.3/site-packages/mmpython/disc/dvdinfo.py, 
line 35, in ?
   import config
 File /opt/freevo-1.4.1/src/config.py, line 432, in ?
   execfile(os.environ['FREEVO_CONFIG'], globals(), locals())
 File ./freevo_config.py, line 100, in ?
   import plugin
 File /opt/freevo-1.4.1/src/plugin.py, line 69, in ?
   from event import Event
 File /opt/freevo-1.4.1/src/event.py, line 482, in ?
   DEFAULT_KEYMAP = {
NameError: name 'K_KP_2' is not defined

..so freevo only accepts already defined keys like K_F1 or K_HOME or 
K_KP_MINUS, where are these keys defined? how can i change/add to them? 
where can i set K_KP_2 to a specific scancode or keycode?

playing with event.py lets me change K_2 and K_8 to UP  DOWN events, but 
K_2 and K_8 are only for the normal numeric keys, not the keypad, so i guess 
the KP in K_KP_MINUS is for keypad, but K_KP_*anything* wont work except fot 
K_KP_MINUS and K_KP_PLUS :(

any help would be more than welcomed!

rohbags.

_
Check out MSN PC Safety  Security to help ensure your PC is protected and 
safe. http://specials.msn.com/msn/security.asp



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Problems auto-starting recordserver at boot

2004-04-12 Thread Jon Reynolds
On Mon, 2004-04-12 at 12:15, Lars Michael Jogback wrote:
 Hello,
 
 I'm using Freevo 1.5-pre1 (.deb) on Debian Unstable.
 
 I can't get the recordserver to start at boot-time.
 
 I have set RECORDSERVER=yes in /etc/freevo/boot_config
 but it doesn't start anyway. I can't find anything in the
 logs that explains why...
 
 If I start the recordserver after boot with 
 freevo recordserver start it starts and everything works...
 
 Anyone got an idea what is wrong?
 
 Best Regards,
 /LM
 

Hi Lars,

What you could do is put it in the .profile file in the home directory
of the user that you use to start freevo. So say you log in as
username:freevo passwd: passwd, you would put the script to start the
record server in that users .profile file. This way the record server
will start whenever you log in.

Jon



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] ConfirmBox.py in version 1.5

2004-04-12 Thread Jim Duda
I've been struggling with a change in version 1.5 which I cannot figure
out how to resolve.

I remap some of the INPUT EVENT keys in my local_conf.py as follows:

EVENTS['input']['PAUSE'] = Event(INPUT_ENTER)
EVENTS['input']['REW'] = Event(INPUT_LEFT)
EVENTS['input']['FFWD'] = Event(INPUT_RIGHT)
EVENTS['input']['PLAY'] = Event(INPUT_UP)
EVENTS['input']['STOP'] = Event(INPUT_DOWN)

I do this for a specific RF remote control I have.  This works
fine in 1.4.  Starting with 1.5, these keys no longer work in the
file_ops.py plugin, which references the ConfirmBox.py module.

When I attempt to use the delete function in 1.5, I am forced
to used the LEFT/RIGHT/ENTER keys on the keyboard and
my mappings in local_conf.py don't work.  The local_conf.py mappings
in others ares, for example MENU events, work fine.

Can anyone help me out?

Jim





---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users