vimeta-0.2.5.1: Frontend for video metadata tagging tools

Safe HaskellNone
LanguageHaskell2010

Vimeta.Core.Config

Description

The configuration file.

Synopsis

Documentation

data Config Source #

Vimeta configuration.

Instances
ToJSON Config Source # 
Instance details

Defined in Vimeta.Core.Config

FromJSON Config Source # 
Instance details

Defined in Vimeta.Core.Config

configFileName :: IO FilePath Source #

Get the name of the configuration file.

readConfig :: MonadIO m => ExceptT String m Config Source #

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