Documentation
¶
Index ¶
- Variables
- func Add() *cli.Command
- func AddShowsDirectory() *cli.Command
- func DisableShow() *cli.Command
- func Download() *cli.Command
- func DownloadEpisode() *cli.Command
- func Migrate() *cli.Command
- func Scan() *cli.Command
- func Show() *cli.Command
- func Shows() *cli.Command
- func Update() *cli.Command
- func UpdateAll() *cli.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands []*cli.Command = []*cli.Command{ Add(), Scan(), Download(), UpdateAll(), Migrate(), Update(), Shows(), Show(), AddShowsDirectory(), DownloadEpisode(), DisableShow(), movies.Movies(), }
Commands list of all commands
Functions ¶
func AddShowsDirectory ¶ added in v0.2.0
AddShowsDirectory add new media directory to database
func DisableShow ¶ added in v0.1.3
DisableShow disable auto update of show
func DownloadEpisode ¶ added in v0.1.2
DownloadEpisode download specific episode of a show
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.