tsundere-tv
"It's not like I want to host your anime, baka~!"
Home anime media server in the style of Plex, recursively searches for, categorizes, and displays media on the host system for transcoding and streaming to a web client.
Technologies used:
- Python
- Django
- Angular
- nginx-rtmp-module
- FFmpeg
- MPEG-DASH (dash.js)
- Jikan API
Deploy/Testing instructions:
-
Insure the following are installed
- git
- FFmpeg
- Python 3.5+
- virtualenv
- Node 8.10+
- Angular CLI 6+
-
Clone this repository
$ git clone https://github.com/wgoode3/tsundere-tv.git -
Run the install script
$ sudo chmod +x install.sh $ ./install.sh -
Build the client code
$ cd client $ npm i $ ng build $ # use ng build --prod for production -
Run the run script
$ sudo chmod +x run.sh $ ./run.sh