Project with PeppyMeter/PeppySpectrum Screensaver Plugin for VOLUMIO

Let me be clear, I don’t know if it will work, but please test.

  • Keep the folder name holding the templates like: custom_7 (2560x720)
  • nano /data/plugins/miscellanea/peppy_screensaver/peppymeter/config.txt
    modify:
screen.width = 2560
screen.height = 720

A less cleaner option to try, undo the previous change first.

Misuse one of the default folders:

  • mv /data/plugins/miscellanea/peppy_screensaver/peppymeter/small /data/plugins/miscellanea/peppy_screensaver/peppymeter/old_small
  • mkdir /data/plugins/miscellanea/peppy_screensaver/peppymeter/small
  • Copy the template files to /data/plugins/miscellanea/peppy_screensaver/peppymeter/small
  • Modify ‘configfileparser.py’
    replace:
SMALL_WIDTH = 320
SMALL_HEIGHT = 240

with:

SMALL_WIDTH = 2560
SMALL_HEIGHT = 720
1 Like