Plugin JRiver

From VoxCommando
Jump to: navigation, search

Go to the main Plugins page.

Go to the complete Plugin List.


Plugin Description

Control plugin for JRiver Media Center

Actions for the JRiver plugin

Generate

Generates Payload XML files containing information about your JRiver media library content.

All

JRiver.Generate.All
Creates Payload XML files for playlists and all categories defined in plugin settings.

Custom

JRiver.Generate.Custom


  • Parameters: 2-3
  1. Xml Filename : [string]
  2. Search : [string]
  3. UseSubMatch : [boolean]

Playlist

JRiver.Generate.Playlist
Creates a Payload XML file containing all playlists

Next

JRiver.Next
Advance to the next track.

Pause

JRiver.Pause
Set the Pause State. Default state is -1
0: unpaused, 1: paused, -1: toggle

  • Parameters: 0-1
  1. State : 0: unpaused, 1: paused, -1: toggle [integer]

PlayPause

JRiver.PlayPause
Start playback or toggle the pause state.

Previous

JRiver.Previous
Move to the previous track.

Raw

JRiver.Raw
example RawString:
Playback/Pause?State=-1&Zone=-1&ZoneType=ID

  • Parameters: 1
  1. RawString : [string]

SearchPlay

JRiver.SearchPlay
Examples for query:
artist= queen
genre = [rock]

Also you can use ~n=## to select a number of random items. Example:
[genre]=[blues] ~n=25

or combine filters. Here play songs by the beatles that contain the word "love"
[artist]=[the beatles] [name]=love

  • Parameters: 1
  1. Filter : Play items that match this filter / query [string]

SetVolume

JRiver.SetVolume
Set the volume to a value from 0 to 100

  • Parameters: 1
  1. Volume : 0-100 [integer]

Stop

JRiver.Stop
Stop Playback

SoftMute

JRiver.SoftMute
Reduces the JRiver playback volume to a <Percent>age of its current level. Volume can be restored later using JRiver.SoftUnmute

  • Parameters: 1
  1. Percent : 0-100 [integer]

SoftUnmute

JRiver.SoftUnmute
Restores JRiver volume to the level it was at before using JRiver.SoftMute