my moOde Addons-Collection - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: Community (https://moodeaudio.org/forum/forumdisplay.php?fid=18) +--- Forum: Support the project (https://moodeaudio.org/forum/forumdisplay.php?fid=20) +--- Thread: my moOde Addons-Collection (/showthread.php?tid=7095) |
my moOde Addons-Collection - Stephanowicz - 11-16-2024 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! ------------- Update v1.0.8: option for larger text in ss-widescreen-mode & local displays seem to have some extra style definitions for fav-&random-icons - fixed that ------------- Update v1.0.9: Option for local displays with 800x480 resolution: larger playbar - minor fixes ------------- Update v1.0.13: Songlyrics - integrated LRCLIB-API query and support for local ".lrc" lyricfiles ------------- Update v1.0.14: Synced lyrics display ------------- Update v1.0.15: optimized synced lyrics display ------------- Update v1.0.16: optimized synced lyrics display; optimized ytdl standalone page ------------ Update v1.0.17: fixed missing update for displaying lyrics without having genius avtivated RE: my moOde Addons-Collection - fdealexa - 11-16-2024 Hi Stephan, It is very kind of you to share all these experiences with us. Ì will try some of them and I will informe you about that. Thank you very much and best regards, Francesco RE: my moOde Addons-Collection - the_bertrum - 11-17-2024 Nice stuff. I've just added this to one of my players and begun experimenting. The instructions are nice and clear which is a good start. I've played with 5, 6 and 8 and all work very well. 5 is the only one I have a desire to keep though. It's actually a feature I've wanted to develop (but never found the time/skill) and I believe is one of those "good projects for in interested developer" that Tim has a big list of. I've taken a quick look through the code you have made, and it looks like it could be extended such that all of the items on the overflow menu could become candidates for inclusion on the "main" screen which would be a big plus I think. I might even manage to contribute.... (don't hold your breath, there's always something in garden my wife needs me to do) RE: my moOde Addons-Collection - Stephanowicz - 11-17-2024 (11-17-2024, 02:59 PM)the_bertrum Wrote: Nice stuff. I've just added this to one of my players and begun experimenting. The instructions are nice and clear which is a good start. thank You! Yes, should be easy to integrate - well, the database needs to be extended to store the options and the settings-menue also to de-/select these. Cheers, Stephan RE: my moOde Addons-Collection - Stephanowicz - 11-29-2024 (11-17-2024, 03:08 PM)Stephanowicz Wrote:(11-17-2024, 02:59 PM)the_bertrum Wrote: Nice stuff. I've just added this to one of my players and begun experimenting. The instructions are nice and clear which is a good start. Sorry - I didn't fully grasp what You've meant with "inclusion" - I thought You were talking bout integrating in the moode player code - now I got it ok, yes sure - (the only thing I don't want take care of is how many symbols one may put on the mainscreen so that it will get cluttered...) I will look into it maybe this weekend. Cheers, Stephan RE: my moOde Addons-Collection - the_bertrum - 11-30-2024 (11-29-2024, 04:58 PM)Stephanowicz Wrote:(11-17-2024, 03:08 PM)Stephanowicz Wrote:(11-17-2024, 02:59 PM)the_bertrum Wrote: Nice stuff. I've just added this to one of my players and begun experimenting. The instructions are nice and clear which is a good start. Ha, yeah it needs to be limited for sure. I had in mind that it would be "select which five you want", but as I say I never get beyond thinking about trying to code it up RE: my moOde Addons-Collection - Stephanowicz - 12-01-2024 As suggested by Robert (the_bertrum) the selction for playbar icons has been extended - most items from the menue can be selected. There are some that are hidden by default - " Record stream" and " Receivers" - I don't use them and havn't seen them, yet. So I didn't look deeper into that as they might need special handling... The config-page can now be accessed by the m(oOde)-menue Cheers, Stephan ---------------- PS: I hope I didn't forget anything when updating the git-repos RE: my moOde Addons-Collection - Subsub - 12-16-2024 Fantastic work Stephan. Thank you. However, in Moode, I cannot access any lyrics. On the Lyrics screen I get the message “cannot parse the lyrics-page” https://genius.com/xxx for any playing song. Can you help? Note both Artist and Title are correctly identified. RE: my moOde Addons-Collection - Subsub - 12-16-2024 Hi Stephan, update suggestion for Song Lyrics (if you have the inclination and time obviously ). LRCGET (another great github application) scans for and embeds locally song lyrics alongside songs it identifies. Is there any way your Song Lyric addon could be updated to scan our media directories for these lrc files and output them. If none found then the addon invokes genius.com and gets the lyrics from there as before? . RE: my moOde Addons-Collection - Stephanowicz - 12-16-2024 (12-16-2024, 11:40 AM)Subsub Wrote: Hi Stephan, update suggestion for Song Lyrics (if you have the inclination and time obviously ). LRCGET (another great github application) scans for and embeds locally song lyrics alongside songs it identifies. Is there any way your Song Lyric addon could be updated to scan our media directories for these lrc files and output them. If none found then the addon invokes genius.com and gets the lyrics from there as before? Hi, thank You : I just added a fix as they have changed their code a little bit... this happens from time to time. Regarding LRCGET: I have forgotten to mention that the script already scans the folder for ".txt" files and displays them first before querying genius. So, as what I've seen quickly reading the LRCGET description, they also put a file with lyrics in the song folder? If so it shouldn't be a big thing to add the file extension they use to the script! Could post an excerpt of such a file, please? Cheers, Stephan |