Home
Softono
tsundere-tv

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

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
  3. Run the install script

    $ sudo chmod +x install.sh
    $ ./install.sh
  4. Build the client code

    $ cd client
    $ npm i
    $ ng build
    $ # use ng build --prod for production
  5. Run the run script

    $ sudo chmod +x run.sh
    $ ./run.sh