This Project is currently porting to Node.JS. Please have a look at node branch.
This is a nice and simple Web UI that allows you to keep track of your TV shows. It is useful if you are watching multiple shows at the same time and cannot remember at which episode you stopped watching. Also, it shows you if a new episode is available or when the next comes online.
You can either use my site at https://www.waeco-soft.com/TvShowManager or setup your own homepage.
When using my site you can try it out without creating an account. But keep in mind your shows won't be saved unless you create an account.
Clone this repository
- Install a MySQL server
- Create a database
tvshowmanager
- Create a user
tvshowmanager
and set a password - Import
tvshowmanager.sql
into that database
- Install a Webserver and setup PHP
- Copy all files from
public
into a directory in your webroot
- Get a API key from http://thetvdb.com/?tab=apiregister
- Rename
config.inc.php.template
toconfig.inc.php
- Modify the settings to match your MySQL server and your API key