vimeta-0.2.0.0: Frontend for video metadata tagging tools

Safe HaskellNone
LanguageHaskell2010

Vimeta.Core.Config

Description

The configuration file.

Synopsis

Documentation

configFileName :: IO FilePath Source

Get the name of the configuration file.

readConfig :: MonadIO m => EitherT String m Config Source

Read the configuration file and return a Config value or an error.