Commit graph

13 commits

Author SHA1 Message Date
4fa3cef8c3
Add shell.nix
That way I can use nix-shell to execute the wrapper.
nix will download all runtime dependencies and adjust path within nix
shell.
2023-02-11 17:48:22 +01:00
2d411d7160
Generate file name matching movie database
This allows to auto scrap info for tv show episodes from movie database
on kodi.
2023-02-08 08:14:36 +01:00
97a389909d
Add example 2023-02-07 08:10:51 +01:00
808da86d12
Migrate everything to latest versions
Use newest symfony version, newest PHP and newest PHPUnit.
Remove prophecy dependency.
2023-02-07 08:03:10 +01:00
5838745b96
Add human title to metadata
Most of the time meta data (from my source) has the season title as
title.
Instead use episode title with episode number.
2020-10-05 11:53:47 +02:00
566b73ee04
Add option to remove input file on completion 2020-10-05 10:49:46 +02:00
danielsiepmann
93c22ce548
Make output more configurable
Do only output success in the end.
Allow to output more info based on verbosity.
2020-10-05 10:42:30 +02:00
9ec70df7bc
Remove unused use statements 2020-10-05 10:42:16 +02:00
33575a87eb
Add readme 2020-09-30 14:01:27 +02:00
efb7991e57
Check if result file exists, and provide force option 2020-09-30 13:53:29 +02:00
8b8f7fcab1
Support multiple cuts, for removing of ads 2020-09-30 13:53:28 +02:00
86a7dbef19
Initial first working version 2020-09-30 13:53:28 +02:00
danielsiepmann
0d4dd5181e Initial commit 2020-09-30 13:53:09 +02:00