https://github.com/kodersha/yellow-jouele
Jouele - Is a simple and beautiful audio player for Yellow CMS.
https://github.com/kodersha/yellow-jouele
cms datenstrom-yellow extension jouele-player yellow
Last synced: 2 months ago
JSON representation
Jouele - Is a simple and beautiful audio player for Yellow CMS.
- Host: GitHub
- URL: https://github.com/kodersha/yellow-jouele
- Owner: kodersha
- Archived: true
- Created: 2018-10-26T09:05:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T14:02:23.000Z (about 2 years ago)
- Last Synced: 2025-02-20T15:29:15.531Z (4 months ago)
- Topics: cms, datenstrom-yellow, extension, jouele-player, yellow
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jouele extension
================
Jouele for [Yellow CMS](https://github.com/datenstrom/yellow) - Is a simple and beautiful audio player for Yellow CMS.
Install
-------
Download [this extension](https://github.com/kodersha/yellow-jouele/archive/master.zip), put `zip` archive into your `system` folder.To uninstall delete all plugin files.
Required
--------
[jQuery](https://jquery.com) libraryHow use?
--------
Make a `[jouele]` shortcut. The following arguments available:- `FILENAME` or files `PATTERN`.
- `STYLE` - your custom player style.Examples
--------
Single use:```
[jouele track.mp3]
```Pattern use:
```
[jouele track-.*.mp3]
```More examples
-------
Your can use:[jouele single---track.mp3]
[jouele artist-name-.*.mp3]Files on your `media/downloads` folder:
single---track.mp3
artist-name---track-one.mp3
artist-name---track-two.mp3
artist-name---track-three.mp3Configuration
-------------
Edit Yellow `config.ini` for custom settings:- `JoueleStyle: jouele-skin-dark` - custom skin class for Jouele.
Known Issues
------------
Cyrillic ID3 tags and track names unsupported. :(Used
-------
* **[Jouele](https://ilyabirman.net/projects/jouele/)** - Audio player by *Ilya Birman*.