Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 525 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 525 Bytes

DR-Player.app

Watch DR's TV channels live on your Mac

How?

The app works by starting a kiosk-mode Chrome instance set to http://dr.brnbw.com. This is done with this shell command:

exec /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome  --kiosk --app="http://dr.brnbw.com/player?version=0.9" --user-data-dir="/Users/$USER/Library/Application Support/Google/DRPlayer" "$@"