Hi,
I just submitted a patch for the TVGuide menu to the tracker,
which fixes a problem with the PLAY button.
As Justin already mentioned the usage of the TVGuide changed a little.
It is now:
ENTER: opens the context menu
SELECT: executes the first option in this context menu, which is
(un)schedule for recording at the moment
REC: Is a shortcut for (un)schedule a program
and
PLAY: on a current program, should start liveTV, or else opens the
context menu
The PLAY option was broken. Sorry!
But with the new patch it should work as before...
I know that this new usage feels probably strange in the beginning
for long-time users, but I think it is more consistent with the way
things work in other parts of freevo.
(I always wondered why pressing ENTER to enter the submenu is not
working in the TVGuide...)
Regards
Tanja
Ps: As I do not know when Duncan will have time to commit my patch,
I also attached the patch for the PLAY button to this mail.
Justin Wetherell schrieb:
I know the buttons have been adjusted a bit in the TVGuide menu. Maybe
try and use the SELECT button instead of the ENTER button or vice-versa.
On 2/1/07, *Pascal Schirrmann * <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
Hi,
I'm still testing every daily version of freevo 1.7, even if I speak a
little less here ;-)
feedback :
The crash condition I encountered with the idlebar.encoding plugin is no
more here (yepee ! - and thanks !)
The idlebar.encoding plugin is still at the top of the screen ,
centered. This could be a configuration problem, but I didn't find out a
way to put it back on the bottom of the screen.
Since yesterday (or maybe Tuesday ?) I cannot more watch television.
Whenever I select a channel, and the current program, freevo tell me
that the program has been selected for recording. Could also be a side
effect, as I play heavily with my configuration on my test box, and,
due
to this trouble, I cannot install this version on my 'main freevo box'.
The transcode plugin still doesn't display the current selected encoding
values, (using blurr display), but seems to work.
I didn't see any other news, witch seems a very good new for me, as this
1.7 version is BIG !
BTW, if you want specific tests, don't hesitate to ask !
Thanks,
--
Pascal Schirrmann
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your
job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
<mailto:Freevo-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/freevo-devel
------------------------------------------------------------------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------------------------------------------------
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel
Index: freevo/src/event.py
===================================================================
--- freevo/src/event.py (Revision 9121)
+++ freevo/src/event.py (Arbeitskopie)
@@ -286,6 +286,7 @@
'SELECT' : MENU_SELECT,
'ENTER' : MENU_SUBMENU,
'DISPLAY' : MENU_CHANGE_STYLE,
+ 'PLAY' : PLAY,
'REC' : TV_START_RECORDING
}
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel