We'll create fresh WordPress site with Music Player for Easy Digital Downloads installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Music Player for Easy Digital Downloads features:
Note: for the other editors, insert directly the playlists’ shortcodes.
Music Player for Easy Digital Downloads includes the MediaElement.js music player in the pages of the downloads with audio files associated, and in the store’s pages, furthermore, the plugin allows selecting between multiple skins.
MediaElement.js is an music player compatible with all major browsers: Internet Explorer, MS Edge, Firefox, Opera, Safari, Chrome and mobile devices: iPhone, iPad, Android. The music player is developed following the html5 standard. The music player supports the following file formats: MP3, WAV, WMA and OGA.
The basic version of the plugin, available for free from the WordPress Directory, has the features needed to include a music player in the pages of the downloads and the store.
Premium Features
Global Settings of Music Players
The global settings are accessible through the menu option: “Settings/Music Player for Easy Digital Downloads”.
Google Analytics Integration
Setting up the Music Players through the downloads’ pages
The Music Players are configured from the downloads pages.
Settings Interface
How the Pro version of the Music Player for Easy Digital Downloads protect the audio files?
If the “Protect the file” checkbox was ticked in the download’s page, and was entered an integer number through the attribute: “Percent of audio used for protected playbacks”, the plugin will create a truncated copy of the audio files for selling (or the audio files for demo) into the “/wp-content/plugins/eddmp” directory, to be used as demo. The sizes of the audio files for demo are a percentage of the sizes of the original files (the integer number entered in the player’s settings). So, the users cannot access to the original audio files, from the public pages of website.
Music Player for Easy Digital Downloads – Playlist Widget
The widget allows to include a playlist on sidebars, with the downloadable files associated to all downloads with the music player enabled, or for only some of the downloads.
The widget settings:
Note: In mobiles devices (and some browsers) where the direct action of user is required for playing audios and videos, the plugin cannot start playing dynamically.
Music Player for Easy Digital Downloads – [eddmp-playlist]
shortcode
The [eddmp-playlist]
shortcode allows to include a playlist on the pages’ contents, with all downloads, or for some of them.
The shortcode attributes are:
downloads_ids: define the ids of downloads to include in the playlist, separated by comma, or the * symbol to include all downloads:
[eddmp-playlist downloads_ids="*"]
player_style: select the layout of music players (the playlist displays only the play/pause control):
[eddmp-playlist downloads_ids="*" player_style="mejs-classic"]
highlight_current_download: if the playlist is included in a download’s page, the corresponding item would be highlighted in the playlist:
[eddmp-playlist downloads_ids="*" highlight_current_download="1"]
cover: allows to include the featured images in the playlist. The possible values are: 0 or 1, 0 is the value by default:
[eddmp-playlist downloads_ids="*" cover="1"]
continue_playing: if there is a song playing when navigates, the player will continue playing after loading the webpage in the same position:
[eddmp-playlist downloads_ids="*" continue_playing="1"]
controls: allows to define the controls to be used with the players on playlist. The possible values are: track or all, to include only a play/pause button or all player’s controls respectively.
Note: In mobiles devices where the direct action of user is required for playing audios, the plugin cannot start playing dynamically.
Hooks (actions and filters)
eddmp_after_players_download_page: action called after the players containers in the downloads pages.
eddmp_audio_tag: filter called when the audio tag is generated. The callback function receives three parameters: the audio tag, the download’s id, and the file’s id;
eddmp_file_name: filter called when the file’s name is included with the player. The callback function receives three parameters: the file’s name, the download’s id, and the file’s id;
eddmp_widget_audio_tag: filter called when the audio tag is generated as a widget on sidebars. The callback function receives three parameters: the audio tag, the download’s id, and the file’s id;
eddmp_widget_file_name: filter called when the file’s name is included with the player as a widget on sidebars. The callback function receives three parameters: the file’s name, the download’s id, and the file’s id;
eddmp_purchased_download: filter called to know if the download was purchased or not. The callback function receives two parameters: false and the download’s id.
eddmp_ffmpeg_time: filter called to determine the duration of truncated copies of the audio files for demos when the FFmpeg application is used to generate them.
Other recommended plugins