Skip to content

v1.6

Compare
Choose a tag to compare
@allejok96 allejok96 released this 18 Jul 19:15
· 47 commits to master since this release

SPEED IMPROVEMENTS, due to not using checksums by default.
And many more small tweaks to the default behavior:

  • --no-checksums is removed (this is default now)
  • --checksums if you want to md5 check files (like before)
  • --fix-broken if you want to check all files, not just downloaded ones (like before)
  • if broken files cannot be fixed, they are left as is, instead of removed
  • --exclude works recursively now, affecting indexing also, not just download
  • --download=subtitles does not re-download existing files
  • --free does not create ".deleted" files (idk why it ever did)
  • much more verbose output

And a bunch of weird bugfixes:

  • downloaded files gets correct timestamp on the first run
  • downloaded files that resides in many categories are added to all of them locally on the first run
  • --download=subtitles excludes doublets from being downloaded twice
  • --mode=m3u and alike does not remove playlists just because it has nothing to write to them
  • --free and --mode can be used together