Moode Forum
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)

Pages: 1 2 3 4


RE: my moOde Addons-Collection - Nutul - 12-21-2024

If it was me... I'd download the file manually, and rename it accordingly; but if you fetch lyrics online, yes, that's another story ;-)


RE: my moOde Addons-Collection - Stephanowicz - 12-25-2024

Merry X-Mas!

here a little x-mas gift Smile
https://github.com/Stephanowicz/moOde-audioplayer-addons/releases/tag/v1.0.15

Added support for synced lyrics - not yet fully purrfect, but almost Big Grin

[Image: lyrics_2.png]
 
Synced lyrics are shown in main view above the cover - maybe I will add this also for coverview...

Thanks to @Subsub, who pointed me to LRCLIB and the synced lyrics they provide!  

Have a nice, peaceful holiday!

Cheers, Stephan


RE: my moOde Addons-Collection - pkdick - 12-30-2024

Hello Stephan,

Thank you for your useful addons: I recently asked Tim about a Display concern on my 1280x400 waveshare 7.9" (https://moodeaudio.org/forum/showthread.php?tid=7077), and I was wondering if you could do something about it, as you seem to master this (which is not my case Sad )...

Thank you in advance for your comments,

Best regards,


RE: my moOde Addons-Collection - lenny95 - 01-04-2025

Ooh the Youtube Playback is something I have been missing after I quit using Hifiberry and Volumio. Thanks for sharing!


RE: my moOde Addons-Collection - Stephanowicz - 01-05-2025

(01-04-2025, 09:00 PM)lenny95 Wrote: Ooh the Youtube Playback is something I have been missing after I quit using Hifiberry and Volumio. Thanks for sharing!

Thanks Smile

The whole thing is a bit 'hacky', and You may have to update ytdl from time to time, as youtube can change their code...

In case You don't want the whole addons package, You can also use the standalone page:  
  
http://moode.local/addons/Stephanowicz/youtubeDL/youtube.html  
  
  
Cheers,

Stephan


RE: my moOde Addons-Collection - Stephanowicz - 01-05-2025

Minor updates:

-- optimized youtube standalone page
-- optimized display of synced lyrics

https://github.com/Stephanowicz/moOde-audioplayer-addons/releases/tag/v1.0.16


RE: my moOde Addons-Collection - Stephanowicz - 01-10-2025

Sorry, just realized that I didn't update the lyrics function Sad - without that You couldn't get the lyrics without genius token...
Fixed that - it is possible to get lyrics from lrclib without having genius activated.

https://github.com/Stephanowicz/moOde-audioplayer-addons/releases/tag/v1.0.17


RE: my moOde Addons-Collection - oli5967 - 03-12-2025

Hello,

I just discovered your add-ons, I was interested by the total and remaining playtime is great, and songslyrics is awesome, thank you! Smile

I will check update frequently to see the improvement like synced lyrics shown on coverview. Wink And others!

Keep it up, thank you for your collaboration and sharing!

Best regards


RE: my moOde Addons-Collection - Stephanowicz - 03-12-2025

(03-12-2025, 10:10 AM)oli5967 Wrote: Hello,

I just discovered your add-ons, I was interested by the total and remaining playtime is great, and songslyrics is awesome, thank you! Smile

I will check update frequently to see the improvement like synced lyrics shown on coverview. Wink And others!

Keep it up, thank you for your collaboration and sharing!

Best regards

Hi Oli,

thank You! 

Greetings,

Stephan


RE: my moOde Addons-Collection - Stephanowicz - 03-15-2025

Update: added support for synced lyrics in coverview

Well, I'm still not completely happy with getting the right position of the lyrics and its font-size
- With the font-size the problem is that there are so many possibilities how one could size the window.
- with the position I first had an event attached when the window resizes - but now with the additional cover-view that is not enough
@ moment the position is calculated every cycle .. a bit of overkill

Cheers,
Stephan