GithubHelp home page GithubHelp logo

thwaller / cdparacord Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fennekki/cdparacord

0.0 1.0 0.0 275 KB

A quick and dirty cdparanoia wrapper

License: BSD 2-Clause "Simplified" License

Python 100.00%

cdparacord's Introduction

Build Status Coverage Status

cdparacord

Cdparacord is a wrapper for cdparanoia to ease the process of ripping, encoding and tagging music. It was initially created as a quick and dirty hack to run cdparanoia and LAME but is slowly accumulating more features

Usage

Usage: cdparacord [OPTIONS] [BEGIN_TRACK] [END_TRACK]

  Rip, encode and tag CDs and fetch albumdata from MusicBrainz.

  If only BEGIN_TRACK is specified, only the specified track will be ripped.
  If both BEGIN_TRACK and END_TRACK are specified, the range starting from
  BEGIN_TRACK and ending at END_TRACK will be ripped. If neither is
  specified, the whole CD will be ripped.

  Cdparacord creates a temporary directory under /tmp, runs cdparanoia to
  rip discs into it and copies the resulting encoded files to the target
  directory configured in the configuration file.

  See documentation for more.

Options:
  -r, --keep-ripdir / -R, --no-keep-ripdir
                                  Keep temporary ripping directory after rip
                                  finishes.
  -a, --reuse-albumdata / -A, --no-reuse-albumdata
                                  Use albumdata from a previous rip if present
  -m, --use-musicbrainz / -M, --no-use-musicbrainz
                                  Fetch albumdata from MuzicBrainz
                                  if
                                  available
  -c, --continue                  Continue rip from existing ripdir if ripdir
                                  is present (By default
                                  the rip is restarted)
  --help                          Show this message and exit.

Requirements

Cdparacord requires at least Python 3.5 for async.

By default it requires LAME for encoding. You can, however, customise the encoder as you see fit, though configuration documentation is currently scarce. See config.py for more.

Additionally, libdiscid0 (0.6.2 known to work) is needed for extracting disc ids sent to MusicBrainz, and cdparanoia (10.2 known to work) for the actual ripping.

You need the cdparanoia and encoder applications to either be in your executable search path or specified in the configuration with their full paths.

There are no version checks built into cdparacord; If a specific version of libdiscid0 or cdparanoia causes it to malfunction, please file a bug.

Configuration

This documentation is work in progress. See config.py for extant documentation on configuration.

The cdparacord configuration file is located at $XDG_CONFIG_HOME/cdparacord/config.yaml. $XDG_CONFIG_HOME is a standard configuration directory and defaults to $HOME/.config.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.