vimeta-0.2.3.0: Frontend for video metadata tagging tools

Safe HaskellNone
LanguageHaskell2010

Vimeta.UI.Common.TV

Synopsis

Documentation

tagWithMappingFile :: MonadIO m => TV -> FilePath -> Vimeta m () Source #

Handy tagging function using mapping files.

tagWithSpec Source #

Arguments

:: MonadIO m 
=> TV

Full TV series.

-> [(FilePath, EpisodeSpec)]

File mapping.

-> Vimeta m () 

Tag all of the given files with their matching EpisodeSpec.

tagWithFileOrder Source #

Arguments

:: MonadIO m 
=> TV

Full TV series.

-> EpisodeSpec

Starting episode.

-> [FilePath]

List of files to tag.

-> Vimeta m () 

Tag the given files, starting at the given EpisodeSpec.