baptouuuu / series
Series watcher
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Language:HTML
Type:project
Requires
- php: ~7.4|~8.0
- innmind/cli: ~2.0
- innmind/crawler: ~6.0
- innmind/html: ~5.0
- innmind/immutable: ~3.5
- innmind/server-control: ~3.0
- innmind/time-continuum: ~2.2
Requires (Dev)
- innmind/coding-standard: ^1.1
- phpunit/phpunit: ~9.0
This package is auto-updated.
Last update: 2024-10-16 19:35:00 UTC
README
This tool allows you to report the episodes of your tv shows you need to watch.
This project is born to allow to follow your tv shows without the need to use a web service. By using a dedicated web service you tv shows consumption is tracked via the account you need to log into. This tool store your usage in your home folder under the .series
folder, thus keeping your consumption private.
The technical goal of this project is to showcase the implementation of the clock pattern.
Installation
composer global require baptouuuu/series
Usage
The first step is for you to select the series you want to watch:
series watch
This will ask you to choose the series (airing this month) you want to watch. Since this tool doesn't access a global database of tv shows you'll need to run this command every month in order to discover new series.
Note: if for some reason you want to stop watching a show simply run series unwatch
, it will ask you which one you want to stop watching.
Then each time you want to catch up of all episodes you need to watch:
series report
The first time it will retrieve the epsiodes since the last day. But if you want to display episodes since a given date simply add an argument to the command of the form {year}-{month}-{day}
.
Examples of the commands:
Tech
Below is the dependency graph of this tool in case you want to understand the inner working.