Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

A plugin for morituri which provides EAC style log reports

License

Notifications You must be signed in to change notification settings

whipper-team/morituri-plugin-eaclogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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