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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2019 Kevin Degeling -->
<component type="desktop-application">
<id>org.gnome.gitlab.grimripper</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-only</project_license>
<name>GrimRipper</name>
<summary>Audio CD ripper, encoder, and metadata fetcher.</summary>
<developer_name>Salamandar (Félix Piédallu) et al.</developer_name>
<url type="homepage">https://gitlab.gnome.org/Salamandar/GrimRipper</url>
<launchable type="desktop-id">org.gnome.gitlab.grimripper.desktop</launchable>
<provides>
<binary>grimripper</binary>
</provides>
<description>
<p>
GrimRipper is a graphical Audio CD ripper. It fetches CD metadatas from online databases and compresses the tracks.
</p>
<p>Supported codecs: WAV, MP3, Ogg Vorbis, FLAC, Opus, Wavpack, Musepack, AAC, and Monkey's audio files.</p>
<p>Features:</p>
<ul>
<li>Uses CDDB to name and tag each track.</li>
<li>Creates M3U playlists</li>
<li>Can encode to multiple formats in one session</li>
<li>Simultaneous rip and encode</li>
<li>Does not require a specific desktop environment</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<image>http://littlesvr.ca/asunder/images/asunder-ripping.png</image>
<caption>Main view</caption>
</screenshot>
<screenshot>
<image>http://littlesvr.ca/asunder/images/asunder-main.png</image>
<caption>Main view</caption>
</screenshot>
</screenshots>
<releases>
<release version="3.0.0" date="2023-04-21">
<description>
<p>
Move project to Gitlab, port to GTK+3 and Meson build system.
</p>
</description>
</release>
<release version="2.9.7" date="2020-10-12">
<description>
<p>
Minor release featuring tow bug fixes:
<ul>
<li>Updated italian and french translations.</li>
<li>Fixed the CDDB tooltip to say gnudb instead.</li>
</ul>
</p>
</description>
</release>
<release version="2.9.6" date="2020-05-28">
<description>
<p>
<ul>
<li>Changed the default CDDB server to gnudb.gnudb.org</li>
<li>GrimRipper can now be more easily Flatpak-ed. Thanks to Kevin "Eonfge" Degeling for the help.</li>
<li>Updated eo, it, pt, pt_BR, sq, and zh_CN translations.</li>
<li>Updated config.guess and config.sub with the current latest to support (among other things) aarch64.</li>
</ul>
</p>
</description>
</release>
<release version="2.9.5" date="2019-10-21">
<description>
<p>First release of Asunder on Flathub.</p>
</description>
</release>
</releases>
</component>
|