Took me all week but wanted a HD skin with controls so i could just use a mouse for a client player used on a Raspberry Pi plugged into a TV so did an edit on the Joggler Skin
Don't have a clue about coding plus took me the rest of the week trying to workout how to get the files onto the Raspberry Pi running Picoreplayer needs a few tweaks here and there but happy for now
Changes i made to Joggler
274 Framework:setVideoMode(1920, 1080, 0, false)
2798 local NP_ARTISTALBUM_FONT_SIZE = 68
2799 local NP_TRACK_FONT_SIZE = 100
2803 local volumeBarWidth = 420 -- screenWidth - (transport controls + volume controls + dividers + border around volume bar)
2859 y = TITLE_HEIGHT + 68,
2860 h = 150,
2877 y = TITLE_HEIGHT + 285,
2878 h = 100,
2895 y = TITLE_HEIGHT + 450,
2896 h = 100,
2936 position = LAYOUT_NONE,
2937 x = _tracklayout.x + 2,
2939 y = screenHeight - 180,
3028 x = _tracklayout.x + 25,
3029 y = screenHeight - 250,
Don't have a clue about coding plus took me the rest of the week trying to workout how to get the files onto the Raspberry Pi running Picoreplayer needs a few tweaks here and there but happy for now

Changes i made to Joggler
274 Framework:setVideoMode(1920, 1080, 0, false)
2798 local NP_ARTISTALBUM_FONT_SIZE = 68
2799 local NP_TRACK_FONT_SIZE = 100
2803 local volumeBarWidth = 420 -- screenWidth - (transport controls + volume controls + dividers + border around volume bar)
2859 y = TITLE_HEIGHT + 68,
2860 h = 150,
2877 y = TITLE_HEIGHT + 285,
2878 h = 100,
2895 y = TITLE_HEIGHT + 450,
2896 h = 100,
2936 position = LAYOUT_NONE,
2937 x = _tracklayout.x + 2,
2939 y = screenHeight - 180,
3028 x = _tracklayout.x + 25,
3029 y = screenHeight - 250,
Comment