|
1 | 1 | # AV Switch Control Board |
2 | 2 |
|
3 | | -A control board for operating several AV switches at once when selecting |
4 | | -several devices. |
| 3 | +A control board for operating several AV switches at once when selecting several devices. |
5 | 4 |
|
6 | 5 | ## Synopsis |
7 | 6 |
|
8 | | -The main goal of this project is to help retro console gamers using older |
9 | | -professional matrix audio/video switch, such as Extron's Crosspoint series, and |
10 | | -professional monitors, such as Sony's PVM and BVM series, better select the |
11 | | -channels to which they have connected consoles. |
| 7 | +The main goal of this project is to help retro console gamers using older professional matrix audio/video switch, such as Extron's Crosspoint series, and professional monitors, such as Sony's PVM and BVM series, better select the channels to which they have connected consoles. |
12 | 8 |
|
13 | 9 | ## Installation |
14 | 10 |
|
15 | | -Though this is designed for Raspian out of the box, it still requires one |
16 | | -additional library. You can install it by running |
17 | | -`sudo apt install python3-pil.imagetk` |
| 11 | +Installation is pretty straightforward, read the [Wiki on GitHub](https://www.github.com/6XGate/PiAvSwitchController/wiki) for complete instructions. |
18 | 12 |
|
19 | 13 | ## Usage and Configuration |
20 | 14 |
|
21 | | -See the [Wiki on GitHub](http://www.github.com/6XGate/PiAvSwitchController/wiki) |
22 | | -for information on setting up, configuring, and using PiAvSwitchController. |
| 15 | +See the [Wiki on GitHub](https://www.github.com/6XGate/PiAvSwitchController/wiki) for information on setting up, configuring, and using PiAvSwitchController. |
23 | 16 |
|
24 | 17 | ## Plans |
25 | 18 |
|
26 | | -- More drivers, specifically for profession monitors like Sony PVM and BVM |
27 | | - series. |
| 19 | +- Move the configuration file to an XDG standard location. |
28 | 20 | - Stream or location aware configuration handling for better error reporting. |
| 21 | +- More drivers, which will likely be on-going. |
29 | 22 |
|
30 | 23 | ## Change Log |
31 | 24 |
|
32 | | -See the [Project on GitHub](http://www.github.com/6XGate/PiAvSwitchController). |
| 25 | +See the [Releases on GitHub](https://github.com/6XGate/PiAvSwitchController/releases). |
33 | 26 |
|
34 | 27 | ## Example Images |
35 | 28 |
|
36 | | -The example images where taken from Wikipedia pages for each console and the |
37 | | -trademarks and art belongs to their respective companies, no new license is |
38 | | -implied by their presence in this code-base. Their inclusion is simply an |
39 | | -educational example presumed under fair use. |
| 29 | +The example images where taken from Wikipedia pages for each console and the trademarks and art belongs to their respective companies, no new license is implied by their presence in this code-base. Their inclusion is simply an educational example presumed under fair use. |
40 | 30 |
|
41 | 31 | ## Interface Icons |
42 | 32 |
|
43 | 33 | Icons not defined by the configuration have the following license: |
44 | 34 |
|
45 | | -- _ui/res/poweroff.png_, CC BY-SA 3.0, canvas enlarged to 128x128, |
46 | | - [Source](https://upload.wikimedia.org/wikipedia/commons/7/72/Power_off_icon.png) |
| 35 | +- _ui/res/poweroff.png_, CC BY-SA 3.0, canvas enlarged to 128x128, [Source](https://upload.wikimedia.org/wikipedia/commons/7/72/Power_off_icon.png) |
0 commit comments