Add GTK GUI frontend for whipper

This commit is contained in:
2026-04-18 17:24:56 +03:00
parent 71251a0b86
commit 992923bdc4
6 changed files with 871 additions and 12 deletions

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.github.whipper_team.Whipper</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Whipper</name>
<developer_name>The Whipper Team</developer_name>
<summary>Accurate audio CD ripping with MusicBrainz metadata lookup</summary>
<description>
<p>
Whipper is an accuracy-focused audio CD ripper. The desktop frontend can
inspect the inserted disc, browse matching MusicBrainz releases, and run
secure ripping workflows backed by the existing whipper command-line
engine.
</p>
</description>
<launchable type="desktop-id">com.github.whipper_team.Whipper.desktop</launchable>
<url type="homepage">https://github.com/whipper-team/whipper</url>
<url type="bugtracker">https://github.com/whipper-team/whipper/issues</url>
<url type="help">https://github.com/whipper-team/whipper/blob/master/README.md</url>
<categories>
<category>AudioVideo</category>
<category>Audio</category>
<category>Music</category>
</categories>
<provides>
<binary>whipper</binary>
<binary>whipper-gui</binary>
</provides>
</component>