model

package
v0.0.0-...-a3b91c8 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MkvFile

type MkvFile struct {
	Filename   string
	Shasum     string
	Resolution string
}

type Workflow

type Workflow struct {
	DiscId       string
	TitleId      int
	Label        string
	OriginalName string
	Status       WorkflowStatus
	ImdbId       *string  `json:",omitempty"`
	Name         *string  `json:",omitempty"`
	Year         *string  `json:",omitempty"`
	File         *MkvFile `json:",omitempty"`

	MkvStatus *makemkv.Status `json:"-"`
}

type WorkflowStatus

type WorkflowStatus string
const (
	StatusDone      WorkflowStatus = "Done"
	StatusImporting WorkflowStatus = "Importing"
	StatusRipping   WorkflowStatus = "Ripping"
	StatusPending   WorkflowStatus = "Pending"
	StatusError     WorkflowStatus = "Error"
	StatusStart     WorkflowStatus = "Start"
)

Jump to

Keyboard shortcuts

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