Skip to content
/ tvshows Public

TV Shows manager. Allows you to keep track on watched TV series: current season and episode. In addition, there's feature to find checksums of selected TV show file. My way to learn basics of Symfony 2.

License

Notifications You must be signed in to change notification settings

nephre/tvshows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TV Shows Manager

My way to learn SF2. Tool to help keep track of all TV series you watch. As a bonus: links to services providing checksums of files with latest episodes.

New search providers should implement SearchProviderInterface.

BUILD

Build docker image and run it:

docker run --publish 8080:8000 --volume tvshowsdb:/tvshows/app/database --name tvshows --rm --detach tvshows:latest

TODO

  • Add Rarbg provider
  • On search screen, print search phrase (show SxxExx)
  • Active navigation item in menu (done in lame way)
  • Handle Isohunt provider (done, add referer support) - (obsolete?)
  • Make better layout (well...)

BUGS

  • Sure, but I've fixed all bugs I managed to find

About

TV Shows manager. Allows you to keep track on watched TV series: current season and episode. In addition, there's feature to find checksums of selected TV show file. My way to learn basics of Symfony 2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published