Skip to content

wgoode3/tsundere-tv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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