<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Backup on …soul, as in software?</title><link>https://blog.pancho.name/tags/backup/</link><description>Recent content in Backup on …soul, as in software?</description><generator>Hugo</generator><language>en-us</language><copyright>© 2007-2024 pancho horrillo</copyright><lastBuildDate>Sun, 24 Nov 2019 08:15:00 +0100</lastBuildDate><atom:link href="https://blog.pancho.name/tags/backup/index.xml" rel="self" type="application/rss+xml"/><item><title>Backup your CDDA media to a single-file flac with embedded cuesheet</title><link>https://blog.pancho.name/posts/cdda-to-single-file-flac/</link><pubDate>Sun, 24 Nov 2019 08:15:00 +0100</pubDate><guid>https://blog.pancho.name/posts/cdda-to-single-file-flac/</guid><description>On Arch Linux, the required packages are readily available:
abcde flac mkcue abcde -1 -o flac -a default,cue This will produce a couple of files:
A single flac file with an embedded cuesheet (this cuesheet does not include metadata nor track names). A cuesheet file. If you use mpd to listen to your audio, the cuesheet file needs a just a small edit to be usable:
sed -i /^FILE/s/FLAC$/WAVE/ cuesheet.cue</description></item></channel></rss>