Skip to content

Todd R.

My feedback

1 result found

  1. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    6 comments  ·  bliss  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Todd R. commented  · 

    This should be part of VortexBox's install routine or "possibly" have Bliss install check to see if it installing on VortexBox (if exists /opt/vortexbox?)

    Anyway It is very simple to add your own service.
    edit /var/www/html/libs/vortexbox_defs.php
    locate the section that starts with "$baseservices = array"

    copy the lines with sqeezboxserver.service to duplicate them before vortexbox player (the "<-->" are tabs) change "squeezeboxserver.service" to "bliss.service" and "Logitech Media Server" to "Bliss Service" as below.

    <------>"bliss.service"><------><------><------>=> array ( <--->"Name" => "Bliss Service",
    <------><------><------><------><------><------><------><------><------>"Status" => "Unknown",
    <------><------><------><------><------><------><------><------>),

    This allows vortexbox' routines to manage Bliss via systemctl start|stop|status bliss.service and displays the status like the other services.

Feedback and Knowledge Base