Track tv shows using the streets, the docks and a vault
- Version: 1.0.0-alpha
- Repository on Github
- Direct download link
Track tv shows using the streets, the docks and a vault
Composer
Package not registered at packagist, yet
Clone
git clone https://github.com/Desmaster/tvshow-tracker.git .
Direct download
Install dependencies
Run composer install or composer update if you're feeling lucky.
The Movie Database Account
- Create an account on themoviedb.org
- Log in and go to your account -> API -> Create the api key
Configuration
- Copy/paste
config/tv.sample.jsontoconfig/tv.json - In the
config/tv.jsonfill in your themoviedb.org credentials and your api key undertmdb - Then you fill in your tranmission-daemon details under
transmission.
For now, run php bin/console tv:sync
transmission-daemonrunning somewhere, as long as you can reach it. If you need to install it, lmgtfy!- Make sure transmission-daemon has
rpc-enabledset totrue - PHP >= 5.5.0
- Would be nice to have composer on your environment to install the dependencies
- See more at composer.json
- PHP 5.5.0
- Add console logging (In progress)
- Add file logging
- Add vault checking integration
- Package on Packagist
- Write tests