Re: Jivelite NowPlaying screen & skin - help with UI mod of NP view
Michael Herger <slim-b/[email protected]> Thu, 20 Oct 2022 20:15:58 +0200
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Message-ID | <[email protected]> |
> I'm trying to add a view to jivelite's *NowPlaying (NP) screen* that > will allow me to view track lyrics. The idea is to jump/swipe back and > forth between my usual NP view and the lyrics view. BTW that's why I > think it can't a separate screensaver but has to be a 'hack' of the NP > screen. That's correct. The Now Playing modes are special modes defined in the skin. For Joggler you'd eg. find it here: https://github.com/ralph-irving/jivelite/blob/master/share/jive/applets/JogglerSkin/JogglerSkinApplet.lua#L116 That's where those modes are being registered by the skin. But how to go from there I don't know off the top of my head... you'd have to dig around the code to figure out where those values and modes are being used and iplemented.