diff options
-rw-r--r-- | examples/Live Radio/BBC World Service.ram | 1 | ||||
-rw-r--r-- | examples/remote.conf.example | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/examples/Live Radio/BBC World Service.ram b/examples/Live Radio/BBC World Service.ram new file mode 100644 index 00000000..0a706198 --- /dev/null +++ b/examples/Live Radio/BBC World Service.ram @@ -0,0 +1 @@ +rtsp://rmlivev8.bbc.net.uk/farm/*/ev7/live24/worldservice/liveinfent.ra diff --git a/examples/remote.conf.example b/examples/remote.conf.example new file mode 100644 index 00000000..72fbebbe --- /dev/null +++ b/examples/remote.conf.example @@ -0,0 +1,39 @@ +LIRC.Up up +LIRC.Down down +LIRC.Left left +LIRC.Right right +LIRC.Menu menu +LIRC.Ok ok +LIRC.Back exit +KBD.Up 00000000001B5B41 +KBD.Down 00000000001B5B42 +KBD.Menu 000000000000006D +KBD.Ok 000000000000000D +KBD.Back 0000000000000062 +KBD.Left 00000000001B5B44 +KBD.Right 00000000001B5B43 +XKeySym.Up Up +XKeySym.Down Down +XKeySym.Left Left +XKeySym.Right Right +XKeySym.Menu F1 +XKeySym.Ok Return +XKeySym.Back BackSpace +XKeySym.Red F2 +XKeySym.Green F3 +XKeySym.Yellow F4 +XKeySym.Blue F5 +XKeySym.0 0 +XKeySym.1 1 +XKeySym.2 2 +XKeySym.3 3 +XKeySym.4 4 +XKeySym.5 5 +XKeySym.6 6 +XKeySym.7 7 +XKeySym.8 8 +XKeySym.9 9 +XKeySym.Channel+ Prior +XKeySym.Channel- Next +XKeySym.Volume+ KP_Add +XKeySym.Volume- KP_Subtract |