mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 17:43:42 -05:00
Create settings.js
This commit is contained in:
parent
b16321b3f0
commit
996a3a5181
1 changed files with 14 additions and 0 deletions
14
teletext/settings.js
Normal file
14
teletext/settings.js
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
/* viewer settings */
|
||||||
|
|
||||||
|
widescreen = false; /* emulate a 16:9 tv */
|
||||||
|
prompt = true; /* user is prompted to click if autoOn or a channel parameter passed (required for media to play) */
|
||||||
|
unevenFlashRatio = false; /* use a 2:1 ON/OFF ratio instead of 50% duty cycle in 1Hz flash */
|
||||||
|
autoPowerOffTime = 15; /* minutes before powering off TV if no interaction, or zero to disable */
|
||||||
|
|
||||||
|
/* set "tuning" for these channels when the page is loaded */
|
||||||
|
localStorage.setItem("teletextViewer:channelID1","WyJ0ZWVmYXgiLCJ6eG5ldC5jby51ayIsIi93cy90ZWVmYXgiXQ==");
|
||||||
|
localStorage.setItem("teletextViewer:channelID2","WyJubXMtY2VlZmF4IiwiaW50ZXJuYWwubmF0aGFubWVkaWFzZXJ2aWNlcy5jby51ayIsIi93ZWJzb2NrZXRzL2NlZWZheCJd");
|
||||||
|
localStorage.setItem("teletextViewer:channelID3","WyJjaHVua3l0ZXh0IiwienhuZXQuY28udWsiLCIvd3MvY2h1bmt5dGV4dCJd");
|
||||||
|
localStorage.setItem("teletextViewer:channelID4","WyJjaGFubmVsNC1jYXB0dXJlIiwienhuZXQuY28udWsiLCIvd3MvY2g0Il0=");
|
||||||
|
localStorage.setItem("teletextViewer:channelID5","WyJ0ZXN0IiwienhuZXQuY28udWsiLCIvd3MvdGVzdCJd");
|
||||||
|
localStorage.setItem("teletextViewer:channelID6","WyJzcGFyayIsInp4bmV0LmNvLnVrIiwiL3dzL3NwYXJrIl0=");
|
Loading…
Add table
Reference in a new issue