Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davejlong/mura-music-player
Music player plugin that uses 23rd & Walnut's Fullscreen Media Player.
https://github.com/davejlong/mura-music-player
Last synced: 6 days ago
JSON representation
Music player plugin that uses 23rd & Walnut's Fullscreen Media Player.
- Host: GitHub
- URL: https://github.com/davejlong/mura-music-player
- Owner: davejlong
- Created: 2011-04-14T01:21:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-19T04:12:58.000Z (over 13 years ago)
- Last Synced: 2024-04-14T18:35:21.760Z (7 months ago)
- Language: ColdFusion
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mura Music Player
The Mura Music Player is a Mura plugin that uses [23rd & Walnut's Fullscreen Media Player](http://codecanyon.net/item/fullscreen-music-player/106710?ref=23andwalnut). To use the plugin you must purchase a license for the Fullscreen Media Player from [CodeCanyon](http://codecanyon.net/item/fullscreen-music-player/106710?ref=23andwalnut).
## License
![Creative Commons License](http://i.creativecommons.org/l/by-sa/3.0/88x31.png)Mura Music Player by [David Long](http://www.davejlong.com) is licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/).
## Installing Fullscreen Media Player
After [buying](http://codecanyon.net/item/fullscreen-music-player/106710?ref=23andwalnut), downloading and unzipping the music player you must copy the directories as follows:- **{SOURCE}** - **{TARGET}**
- images/\* -assets/ images/\*
- js/openMediaPlayer-min.js - assets/js/openMediaPlayer-min.js
- js/ttwFullScreenMusic.js - assets/js/ttwFullScreenMusic.js## Building from Source
Due to licensing for the media player, I cannot post a fully working plugin to downlaod. Instead the plugin needs to be built from source using Apache Ant after installing the Fullscreen Media Player.In order to build the plugin run the ant script with the default target to have the plugin created in the builds directory.
## Using Mura Music Player
Mura Music Player is very easy to use out of the box. On a content page page that you want to put a playlist create an unordered list of links to media files. Also works in components. For example:
## Changeset
- 1.0.29 - Ability to create a playlist in content editor for Site Manager and Components Manager
## Future Releases
- 1.5 - Mura tag to pull a component in as a reusable playlist with tons of settings. Mobile playlist for Mura mobile themes
- 2.0 - Functionality to create reusable playlists in an administration tool.