X-Git-Url: https://git.cweiske.de/playVideoOnDreamboxProxy.git/blobdiff_plain/241a23008e0673a1428018a55a913ec6efbc8a01..da8f9390c923632a6d523fd843ae6b47d78acc1c:/README.rst diff --git a/README.rst b/README.rst index b5bd181..73318cc 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,11 @@ or IP address by creating a config file in ``data/config.php``. Simply copy ``data/config.php.dist`` onto ``data/config.php`` and adjust it. +If your dreambox web interface is password protected, add the username +and password to the ``$dreamboxUrl`` configuration variable:: + + $dreamboxUrl = 'http://user:pass@dreambox'; + ===== Usage @@ -42,6 +47,10 @@ You can test it on command line, too:: $ php www/play.php http://example.org/page.htm +Testing the URL selection without playing on the dreambox is possible:: + + $ php www/play.php http://example.org/page.htm --dry-run + ======= License