bscli episodes watched

Mark episode(s) as watched/not-watched

Synopsis

This command set the watched status of one or more episodes to true or false.

bscli episodes watched [options]

Examples

  bscli episodes watched --episode-id ID [--bulk] [--delete]
  bscli episodes watched --episode-id ID --not-watched
  bscli episodes watched --episode-id ID --note N
  bscli episodes watched --episode-thetvdb-id ID

Options

      --bulk          Mark all previous episodes as watched
      --delete        Mark all next episodes as not watched
      --not           Same as --not-watched
      --not-watched   Set this episode as not watched
      --note int      Set a note for this episode (1-5)

Options inherited from parent commands

      --api-key string           BetaSeries API key
      --config string            config file (default is $HOME/.config/bscli/bscli.yaml)
      --episode-id int           BetaSeries episode ID
      --episode-thetvdb-id int   TheTVDB episode ID
      --login string             BetaSeries login
  -o, --output string            Output format (plain|json|yaml|template) (default "plain")
      --password string          BetaSeries password
      --show-id int              BetaSeries TV show ID
      --show-thetvdb-id int      TheTVDB TV show ID
      --template string          Go template (for output=template)
      --template-file string     Go template file (for output=template)
  -v, --verbose                  Verbose mode

SEE ALSO

Auto generated by spf13/cobra on 9-Apr-2017