DevZone: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 24: | Line 24: | ||
* [[Metamorphis|Metamorphis Skinning Engine]] |
* [[Metamorphis|Metamorphis Skinning Engine]] |
||
* [[Metamorphis Scripts]] |
* [[Metamorphis Scripts]] |
||
* [http://accessories. |
* [http://accessories.jriver.com/mediacenter/accessories.php Examples: Visit mini-me skins Page] |
||
==Standard View Skinning== |
==Standard View Skinning== |
||
Line 30: | Line 30: | ||
* [[Standard View Skinning Tutorial]] |
* [[Standard View Skinning Tutorial]] |
||
* [[Standard View Skinning SDK]] |
* [[Standard View Skinning SDK]] |
||
* [http://accessories. |
* [http://accessories.jriver.com/mediacenter/accessories.php Examples: Visit MEGA-ME skins page] |
||
==Theater View Skinning== |
==Theater View Skinning== |
||
Learn how to create a Standard View skin for Media Center |
Learn how to create a Standard View skin for Media Center |
||
* [[Theater View Skinning Tutorial]] |
* [[Theater View Skinning Tutorial]] |
||
* [http://accessories. |
* [http://accessories.jriver.com/mediacenter/accessories.php Examples: Visit Theater View Skins page] |
||
==Track Info template SDK== |
==Track Info template SDK== |
||
Line 49: | Line 49: | ||
Media Center lets you extend its behavior in many ways, through different kinds of plug-in. |
Media Center lets you extend its behavior in many ways, through different kinds of plug-in. |
||
* [http://www. |
* [http://www.jriver.com/DevZone/MediaCenterSDK.rar Download the SDK] - updated 1/24/2008, 3:19pm |
||
* [[Display Plug-in SDK]] - Create cool visualizations to complement your music. |
* [[Display Plug-in SDK]] - Create cool visualizations to complement your music. |
||
* [[Interface Plug-in SDK]] - Full power extension of Media Center's behavior. |
* [[Interface Plug-in SDK]] - Full power extension of Media Center's behavior. |
||
Line 60: | Line 60: | ||
==Submitting a plugin/accessory to the Media Center plugins & accessories download page== |
==Submitting a plugin/accessory to the Media Center plugins & accessories download page== |
||
* [http://accessories. |
* [http://accessories.jriver.com/mediacenter/submitplugin.php Submit a plugin/accessory] |
||
[[Category:Frequently Asked Questions]] |
[[Category:Frequently Asked Questions]] |
Revision as of 21:06, 27 September 2011
Web Service Interface
Control Media Center over the Internet or LAN using a REST-based web service interface.
- Web Service Interface (requires Media Center 14 or newer)
Media Center Automation
Control Media Center from Interface and Display plug-ins as well as from JScript of Metamorphis skins.
Media Center Command Line Parameters
- Media Center Command Line Options: Control Media Center from the command line using the MC12.exe mini-application.
Media Center Core Commands
- Media Center Core Commands: Media Center can be externally controlled with MC Core commands. These commands provide more control capabilities than the limited number of available command line options. Commands are issued with the installed MC control program and supplying the /MCC command line option and a parameter (e.g. mc16.exe /MCC ...). They can also be called directly via Windows Messages or from within software.
Media Center expression language
- Media Center expression language: Use Excel-style formulas in view schemes, columns, and more.
Package Files
Package Files: Learn how to create MJP files for installing plug-ins.
Mini View Skinning
Learn how to create a Mini View skin for Media Center
- Mini View Skinning Tutorial
- Metamorphis Skinning Engine
- Metamorphis Scripts
- Examples: Visit mini-me skins Page
Standard View Skinning
Learn how to create a Standard View skin for Media Center
Theater View Skinning
Learn how to create a Standard View skin for Media Center
Track Info template SDK
Customize look and feel of Track Info page.
WebPlay / WebRemote
Customize the look or functionality of WebPlay or WebRemote.
Media Center Plug-ins
Media Center lets you extend its behavior in many ways, through different kinds of plug-in.
- Download the SDK - updated 1/24/2008, 3:19pm
- Display Plug-in SDK - Create cool visualizations to complement your music.
- Interface Plug-in SDK - Full power extension of Media Center's behavior.
- Input Plug-in SDK - Let Media Center read your favorite file format.
- DSP Plug-in SDK - Control the sound: equalizers, chorus, flangers, stutter.
- Encoder Plug-in SDK - What kind of files Media Center can create.
Developing plugins in Visual Studio 2005 .NET
Tips and Tricks for developing a plugin in Visual Studio 2005 .NET