Just been tinkering with the meters as made a set of meters which are larger than i normally do and found out with my very limited knowledge that no matter what i do it won't let me make a space bigger than 272 pixels which is the normal space for meters when using a 7" screen which is 800 x 480 thing is i'm using my TV so running at 1920 x 1080 so have extra space which i want to use
Thing is when testing using SqueezePlay on my PC everything works but when i move the edited JogglerSkinApplet.lua over to my Raspberry Pi and test when i click to display the meters the Pi locks-up every other display type works fine so is there another file about that needs changing ?
-- Visualizer: Analog VU Meter
s.nowplaying_vuanalog_text = _uses(s.nowplaying_visualizer_common, {
npvisu = {
hidden = 0,
position = LAYOUT_NONE,
x = 935,
y = 490,
w = 960,
h = 350, (h which is height of frame anything above 272 will lock-up)
border = { 0, 0, 0, 0 },
padding = { 0, 0, 0, 0 },
vumeter_analog = {
position = LAYOUT_NONE,
x = 935,
y = 490,
w = 960,
h = 350, (h which is height of frame anything above 272 will lock-up)
border = { 0, 0, 0, 0 },
padding = { 0, 0, 0, 0 },
bgImg = _loadImage(self, "UNOFFICIAL/VUMeter/vu_analog_25seq_w.png"),


Thing is when testing using SqueezePlay on my PC everything works but when i move the edited JogglerSkinApplet.lua over to my Raspberry Pi and test when i click to display the meters the Pi locks-up every other display type works fine so is there another file about that needs changing ?
-- Visualizer: Analog VU Meter
s.nowplaying_vuanalog_text = _uses(s.nowplaying_visualizer_common, {
npvisu = {
hidden = 0,
position = LAYOUT_NONE,
x = 935,
y = 490,
w = 960,
h = 350, (h which is height of frame anything above 272 will lock-up)
border = { 0, 0, 0, 0 },
padding = { 0, 0, 0, 0 },
vumeter_analog = {
position = LAYOUT_NONE,
x = 935,
y = 490,
w = 960,
h = 350, (h which is height of frame anything above 272 will lock-up)
border = { 0, 0, 0, 0 },
padding = { 0, 0, 0, 0 },
bgImg = _loadImage(self, "UNOFFICIAL/VUMeter/vu_analog_25seq_w.png"),