Commit graph

16 commits

Author SHA1 Message Date
695a17e880
Increase timeout of file concatenation command
Double the timeout of the command in order to allow concatenation of
more and larger files.
2023-06-11 17:00:26 +02:00
52e1b75a06
Add project-install to shell.nix 2023-02-16 16:54:39 +01:00
8124631d5d
Allow to define temp folder
Some systems might have limited temp folder sizes.
A new option is added to configure the folder to use for temp files.
2023-02-12 11:31:31 +01:00
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