README.md

December 5, 2019 ยท View on GitHub

Status

License Build Status GitHub (pre-)release

NOTICE: UNMAINTAINED

Logger information

This logger plugin for morituri provides text reports structured in a way that carefully mimics EAC's generated ones (except for the checksum).

The logger should be feature complete so future development will consist mainly of bugfixes.

If you're looking for the analogous (legacy) whipper plugin, it can be found here.

License

Licensed under the ISC license.

Instructions

To use this plugin:

  • build it:

    git clone https://github.com/whipper-team/morituri-plugin-eaclogger.git
    cd morituri-plugin-eaclogger
    python2 setup.py bdist_egg
    
  • copy it to your plugin directory:

    mkdir -p "$HOME/.morituri/plugins"
    cp dist/morituri_*egg "$HOME/.morituri/plugins"
    
  • verify that it gets recognized:

    rip cd rip --help
    

    You should see eac as a possible logger.

  • use it:

    rip cd rip --logger=eac
    

Developers

To use the plugin while developing uninstalled:

python2 setup.py develop --install-dir=path/to/checkout/of/morituri