* Added configuration file support.
authorUrban Wallasch <urban.wallasch@freenet.de>
Thu, 6 May 2021 19:24:54 +0000 (21:24 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Sat, 8 May 2021 08:37:52 +0000 (10:37 +0200)
commitc3fa47509affa1d845fcf7219780021f7032d5a8
treee05a4c463b04365b076adf963c2dcd33e3e93121
parenta3831aa3a14967cfbd830bfc0fbabfc32163f316
* Added configuration file support.
* Added configuration file option to specify paths to ffprobe and ffmpeg executables.
* Added configuration file option to specify custom video player invocation.
* Separated temp directory from thumbs directory in configuration.
* Comments in sample configuration.
* Several small fixes and improvements, refactoring.

CAUTION: Some command line options have been changed: -c --> -g, -R --> -r
.gitignore [new file with mode: 0644]
ffpreview.conf.sample [new file with mode: 0644]
ffpreview.py