README.md in download_tv-2.5.3 vs README.md in download_tv-2.5.4

- old
+ new

@@ -19,22 +19,23 @@ Specific options: -o, --offset OFFSET Move back the last run offset -f, --file PATH Download shows from a file -d, --download SHOW Downloads given show + --season SEASON Limit the show download to a specific season + -t, --tomorrow Download shows airing today -c, --configure Configures defaults --show-config Show current configuration values --dry-run Don't write to the date file -a, --[no-]auto Automatically find links -s, --[no-]subtitles Download subtitles -g, --grabber GRABBER Use given grabber as first option --show-grabbers List available grabbers -p, --pending Show list of pending downloads --clear-pending Clear list of pending downloads - -v Print version + -v, --version Print version -h, --help Show this message - ``` ### MyEpisodes integration By default, download_tv connects to your MyEpisodes.com account and fetches the list of episodes that have aired since the program was run for the last time. It then tries to find magnet links to download each of these shows, using the link grabbers available. You can see the grabbers with the --show-grabbers option. These magnet links will be executed with whatever program you have configured to handle the magnet:// files. @@ -51,10 +52,12 @@ In order to download a single episode, use the -d flag, quoting the string when it contains spaces: *tv -d "Breaking Bad S04E01"* Although it uses some settings and grabbers specific for TV shows, this option can also be used as a quick way to find and download any torrent. +It can be used with the --season flag to try to find and download a whole season of the given show: *tv -d "Breaking Bad" --season 4*. It will start searching from episode 1 and continue until it can't find any torrent for the episode. + ### Multi torrent download The -f flag can be used to read the list of episodes to download from a file. Each line of the file is interpreted as a episode to download: *tv -f /path/to/listofeps* ### Available link grabbers @@ -63,10 +66,10 @@ I usually publish a patch update to the gem when I detect one of them isn't working, disabling it or fixing it altogether. If a specific grabber is giving you problems, check whether you're running the latest version of the gem before opening an issue here. ### Pending shows -download_tv version 2.5.0 persists the list of shows it can't find on a given execution (when connecting to MyEpisodes, not for single show or file downloads). This list can be viewed by passing the -p flag to the tv binary. The list can be cleared with the --clear-pending option. +download_tv version 2.5.0 persists the list of shows it can't find on a given execution (when connecting to MyEpisodes, not for single show or file downloads) and it will try to find them again on following executions. This list can be viewed by passing the -p flag to the tv binary. The list can be cleared with the --clear-pending option. ### License This project is released under the terms of the MIT license. See [LICENSE.md](https://github.com/guille/download_tv/blob/master/LICENSE.md) file for details. \ No newline at end of file