Documentation
¶
Index ¶
- func FindAndCombineDocu(docuLibrary, movieLibrary *content.Library) error
- func FindAndCombineDocuSeries(docuseriesLibrary, tvLibrary *content.Library) error
- func ImportDownloadedContent(cmd *cobra.Command, args []string) error
- func Make(cmdName string) (*cobra.Command, error)
- func ProcessMovies(id string, mapping content.LibraryMapping) error
- func ProcessSeries(id string, mapping content.LibraryMapping) error
- func ProcessSpecialFiles(indent int, s content.Series, seriesDestPath, folder string, files []string, ...) error
- func RenderVideoComparisonTable(indent int, headers []string, videos []content.VideoFile)
- func ValidateParams(params []string) func(cmd *cobra.Command, args []string) error
- type FlagData
- type TableRow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAndCombineDocu ¶
FindAndCombineDocu scans the documentary library and checks if each documentary also exists in the movies library. For duplicates, it compares videos and asks the user to choose which to keep, or to move the movie copy to the documentary folder.
func FindAndCombineDocuSeries ¶
FindAndCombineDocuSeries scans the docuseries library and checks if each series also exists in the TV library. For duplicates, it compares seasons/episodes and processes episode-by-episode to determine which to keep.
func ImportDownloadedContent ¶
func ProcessMovies ¶
func ProcessMovies(id string, mapping content.LibraryMapping) error
func ProcessSeries ¶
func ProcessSeries(id string, mapping content.LibraryMapping) error
func ProcessSpecialFiles ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.