mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Update description with new screenshots
This commit is contained in:
14
README.md
14
README.md
@@ -1,28 +1,26 @@
|
|||||||
# Clapper
|
# Clapper
|
||||||
A GNOME media player build using [GJS](https://gitlab.gnome.org/GNOME/gjs) with [GTK4](https://www.gtk.org) toolkit. The media player is using [GStreamer](https://gstreamer.freedesktop.org/) as a media backend and renders everything via [OpenGL](https://www.opengl.org).
|
A GNOME media player build using [GJS](https://gitlab.gnome.org/GNOME/gjs) with [GTK4](https://www.gtk.org) toolkit.
|
||||||
|
The media player is using [GStreamer](https://gstreamer.freedesktop.org/) as a media backend and renders everything via [OpenGL](https://www.opengl.org).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://github.com/Rafostar/clapper/raw/master/media/screenshot-windowed-mode.png"><br>
|
<img src="https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-windowed.png"><br>
|
||||||
<b>Windowed Mode</b>
|
<b>Windowed Mode</b>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://github.com/Rafostar/clapper/raw/master/media/screenshot-fullscreen-mode.png"><br>
|
<img src="https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-fullscreen.png"><br>
|
||||||
<b>Fullscreen Mode</b>
|
<b>Fullscreen Mode</b>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://github.com/Rafostar/clapper/raw/master/media/screenshot-floating-mode.png"><br>
|
<img src="https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-floating.png"><br>
|
||||||
<b>Floating Mode</b>
|
<b>Floating Mode</b>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
### WORK IN PROGRESS
|
|
||||||
This is still early WIP. Many features are not implemented yet and quite a few are still unstable.
|
|
||||||
|
|
||||||
### Features:
|
### Features:
|
||||||
* [Hardware acceleration](https://github.com/Rafostar/clapper/wiki/Hardware-acceleration)
|
* [Hardware acceleration](https://github.com/Rafostar/clapper/wiki/Hardware-acceleration)
|
||||||
* [Floating mode](https://github.com/Rafostar/clapper/wiki/Floating-mode)
|
* [Floating mode](https://github.com/Rafostar/clapper/wiki/Floating-mode)
|
||||||
* [Adaptive UI](https://raw.githubusercontent.com/Rafostar/clapper/master/media/screencast-mobile-ui.webm)
|
* [Adaptive UI](https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-mobile.png)
|
||||||
* [Playlist from file](https://github.com/Rafostar/clapper/wiki/Playlists)
|
* [Playlist from file](https://github.com/Rafostar/clapper/wiki/Playlists)
|
||||||
* Chapters on progress bar
|
* Chapters on progress bar
|
||||||
|
|
||||||
|
@@ -4,21 +4,23 @@
|
|||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<project_license>GPL-3.0-or-later</project_license>
|
<project_license>GPL-3.0-or-later</project_license>
|
||||||
<name>Clapper</name>
|
<name>Clapper</name>
|
||||||
<summary>Play videos and music</summary>
|
<summary>Simple and modern GNOME media player</summary>
|
||||||
<translation type="gettext">com.github.rafostar.Clapper</translation>
|
<translation type="gettext">com.github.rafostar.Clapper</translation>
|
||||||
<launchable type="desktop-id">com.github.rafostar.Clapper.desktop</launchable>
|
<launchable type="desktop-id">com.github.rafostar.Clapper.desktop</launchable>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Clapper is a GNOME media player build using GJS with GTK4 toolkit.
|
Clapper is a GNOME media player build using GJS with GTK4 toolkit.
|
||||||
The media player is using GStreamer GstPlayer API as a media backend
|
The media player is using GStreamer as a media backend and renders
|
||||||
and renders everything via OpenGL. Player works natively on both
|
everything via OpenGL. Player works natively on both Xorg and Wayland.
|
||||||
Xorg and Wayland. It also supports VA-API on AMD/Intel GPUs.
|
It also supports VA-API on AMD/Intel GPUs.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The media player has an adaptive GUI. When viewing videos in "Windowed Mode",
|
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.
|
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
|
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".
|
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>
|
||||||
</description>
|
</description>
|
||||||
<developer_name>Rafał Dzięgiel</developer_name>
|
<developer_name>Rafał Dzięgiel</developer_name>
|
||||||
@@ -32,13 +34,16 @@
|
|||||||
</categories>
|
</categories>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image type="source">https://raw.githubusercontent.com/Rafostar/clapper/master/media/screenshot-windowed-mode.png</image>
|
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-windowed.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<image type="source">https://raw.githubusercontent.com/Rafostar/clapper/master/media/screenshot-fullscreen-mode.png</image>
|
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-fullscreen.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<image type="source">https://raw.githubusercontent.com/Rafostar/clapper/master/media/screenshot-floating-mode.png</image>
|
<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>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
Reference in New Issue
Block a user