11-16-2024, 12:20 PM
(This post was last modified: 11-19-2024, 06:12 PM by Stephanowicz.
Edit Reason: v1.0.7 wrong config files
)
Hi there!
It's been a while I've been here.
I want to share my addons I've created several years ago.
Initially I embedded the code in the sourcefiles of moOde audioplayer. But after several jumps in versions I tried to include my code without touching the sourcefiles as it is a really annoying work. And I was surprised that it was possible to do so.
I also added a config-script that checks if the necessary requirements are met.
With the config-script You can enable/disable the respective addons.
Because of permissions You need to add the link to the addons script manually into the header.php of moOde.
For some addons some extra modules and binarys need to be installed - this also has to be done manually because of permissions.
I created a github repo, where all the addons are also described more detailed:
Stephanowicz/moOde-audioplayer-addons: addons for moOde audioplayer
In short the addons consist of:
1. Extended Albumart
2. Youtube audioplayback
3. Graphics equalizer
4. Songlyrics
5. Playbackmenue
6. Show Songtitle, Albumname and albumicon in browsertitlebar
7. Browse to folder
8. Show total and remainig playtime below playlist
Hope it's useful!
Cheers,
Stephan
Edit: v1.0.1 is buggy as I put the license info outside the php tag <? > in php files - sorry!
-------------
Update v1.0.7: I've uploaded the wrong files for config.html/config.php - fixed!
It's been a while I've been here.
I want to share my addons I've created several years ago.
Initially I embedded the code in the sourcefiles of moOde audioplayer. But after several jumps in versions I tried to include my code without touching the sourcefiles as it is a really annoying work. And I was surprised that it was possible to do so.
I also added a config-script that checks if the necessary requirements are met.
With the config-script You can enable/disable the respective addons.
Because of permissions You need to add the link to the addons script manually into the header.php of moOde.
For some addons some extra modules and binarys need to be installed - this also has to be done manually because of permissions.
I created a github repo, where all the addons are also described more detailed:
Stephanowicz/moOde-audioplayer-addons: addons for moOde audioplayer
In short the addons consist of:
1. Extended Albumart
- Displays embedded images and files in albumfolder as thumbnails below albumcover and on the audioinfo page.
- A click opens the full image in a modal pop-up
2. Youtube audioplayback
- parses youtube playlists or single videos and adds them to playlist
3. Graphics equalizer
- same functionality like the moode eq but with instant reaction without stopping playback
4. Songlyrics
- query lyrics of current song and display them in a modal pop-up
5. Playbackmenue
- Add/remove items for playbackcontrol on mainscreen - "repeat", "random", "single", "random album", "add to favourites"
6. Show Songtitle, Albumname and albumicon in browsertitlebar
7. Browse to folder
- Contextmenue-option to browse to songfolder in folderview
8. Show total and remainig playtime below playlist
Hope it's useful!
Cheers,
Stephan
Edit: v1.0.1 is buggy as I put the license info outside the php tag <? > in php files - sorry!
-------------
Update v1.0.7: I've uploaded the wrong files for config.html/config.php - fixed!