vimeta-0.3.1: Frontend for video metadata tagging tools
CopyrightThis file is part of the package vimeta. It is subject to the
license terms in the LICENSE file found in the top-level
directory of this distribution and at:

https://github.com/pjones/vimeta

No part of this package including this file may be copied
modified propagated or distributed except according to the terms
contained in the LICENSE file.
LicenseBSD-2-Clause
Safe HaskellNone
LanguageHaskell2010

Vimeta.Core.Config

Description

The configuration file.

Synopsis

Documentation

data Config Source #

Vimeta configuration.

Instances

Instances details
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.