For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

  1. Copy the jplayer directory into your e107 plugins directory.

  2. In the e107 admin area, go to Plugin Manager.

  3. Find Wolf jPlayer in the list and install it.

The plugin folder is jplayer. Some older notes in the repository refer to jpplayer with two ps — that is a typo, not a second name.

What installation creates

Two database tables:

Table
Holds

jm_jplayer_playlists

Your playlists

jm_jplayer

The songs, each belonging to a playlist

These tables keep their original names from before the plugin was renamed, so that no data migration is needed.

After installing

  1. Create a playlist first — songs have nowhere to go until one exists. See Playlists.

  2. Add songs to it. See Songs.

  3. Put the playlist on your site. See Displaying a playlist.

Uninstalling

Uninstalling through the Plugin Manager leaves both tables in place unless you explicitly tick the option to delete tables.

Last updated