package
Version:
v0.0.0-...-355d09a
Opens a new window with list of versions in this module.
Published: Apr 22, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SetupTable creates the shows table if it does not exist.
Update stores new data in the database.
type Show struct {
Name string `db:"name"`
LatestSeason int `db:"latest_season"`
NextEpisode int `db:"next_episode"`
Path string `dB:"path"`
}
Show stores a TV Show name, path to the files, and the next season and episode number.
Find looks up a show by name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.