vimeta-0.2.1.0: Frontend for video metadata tagging tools

Safe HaskellNone
LanguageHaskell2010

Vimeta.Core.Config

Description

The configuration file.

Synopsis

Documentation

data Config Source

Vimeta configuration.

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.