Skip to content

Commit

Permalink
add ~/.abcde.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Jan 20, 2021
1 parent c74f0de commit 7c49a47
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions abcde/.abcde.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# vim: set ft=bash

CDROMREADERSYNTAX=cdparanoia
EJECTCD=y
INTERACTIVE=y
OUTPUTDIR="$(pwd)"
OUTPUTFORMAT='${TRACKNUM}. ${TRACKFILE}'
OUTPUTTYPE=wv
PADTRACKS=y

mungefilename()
{
echo "$@" | sed s,:,\ -,g | tr / __ | tr -d \'\"\?\[:cntrl:\]
}
10 changes: 10 additions & 0 deletions abcde/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# abcde

https://abcde.einval.com/

$ sudo pacman -S abcde cdparanoia wavpack

Dependencies:

- [cdparanoia](https://xiph.org/paranoia/)
- [WavPack](https://www.wavpack.com/)

0 comments on commit 7c49a47

Please sign in to comment.