1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: ripit
Section: sound
Priority: optional
Maintainer: Elimar Riesebieter <riesebie@lxtec.de>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (= 13)
Homepage: http://www.ripit.pl/ripit/news.php
Vcs-Browser: https://salsa.debian.org/riesebie/ripit
Vcs-Git: https://salsa.debian.org/riesebie/ripit.git
Rules-Requires-Root: no
Package: ripit
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libwww-perl,
libcddb-get-perl,
libxml-simple-perl,
libdigest-md5-file-perl,
libunicode-utf8-perl,
libtext-unidecode-perl,
libmime-base64-urlsafe-perl,
libwebservice-musicbrainz-perl,
libmusicbrainz-discid-perl,
libmp3-tag-perl,
cdparanoia | cdda2wav | icedax,
vorbis-tools | lame | flac | bladeenc | faac | wavpack | ffmpeg,
normalize-audio
Recommends: default-mta | mail-transport-agent
Suggests: eject, id3, id3v2
Description: Textbased audio CD ripper
ripit runs in text mode (no fancy GUI here) and does everything required to
produce a set of mp3, ogg, flac, m4a files without any user-intervention.
.
ripit does the following with an Audio CD:
- Get the audio CD Album/Artist/Tracks information from CDDB
- Get the audio CD Album/Artist/Tracks information from Musicbrainz
- Rip the audio CD Tracks (using cdparanoia or other cdrippers)
- Encode the files (using lame, oggvorbis flac and/or faac)
- ID3 tag them (v1 & v2)
- Optional: creates a playlist (M3U) file (lists MP3s created,
used by various MP3 players)
- Optional: Prepares and sends a CDDB submission.
- Optional: Saves the CDDB file.
|