Skip to content

Releases: Kraymer/flinck

v0.3.2

02 Jun 21:53
Compare
Choose a tag to compare
  • 🆕 readthedocs website at http://flinck.readthedocs.io/en/latest/
     
  • 🐛 set default --by option value from sections present in config.yaml. fix #10
  • 🐛 fix crash that could occured when meeting a field with a formatting different than usual. fix #28

v0.3.1

25 May 21:15
Compare
Choose a tag to compare

🐛 fix packaging entry point that caused a crash on startup

v0.3.0

25 May 05:36
Compare
Choose a tag to compare
  • 🆕🐛 smarter parsing of input arguments using click library. Noticeably, the --by flag does not have to be located at the end anymore. fix #20
     
  • 🆕 fallback on google imdb id search when needed. A google_api_key is required in you config.yaml. fix #22
  • 🆕 new -v and -vv flags to be more or less verbose
  • 🆕 add file_extensionsand file_min_size_mbconfiguration parameters for a better control of files to discard. fix #16
  • 🆕 use existing configuration file sections names as default value for -by argument, ie flinck can be runned with no --by flag if at least one field section is defined in the config.yaml. fix #10
     
  • 🐛 ignore directories created by flinck when searching for a bucket
  • 🐛 fix decade field content, was always resolved to Unknown. fix #23

v0.2.0

30 Mar 20:51
Compare
Choose a tag to compare
  • python3 port, fix #4
  • replace imdbpy dependency by omdb. Lighter and snappier. fix #5
  • if omdb query with title extracted from filename fails, then try the extraction on the parent directory. fix #8
  • skip files whose size is below 20 mb (eg sample files)
  • don't import local files in setup.py. fix #12

v0.1.2

27 Mar 08:13
Compare
Choose a tag to compare
  • add imdbpy and pyyaml as dependencies

v0.1.1

26 Mar 18:28
Compare
Choose a tag to compare
  • fix broken confit dependency
  • hande root section config parameter. fix #3

v0.1.0

25 Mar 22:17
Compare
Choose a tag to compare

Initial version