vimeta-0.2.0.0: Frontend for video metadata tagging tools

Safe HaskellNone
LanguageHaskell2010

Vimeta.Core.MappingFile

Description

Mapping files can be used to map file names to other information.

Synopsis

Documentation

type Parser a = ParsecT Text () Identity a Source

Parser type.

parseMappingFile Source

Arguments

:: MonadIO m 
=> FilePath

File name for the mapping file.

-> Parser a

Parser for the second column.

-> Vimeta m [(FilePath, a)] 

Parse a mapping file.