Announcement
Collapse
No announcement yet.
Made some new Meters for Picoreplayer using Peppymeter images
Collapse
X
-
Like a charm! Very impressive stuff. Not sure why the simpler install didn't work - the only thing I can think of is a different version, but the unpack/pack method took 10 minutes are works perfectly. It really looks smashin.👍 1Comment
-
From what I've seen in the code SqueezeLite produces 25 levels so you'd need to change that.Comment
-
Oooh, I was incorrect Squeezelite produces a value and then it is indexed to a count of 48 and divided by 2 so you could use a 50 frame meter just comment out the line in share/jive/jive/vis/VUMeter.lua
Code:val = math.floor(val / 2)
Code:-- val = math.floor(val / 2)
Comment
-
Oooh, I was incorrect Squeezelite produces a value and then it is indexed to a count of 48 and divided by 2 so you could use a 50 frame meter just comment out the line in share/jive/jive/vis/VUMeter.lua
Code:val = math.floor(val / 2)
Code:-- val = math.floor(val / 2)
Comment
-
Hi Eyerex,
The meters look awesome and would really like to add them to my 10" 1280x800 screen on the RPi.
Have added them to the tce folder and see them in the dropdown to select the VU meter.
Selecting them does not however show them.
I want them to be shown as mini meters in the now playing screen.
I do see the VU as standalone on screen but it keeps flickering/scrolling.Last edited by Izocad; 2023-05-29, 08:49.Comment
-
Hi Eyerex,
The meters look awesome and would really like to add them to my 10" 1280x800 screen on the RPi.
Have added them to the tce folder and see them in the dropdown to select the VU meter.
Selecting them does not however show them.
I want them to be shown as mini meters in the now playing screen.
I do see the VU as standalone on screen but it keeps flickering/scrolling.
"mini meters in the now playing screen." That would need an edit of the layout plus custom meters (see below which is for a 1920 x 1080 screen) i can do it but will take time but member daab has done a miracle of working out how to do it on the fly which i need to get my head round
👍 1Comment
-
Eyerex Izocad with the changes from https://github.com/blaisedias/jiveli.../mini-spectrum this should just work - without needing the mini meters. At least it just does for me on Desktop Linux. I do have a pi Zero with a 1024x600 LCDWiki touch screen and it works fine there too - TL;DR I'm running piCorePlayer 8.1 on the piZero, and I transferred my changes by updating pcp-jivelite,tcz
The list of changed files to copy from the repository are- share/jive/applets/JogglerSkin/strings.txt -> opt/jivelite/share/jive/applets/JogglerSkin/strings.txt
- share/jive/applets/JogglerSkin/JogglerSkinApplet.lua -> opt/jivelite/share/jive/applets/JogglerSkin/JogglerSkinApplet.lua
- opt/jivelite/share/jive/applets/NowPlaying/NowPlayingApplet.lua -> opt/jivelite/share/jive/applets/NowPlaying/NowPlayingApplet.lua
- opt/jivelite/share/jive/jive/vis/SpectrumMeter.lua -> opt/jivelite/share/jive/jive/vis/SpectrumMeter.lua
See https://youtu.be/Z30pug4f4MM for demo
If it helps, tcz + md5 for 8.1 are here👍 1Comment
-
Eyerex Izocad with the changes from https://github.com/blaisedias/jiveli.../mini-spectrum this should just work - without needing the mini meters. At least it just does for me on Desktop Linux. I do have a pi Zero with a 1024x600 LCDWiki touch screen and it works fine there too - TL;DR I'm running piCorePlayer 8.1 on the piZero, and I transferred my changes by updating pcp-jivelite,tcz
The list of changed files to copy from the repository are- share/jive/applets/JogglerSkin/strings.txt -> opt/jivelite/share/jive/applets/JogglerSkin/strings.txt
- share/jive/applets/JogglerSkin/JogglerSkinApplet.lua -> opt/jivelite/share/jive/applets/JogglerSkin/JogglerSkinApplet.lua
- opt/jivelite/share/jive/applets/NowPlaying/NowPlayingApplet.lua -> opt/jivelite/share/jive/applets/NowPlaying/NowPlayingApplet.lua
- opt/jivelite/share/jive/jive/vis/SpectrumMeter.lua -> opt/jivelite/share/jive/jive/vis/SpectrumMeter.lua
See https://youtu.be/Z30pug4f4MM for demo
If it helps, tcz + md5 for 8.1 are here
Does this only work for the Joggler skin?Comment
-
Comment
Comment