https://github.com/cohoe/mediacenterd
Media Center Daemon
https://github.com/cohoe/mediacenterd
Last synced: about 1 year ago
JSON representation
Media Center Daemon
- Host: GitHub
- URL: https://github.com/cohoe/mediacenterd
- Owner: cohoe
- License: gpl-3.0
- Created: 2021-10-10T19:28:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T20:05:44.000Z (over 4 years ago)
- Last Synced: 2025-02-12T15:00:07.603Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Media Center Daemon
===================
A media center automation API. Does Bluetooth stuff for now.
Setup
-----
1. Install the package. @TODO this is naughty
```
sudo pip install git+https://github.com/cohoe/mediacenterd
```
2. Install the Systemd unit file.
```
cp init_scripts/mediacenterd.service /etc/systemd/system/mediacenterd.service
```
3. Reload Systemd
```
sudo systemctl daemon-reload
```
4. Start
```
sudo systemctl enable mediacenterd
sudo systemctl start mediacenterd
```
5. Host firewall may need opening.
```
sudo firewall-cmd --add-port 5000/tcp
sudo firewall-cmd --add-port 5000/tcp --permanent
```
Known Issues
------------
* Hardcoded user in Systemd unit file
* No auth
* No virtualenvironment.