| 1 | ||
|
Editor: antont
Time: 2005/02/17 16:04:59 GMT+0 |
||
| Note: | ||
changed: - the little diffs for FreeVo - http://an.org/freevo/entering-main.py.diff - http://an.org/freevo/entering-config__init__.py.diff , explained below <pre> 14:18 < antont> i wonder if i should make it so that it auto-enters the video menu, or so that the video menu is the main-menu 14:18 < antont> i try kludging the first option (auto-entering sub-menu) first 14:19 < antont> and then make that a config option (start menu or something) 14:39 < antont> so now it first shows the flash, and main menu, but immediately enters the 1st menu when started 14:39 < antont> and after that it works normally 14:50 < antont> it works as a config option now 14:51 < antont> #tweak menu behaviour 14:51 < antont> AUTOENTERFIRSTMENU = True 14:59 < antont> http://an.org/freevo/entering-main.py.diff 15:02 < antont> and http://an.org/freevo/entering-config__init__.py.diff is where i put the default value, so that it does not crash when it's not defined in config files 15:02 < antont> that file is src/config/__init__.py </pre>
the little diffs for FreeVo
, explained below
14:18 < antont> i wonder if i should make it so that it auto-enters the video menu, or so
that the video menu is the main-menu
14:18 < antont> i try kludging the first option (auto-entering sub-menu) first
14:19 < antont> and then make that a config option (start menu or something)
14:39 < antont> so now it first shows the flash, and main menu, but immediately enters the
1st menu when started
14:39 < antont> and after that it works normally
14:50 < antont> it works as a config option now
14:51 < antont> #tweak menu behaviour
14:51 < antont> AUTOENTERFIRSTMENU = True
14:59 < antont> http://an.org/freevo/entering-main.py.diff
15:02 < antont> and http://an.org/freevo/entering-config__init__.py.diff is where i put
the default value, so that it does not crash when it's not defined in
config files
15:02 < antont> that file is src/config/__init__.py