onkyori_*** are modules what enable cooperation with the Onkyo RI system.
The onkyori_common is the core module in order to cooperate with the Onkyo RI system.
This includes the MariaDB database definision file, and the common settings file.
If you combine this with other onkyori_*** modules (example. onkyori_kiosk), you will have new experiences.
- Raspberry Pi 3 Type B
- OS: Raspbian
- Linux kernel: 4.14.50
- Linux Packages:
- MariaDB database 10.1.23
- Python Packages:
- PyMySQL 0.8.1
- PyYAML 3.12
- Place this repository files into your Raspberry Pi
- Login to Raspberry Pi.
- Create directory: '/var/project/onkyori_common/'
- Place this repository files to '/var/project/onkyori_common/'
- Setup database
- Login to MariaDB.
- Create user and database what are written in 'settings.yaml'.
The created user is allowed to access the created database only. - Select the created database.
- Run 'CreateDBTable.sql' to create the table.