Announcement
Collapse
No announcement yet.
Jivelite for piCorePlayer
Collapse
X
-
Hallo, ich komme nicht weiter. habe es soweit nur bekomme ich die VU Meters nicht zentriert. in der JogglerSkinApplet.lua
finde ich keine lösung mehr.
das bild analog_25seq_w.png habe ich auf 150X10000 pix verkleinert, ohne erfolg
mein Display ist 320 x 1480
-- Visualizer: Analog VU Meter
s.nowplaying_vuanalog_text = _uses(s.nowplaying_visualizer_common, {
npvisu = {
hidden = 0,
position = LAYOUT_NONE,
x = 334,
y = TITLE_HEIGHT + 40,
w = 800,
h = 500 - (TITLE_HEIGHT + 40 + 40),
border = { 0, 0, 0, 0 },
padding = { 0, 0, 0, 0 },
vumeter_analog = {
position = LAYOUT_NONE,
x = 334,
y = TITLE_HEIGHT + 40,
w = 800,
h = 380 - (TITLE_HEIGHT + 40 + 40),
border = { 0, 0, 0, 0 },
padding = { 0, 0, 0, 0 },
bgImg = _loadImage(self, "UNOFFICIAL/VUMeter/vu_analog_25seq_w.png"),
}
},})
Comment
-
Hallo, ich komme nicht weiter. habe es soweit nur bekomme ich die VU Meters nicht zentriert. in der JogglerSkinApplet.lua
finde ich keine lösung mehr.
das bild analog_25seq_w.png habe ich auf 150X10000 pix verkleinert, ohne erfolg
mein Display ist 320 x 1480
-- Visualizer: Analog VU Meter
s.nowplaying_vuanalog_text = _uses(s.nowplaying_visualizer_common, {
npvisu = {
hidden = 0,
position = LAYOUT_NONE,
x = 334,
y = TITLE_HEIGHT + 40,
w = 800,
h = 500 - (TITLE_HEIGHT + 40 + 40),
border = { 0, 0, 0, 0 },
padding = { 0, 0, 0, 0 },
vumeter_analog = {
position = LAYOUT_NONE,
x = 334,
y = TITLE_HEIGHT + 40,
w = 800,
h = 380 - (TITLE_HEIGHT + 40 + 40),
border = { 0, 0, 0, 0 },
padding = { 0, 0, 0, 0 },
bgImg = _loadImage(self, "UNOFFICIAL/VUMeter/vu_analog_25seq_w.png"),
}
},})
Comment
-
Comment
-
es funktioniert . ich habe das .png im zeichenprogramm die grösse geändert. zuerst ein leeres blatt mit 570 x 10000 px erstellt. das orginal eingefügt und nach unten geschoben. danach den oberen rand mit schwarz gefüllt.
dann das bild auf 300 x 10000 px umgewandelt. und das ist das fertige display. sieht nicht schön aus :-( ich werde mal versuchen ein LED Balken Skin zu zeichnenComment
-
Couldn't find all the higher quality assets for the icons so saved all the layers from the artwork source file as wanted larger 512 x 512 images, images below are 512 x 512 and Remote so if anyone wants find below plus some may be a little bit different from originals
Comment
-
Hello, I have a problem with the installation
[ INFO ] Downloading Jivelite from the pCP Repository...
[ INFO ] Downloading will take a few minutes. Please wait...
Downloading: graphics-5.15.35-pcpCore-v8.tcz
Error retreiving https://repo.picoreplayer.org/repo/1...pcpCore-v8.tcz
Checking MD5 of: graphics-5.15.35-pcpCore-v8.tcz.....FAIL
MD5 of tcz: 8b043409a2a859029045d22bbdc32cfc graphics-5.15.35-pcpCore-v8.tcz
MD5 check: �� O���
�l�M�p�~�,�L
.x��RL�nA���3W �U�K��������9��7There was a error downloading pcp-jivelite.tcz.
Retrying extension pcp-jivelite.tcz...in 5 seconds.
Downloading: graphics-5.15.35-pcpCore-v8.tcz
Error retreiving https://repo.picoreplayer.org/repo/1...pcpCore-v8.tcz
Checking MD5 of: graphics-5.15.35-pcpCore-v8.tcz.....FAIL
MD5 of tcz: 8b043409a2a859029045d22bbdc32cfc graphics-5.15.35-pcpCore-v8.tcz
MD5 check: �� O���
�l�M�p�~�,�L
.x��RL�nA���3W �U�K��������9��7There was a error downloading pcp-jivelite.tcz.
Retrying extension pcp-jivelite.tcz...in 5 seconds.
Comment
-
Common problems.
Make sure you have expanded your disk space.
Make sure your system date is correct.piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayerComment
Comment