Skip to content

Commit

Permalink
organize a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
graysky2 committed Nov 6, 2016
1 parent 1166429 commit 945ac12
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -20,19 +20,19 @@ device = /dev/lirc0

If the included conf does not work for you, consider generating your own with irrecord.
```
irrecord --device=/dev/lirc0 streamzap --driver default
irrecord --device=/dev/lirc0 --driver default myremotename
```
Follow the included instructions.
Follow the instructions.

#### For mythtv and mplayer
* Place the `.lirc` dir from this repo into your homedir.
* Place `.lircrc` into your homedir.
* For mythtv only, create a symlink in your `~/.mythtv/` to `~/.lirc/mythtv/` `ln -s ~/.lirc/mythtv ~/.mythtv/mythtv`

#### For kodi
* Place `Lircmap.xml` into `~/.kodi/userdata/`
* Optionally place `remote.xml` into `~/.kodi/userdata/keymaps/`
* Optionally place `audio_switch.py` in `~/bin/` (note you likely need to edit the code to match your system, see the thread in the comments).
* Place `kodi/Lircmap.xml` into `~/.kodi/userdata/`
* Optionally place `kodi/remote.xml` into `~/.kodi/userdata/keymaps/`
* Optionally place `kodi/audio_switch/audio_switch.py` in `~/bin/` (note you likely need to edit the code to match your system, see the thread in the comments).
* Two suggested icons are included. Place them in ~ as shown in the script.

##### Kodi files and formats
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.

0 comments on commit 945ac12

Please sign in to comment.