Skip to content

Commit

Permalink
Per AVR-input config instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
domwrap committed Nov 3, 2014
1 parent 21e0435 commit a9ef20c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ ln -s avr.YOUR_AVR_MANUFACTURER.conf avr.conf
./hyperion-config-switch.sh &
```

## Per-Input Configuration

If you wish (or need) to run different Hyperion configurations for different AVR inputs (different black crops, colour casting, etc) then that is very easy. Simply copy the default hyperion.config.json file to another with the name of the corresponding AVR input code inserted. Next, ensure it is also listed in the avr.MANUF.conf file under `src_custom` and you're reading to go.

Example:
````
ln -s hyperion.config.json hyperion.config.FN20.json
````


## TODO

Expand Down

0 comments on commit a9ef20c

Please sign in to comment.