Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Direct URL for Cover View?
#1
I was wondering is there a way to open directly the cover view / screensaver page so I can show the currently playing cover art on a monitor. If so what is the URL I need? If not, any hack / workaround? BTW still on moOde v.6.4.2
Reply
#2
Alternatively, can I set the timeout value to zero? What file should I edit, where is it persisted?

Edit1:
I traced it down to /var/local/www/db/moode-sqlite3.db and tried:

Code:
UPDATE cfg_system SET value = "0" WHERE param = "scnsaver_timeout";

I tried a few different values -- 0, 1, 10, doesn't seem to have the desired effect.

Edit2:
Well, setting it to 10 does have an effect but it takes still like 15-20 seconds to make the switch
Reply
#3
I came back to this problem today and I found a way around it. Adding

Code:
screenSaver('1');
to the end of the jQuery(document).ready() call in /var/www/js/scripts-panels.js seems to work -- chromium opens directly in screen saver view. Prone to break on update but none is coming for the 6.4 series.
Reply


Forum Jump: