Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aidy-jenkins authored Jun 5, 2022
1 parent 8c963a8 commit ea50efd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ Also by loading the Smart TV version of these sites, this enables casting from y


Works by running a browser instance (Gecko) and mapping controller inputs to key presses


You can set configuration such as the URL to load, control stick dead zone etc. in the config.json
Alternatively, you can provide the following paramaters as command line args (which takes precedence over the config file)

|Name|Value|Description|
|--- | --- |---|
|-url|`<string>`|The URL to load in the player
|-useragent|`<string>`|The user agent to use when loading the page (e.g. that of a smart tv/stick)
|--fullscreen|`<none>`|If present, loads the app in full screen mode

0 comments on commit ea50efd

Please sign in to comment.