Skip to main content

Changing Behavior of Source Viewer for IPTV

It is possible to change the behavior of the Libary > Sources screen in the following ways:

  • Rename the Sources tab to IPTV.
  • Clicking on another source in Source player swaps sources rather than adds them to the player.

To enable this feature:

  1. SSH into HMP and elevate to root access.
  2. Issue the following command:

    CODE
    set_config calypso.system_settings.overrideSourceViewer true
  3. Restart the docker process for the change to take affect:

    CODE
    docker restart services
  4. After the restart the change can be seen on the Library screen.

To disable this feature, issue the command using false instead of true, and restart the services container as shown in step 3:

CODE
set_config calypso.system_settings.overrideSourceViewer false



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.