- April 4, 2006
- 1,597
- 314
- Home Country
- Germany
NOTE: THIS VERSION IS ONLY FOR TVE3 !!!!!!!!!!!!!!!
Hi @all,
I have completed the first test version. The stuttering should be almost fixed. Only when you activate the teletext and in some circumstances there is a small stutter.
If you want to test is, you have to use the latest SVN (rev. 14720) of the server. The zip file contains the updated tv plugin and updated skin files for B2. I recommend that you backup the original files.
After the update you can define the initial behavior of the teletext module in the setup of the TV plugin like the preferred audio language.
You have to reconfigure your remote or define keyboard shortcuts in the setup (General->Keys and sounds) for using all functions of the teletext module, because it's now based on actions. The following options are defined in the teletext module:
- ACTION_REMOTE_RED_BUTTON: Red teletext button
- ACTION_REMOTE_GREEN_BUTTON: Green teletext button
- ACTION_REMOTE_YELLOW_BUTTON: Yellow teletext button
- ACTION_REMOTE_BLUE_BUTTON: Blue teletext button
- ACTION_REMOTE_SUBPAGE_UP: Next subpage
- ACTION_REMOTE_SUBPAGE_DOWN: Previous subpage
- ACTION_NEXT_CHAPTER: Next teletext page
- ACTION_PREV_CHAPTER: Previous teletext page
- ACTION_CONTEXT_MENU: Show previous menu
- ACTION_SHOW_OSD: Switch Hidden mode
- ACTION_STOP: Show index page
- ACTION_ASPECT_RATIO: Switch transparent mode
For the numbers it uses ACTION_KEY_PRESSED.
In the next version I will modify MP too and create special actions for the teletext module.
Here's also a small changelog:
- Changed from key codes to action
- Modified page renderer, to have a better boxed mode
- Differ between received page (green) and waiting page (yellow)
- Added additional options to the setup of the tv plugin
- Store last selected hidden and transparent mode
- Removed stuttering
- Code refactoring
- Additional options in the teletext module
- Fixed navigation issue
- Fixed subtitle recognition
and some other small changes.
I will create a patch and commit it to sourceforge, if I get positive feedback from you and I have modified MP. If you find any issue, please describe it exactly what you have done and what's the problem. Also attach a log please with debug level.
Also if you have any suggestions for the keyboard shortcuts, please post it here.
MisterD
NOTE: THIS VERSION IS ONLY FOR TVE3 !!!!!!!!!!!!!!!
edit: Attachment removed. Patch is in SVN now !!!!
Hi @all,
I have completed the first test version. The stuttering should be almost fixed. Only when you activate the teletext and in some circumstances there is a small stutter.
If you want to test is, you have to use the latest SVN (rev. 14720) of the server. The zip file contains the updated tv plugin and updated skin files for B2. I recommend that you backup the original files.
After the update you can define the initial behavior of the teletext module in the setup of the TV plugin like the preferred audio language.
You have to reconfigure your remote or define keyboard shortcuts in the setup (General->Keys and sounds) for using all functions of the teletext module, because it's now based on actions. The following options are defined in the teletext module:
- ACTION_REMOTE_RED_BUTTON: Red teletext button
- ACTION_REMOTE_GREEN_BUTTON: Green teletext button
- ACTION_REMOTE_YELLOW_BUTTON: Yellow teletext button
- ACTION_REMOTE_BLUE_BUTTON: Blue teletext button
- ACTION_REMOTE_SUBPAGE_UP: Next subpage
- ACTION_REMOTE_SUBPAGE_DOWN: Previous subpage
- ACTION_NEXT_CHAPTER: Next teletext page
- ACTION_PREV_CHAPTER: Previous teletext page
- ACTION_CONTEXT_MENU: Show previous menu
- ACTION_SHOW_OSD: Switch Hidden mode
- ACTION_STOP: Show index page
- ACTION_ASPECT_RATIO: Switch transparent mode
For the numbers it uses ACTION_KEY_PRESSED.
In the next version I will modify MP too and create special actions for the teletext module.
Here's also a small changelog:
- Changed from key codes to action
- Modified page renderer, to have a better boxed mode
- Differ between received page (green) and waiting page (yellow)
- Added additional options to the setup of the tv plugin
- Store last selected hidden and transparent mode
- Removed stuttering
- Code refactoring
- Additional options in the teletext module
- Fixed navigation issue
- Fixed subtitle recognition
and some other small changes.
I will create a patch and commit it to sourceforge, if I get positive feedback from you and I have modified MP. If you find any issue, please describe it exactly what you have done and what's the problem. Also attach a log please with debug level.
Also if you have any suggestions for the keyboard shortcuts, please post it here.
MisterD
NOTE: THIS VERSION IS ONLY FOR TVE3 !!!!!!!!!!!!!!!
edit: Attachment removed. Patch is in SVN now !!!!