series

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2020 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeGroupsProvider

func MakeGroupsProvider() config.GroupsProvider

Types

type Group

type Group struct {
	Id     int64
	Name   string
	Target string
	Parser string

	Meta

	Directories []string `pg:",array"`
	Exts        []string `pg:",array"`
	Titles      []Title
}

type GroupExt

type GroupExt struct {
	GroupId int64
	Group   *Group
	Ext     string
}

type GroupPath

type GroupPath struct {
	GroupId int64
	Group   *Group
	Path    string
}

type Meta

type Meta struct {
	Anidb         *int64
	Path          *string
	EpisodeStart  *int
	EpisodeEnd    *int
	EpisodeOffset *int
}

type Season

type Season struct {
	Id      int64
	Idx     int `pg:",use_zero"`
	TitleId int64
	Title   *Title
	Meta
}

type Title

type Title struct {
	Id      int64
	GroupId int64
	Group   *Group
	Name    string
	Meta

	Seasons []Season
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL