- December 17, 2006
- 4,421
- 805
- Home Country
- South Africa
Please note that the attachment in this post is for old version of MediaPortal BEFORE 1.2 beta!!
New release by cheezey here.
Latest release for MP 1.2 Final. Please thank Cheezy here for this release.
Purpose:
To start MP directly into a specific plugin.
Method:
This process plugin is very simple and make use of the existing MediaPortal functionality to start with the last active module.
All that the plugin does is to change the value of the last active module to the plugin-id you specified in MPStartIt configuration.
Configuration/Installation:
Examples:
You can get any plugin id by editing the plugin xml file.
A few examples
Technical Details:
If you configure for example to start with MovingPictures, the following values are written to you mediaportal.xml during startup
Warnings:
Version History:
New release by cheezey here.
Latest release for MP 1.2 Final. Please thank Cheezy here for this release.
Purpose:
To start MP directly into a specific plugin.
Method:
This process plugin is very simple and make use of the existing MediaPortal functionality to start with the last active module.
All that the plugin does is to change the value of the last active module to the plugin-id you specified in MPStartIt configuration.
Configuration/Installation:
- Copy the dll to the process plugin folder
- Enable the plugin in MP Configuration
- Configure the plugin and enter the window id of the plugin you want to start
Examples:
You can get any plugin id by editing the plugin xml file.
A few examples
- 96742 = MovingPictures
- 9811 = TVSeries
- 603 = Recorded TV
Technical Details:
If you configure for example to start with MovingPictures, the following values are written to you mediaportal.xml during startup
- <entry name="showlastactivemodule">yes</entry>
- <entry name="lastactivemodule">96742</entry>
Warnings:
- No validations in the configuration form yet. Make sure you enter correct value.
- Only tested on MP 1.1.0 RC2 running Windows 7
- No c# experience, not much time, so please do not request complicated changes
Version History:
- 2010-07-18 v0.01 Initial release
- 2011-05-03 v0.02 New release by cheezey - new features and MP 1.2 Beta compatible