Home
Softono

Tsundere Tv

Open source Python
12
Stars
2
Forks
4
Issues
1
Watchers
3 years
Last Commit

 About Tsundere Tv

Home anime media server in the style of Plex

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Tsundere Tv?

We provide expert installation service for this software. Our team will install, configure, and secure Tsundere Tv on your server. plans start at just $30.

Tsundere Tv

View on GitHub

tsundere-tv

demo.gif
"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:


Deploy/Testing instructions:

  1. Insure the following are installed

    • git
    • FFmpeg
    • Python 3.5+
    • virtualenv
    • Node 8.10+
    • Angular CLI 6+
  2. Clone this repository

$ git clone https://github.com/wgoode3/tsundere-tv.git
  1. Run the install script
$ sudo chmod +x install.sh
$ ./install.sh
  1. Build the client code
$ cd client
$ npm i
$ ng build
$ # use ng build --prod for production
  1. Run the run script
$ sudo chmod +x run.sh
$ ./run.sh