DevZone: Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
No edit summary
 
 
(139 intermediate revisions by 21 users not shown)
Line 1: Line 1:
==Web Service Interface (MCWS)==
This page is under construction. It should contain all the info in the original [http://www.jrmediacenter.com/devzone.html DevZone], but it doesn't yet.
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 Automation]]

==Media Center Command Line Parameters==
* [[The Command Line|Media Center Command Line Options]]: Control Media Center from the command line using the MCxx.exe mini-application.

==Media Center Core Commands==
* [[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. '''mc30.exe /MCC ...'''). They can also be called directly via Windows Messages or from within software.

== Media Center Languages ==
* [[Expression Language]]: Use Excel-style formulas in view schemes, columns, and more.
* [[Search Language]]: Use a sophisticated query language to sort, filter, and search your [[Library]].


==Package Files==
==Package Files==
* [[Package Files]]: Learn how to create MJP files for installing plug-ins.
Here's an example from scthom that shows how to package a plug-in and the MJP file in a single zip:

==Mini View Skinning==
Learn how to create a Mini View skin for Media Center
* [[Mini View Skinning Tutorial]]
* [[Metamorphis|Metamorphis Skinning Engine]]
* [[Metamorphis Scripts]]
* [http://accessories.jriver.com/mediacenter/accessories.php Examples: Visit mini-me skins Page]

==Standard View Skinning==
Learn how to create a Standard View skin for Media Center
* [[Standard View Skinning Tutorial]]
* [[Standard View Skinning SDK]]
* [http://accessories.jriver.com/mediacenter/accessories.php Examples: Visit MEGA-ME skins page]

==Theater View Skinning==
Learn how to create a Standard View skin for Media Center
* [[Theater View Skinning Tutorial]]
* [http://accessories.jriver.com/mediacenter/accessories.php Examples: Visit Theater View Skins page]

==Track Info template SDK==
Customize look and feel of Track Info page.
* [[Track Info Template SDK]]
* [http://accessories.musicex.com/mediacenter/accessories.php Examples: Visit Track Info templates page]

==WebPlay / WebRemote==
Customize the look or functionality of WebPlay or WebRemote.
* [[WebEngine SDK]]

==Media Center Plug-ins==
Media Center lets you extend its behavior in many ways, through different kinds of plug-in.

* [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.
* [[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==
:[Package]
[[Tips and Tricks for developing a plugin in Visual Studio 2005 .NET]]
:Name=WavPack Plugin
:Action=NONE
:Version=2.1.0
:URL=in_wavpack.dll


==Submitting a plugin/accessory to the Media Center plugins & accessories download page==
:[Action]
* [http://accessories.jriver.com/mediacenter/submitplugin.php Submit a plugin/accessory]
:File1=in_wavpack.dll
:File1Action1=COPY_PLUGINDIR
:File1Action2=REG_PLUGIN[/code]


[[Category:Frequently Asked Questions]]
Mine are Action=NONE because the mjp is inside the zip and in order to use it you've already unzipped the file. One headache required due to the way Sourceforge hosts files. It would actually be easier to have the URL link to a hosted file, which is the way J.River's plugin download mechanism works.
[[Category:Developer]]

Latest revision as of 17:27, 24 January 2023

Web Service Interface (MCWS)[edit]

Control Media Center over the Internet or LAN using a REST-based web service interface.

Media Center Automation[edit]

Control Media Center from Interface and Display plug-ins as well as from JScript of Metamorphis skins.

Media Center Command Line Parameters[edit]

Media Center Core Commands[edit]

  • 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. mc30.exe /MCC ...). They can also be called directly via Windows Messages or from within software.

Media Center Languages[edit]

Package Files[edit]

  • Package Files: Learn how to create MJP files for installing plug-ins.

Mini View Skinning[edit]

Learn how to create a Mini View skin for Media Center

Standard View Skinning[edit]

Learn how to create a Standard View skin for Media Center

Theater View Skinning[edit]

Learn how to create a Standard View skin for Media Center

Track Info template SDK[edit]

Customize look and feel of Track Info page.

WebPlay / WebRemote[edit]

Customize the look or functionality of WebPlay or WebRemote.

Media Center Plug-ins[edit]

Media Center lets you extend its behavior in many ways, through different kinds of plug-in.

Developing plugins in Visual Studio 2005 .NET[edit]

Tips and Tricks for developing a plugin in Visual Studio 2005 .NET

Submitting a plugin/accessory to the Media Center plugins & accessories download page[edit]