mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
110 lines
4.6 KiB
XML
110 lines
4.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>com.github.rafostar.Clapper</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
<name>Clapper</name>
|
|
<summary>Simple and modern GNOME media player</summary>
|
|
<translation type="gettext">com.github.rafostar.Clapper</translation>
|
|
<launchable type="desktop-id">com.github.rafostar.Clapper.desktop</launchable>
|
|
<description>
|
|
<p>
|
|
Clapper is a GNOME media player build using GJS with GTK4 toolkit.
|
|
The media player is using GStreamer as a media backend and renders
|
|
everything via OpenGL. Player works natively on both Xorg and Wayland.
|
|
It also supports VA-API on AMD/Intel GPUs.
|
|
</p>
|
|
<p>
|
|
The media player has an adaptive GUI. When viewing videos in "Windowed Mode",
|
|
Clapper will use mostly unmodified GTK widgets to match your OS look nicely.
|
|
When player enters "Fullscreen Mode" all GUI elements will become darker, bigger
|
|
and semi-transparent for your viewing comfort. It also has a "Floating Mode" which
|
|
displays video only on top of all other windows for a PiP-like viewing experience.
|
|
Mobile friendly transitions are also supported.
|
|
</p>
|
|
<p>
|
|
For best stability Wayland session is recommended. Wayland users with AMD/Intel GPUs
|
|
can try enabling HIGHLY EXPERIMENTAL "vah264dec" plugin inside player preferences
|
|
for reduced CPU and GPU usage on standard (8-bit) H.264 videos.
|
|
</p>
|
|
</description>
|
|
<developer_name>Rafał Dzięgiel</developer_name>
|
|
<url type="homepage">https://rafostar.github.io/clapper</url>
|
|
<url type="bugtracker">https://github.com/Rafostar/clapper/issues</url>
|
|
<url type="donation">https://liberapay.com/Clapper</url>
|
|
<url type="help">https://github.com/Rafostar/clapper/wiki</url>
|
|
<categories>
|
|
<category>AudioVideo</category>
|
|
<category>Video</category>
|
|
</categories>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-windowed.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-fullscreen.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-floating.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-mobile.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<releases>
|
|
<release version="0.2.1" date="2021-04-19">
|
|
<description>
|
|
<p>Player:</p>
|
|
<ul>
|
|
<li>Fix missing top left menu buttons on some system configurations</li>
|
|
<li>Fix potential video sink deadlock</li>
|
|
<li>Do not show mobile controls transition on launch</li>
|
|
<li>Show tooltip with full playlist item text on hover</li>
|
|
</ul>
|
|
<p>YouTube:</p>
|
|
<ul>
|
|
<li>Auto select best matching resolution for used monitor</li>
|
|
<li>Added some YouTube related preferences</li>
|
|
<li>Added support for live HLS videos</li>
|
|
<li>Added support for non-adaptive live HLS streaming</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.2.0" date="2021-04-13">
|
|
<description>
|
|
<p>New features:</p>
|
|
<ul>
|
|
<li>YouTube support - drag and drop videos from youtube or use open URI dialog to play them</li>
|
|
<li>Added convenient ways of opening external subtitles</li>
|
|
</ul>
|
|
<p>Changes:</p>
|
|
<ul>
|
|
<li>Few GUI layout improvements</li>
|
|
<li>Simplified video sink code</li>
|
|
<li>Fixed missing Ctrl+O common keybinding</li>
|
|
<li>Fixed error when playback finishes during controls reveal animation</li>
|
|
<li>Fixed startup window size on Xorg</li>
|
|
<li>Fixed top time not showing up on fullscreen startup</li>
|
|
<li>Fixed missing file extensions in online URIs</li>
|
|
<li>Fixed some error messages not being displayed</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.1.0" date="2021-02-26">
|
|
<description>
|
|
<p>First stable release</p>
|
|
</description>
|
|
</release>
|
|
<release version="0.0.0" date="2020-10-31">
|
|
<description>
|
|
<p>GitHub version</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
<content_rating type="oars-1.1" />
|
|
<custom>
|
|
<value key="Purism::form_factor">workstation</value>
|
|
<value key="Purism::form_factor">mobile</value>
|
|
</custom>
|
|
</component>
|