Skip to content

Releases: codethug/SimpleTv

0.3.13

25 Apr 02:06
Compare
Choose a tag to compare
Skips download if file exists (unless overridden)

New Feature: If a episode has already been downloaded, then it won't be
downloaded when the program runs again - it will be skipped.  Previously
downloaded episodes are matched based on the file size and the file
name.

If a download already exists, but the size of the file is different from
what is being downloaded, then it is considered to be an incomplete
download and will be overwritten (resuming downloads is not supported at
this time).

This behavior can be overwritten using the -o (or -overwrite) flag,
which will cause an existing download to be overwritten regardless of
whether or not the download completed fully on a previous download
attempt.

0.3.10

19 Apr 15:04
Compare
Choose a tag to compare
Can now include/exclude servers with -s and -t

New Features:
Adding ability to only use specific servers with "-s MyServerName"
Adding ability to exclude specific servers with "-t ServersToIgnore*"

Documentation Update:
Added documentation page for parameters/usage

Refactoring to improve testability:
Moving Configuration to Downloader assembly - should not be used by SDK
Disambiguating 'client' variables by renaming to tvClient, tvHttpClient,
etc.
Better injection of dependencies, based on new interfaces

0.3.8

19 Apr 02:34
Compare
Choose a tag to compare
Handling case where Episode ID is not in first anchor tag

closes #32

0.3.6

14 Apr 05:46
Compare
Choose a tag to compare
Episodes under a certain file size are not downloaded

0.3.3

14 Apr 03:51
Compare
Choose a tag to compare
Allowing to exclude shows from download with -x flag, renaming -s to -i

0.3.1

13 Apr 15:31
Compare
Choose a tag to compare
Version now displaying in logs and usage

0.3.0

13 Apr 15:27
Compare
Choose a tag to compare
Version now displaying in logs and usage

0.2.16

13 Apr 15:24
Compare
Choose a tag to compare
Display version number in logs

closes #26

0.2.13

13 Apr 14:55
Compare
Choose a tag to compare
Adding build status SVG to readme

0.2.12

13 Apr 14:52
Compare
Choose a tag to compare
Create DEPLOY.md