Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 2.1 KB

README.md

File metadata and controls

42 lines (26 loc) · 2.1 KB

Synopsis

This is a plugin for PS3 Media Server (PMS) that allows you to browse various online wb tv channels. It allows you to save the content while viewing it.

Installation

  • download the Channels jar file and place it in the PMS plugins directory

  • download the Channels files you need and place them in a new directory.

  • you must also download PMSEncoder scripts.

  • shut down PMS; open PMS.conf in a text editor; and add Channel specific configuration see below.

  • restart PMS

  • As an alternative there exists a GUI version see the Wiki.

Upgrading

To upgrade to a new version of the plugin, simply replace the old jar file in the plugins directory with the new version and restart PMS.

Uninstalling

To uninstall Channels, remove the jar file from the plugins directory and restart PMS. Also remove any .ch files.

Configuration

The Channel plugin has the following configuration options all should be entered in the PMS.conf file:

  • channels.path - The path to were the plugin will look for the channel files (.ch). (For example c:\gs_data) This should normally be set to something.

  • channels.poll - The number of milliseconds between the plugin checks for new .ch files.

  • channels.save - The path where the plugin will save data. If no path is given (i.e just the "channels.save =" is added) the plugin will save use the channels.path/saved as save path.

  • channels.save_ts - If set the plugin will append a timestamp to all files it saves.

  • channels.debug - If set to "true" the plugin will produce debug logging.

Writing .ch files

For instructions on how to write .ch files