From fbfddcbb33be6f560dfc6f89ca01cdc5e029e0c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Fri, 19 Feb 2021 17:31:59 +0100 Subject: [PATCH] Update description with new screenshots --- README.md | 14 ++++++------- data/com.github.rafostar.Clapper.metainfo.xml | 21 ++++++++++++------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a755c5a5..5e0d6dba 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,26 @@ # 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).

-
+
Windowed Mode

-
+
Fullscreen Mode

-
+
Floating Mode

-### WORK IN PROGRESS -This is still early WIP. Many features are not implemented yet and quite a few are still unstable. - ### Features: * [Hardware acceleration](https://github.com/Rafostar/clapper/wiki/Hardware-acceleration) * [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) * Chapters on progress bar diff --git a/data/com.github.rafostar.Clapper.metainfo.xml b/data/com.github.rafostar.Clapper.metainfo.xml index 401b8998..acf89e53 100644 --- a/data/com.github.rafostar.Clapper.metainfo.xml +++ b/data/com.github.rafostar.Clapper.metainfo.xml @@ -4,21 +4,23 @@ CC0-1.0 GPL-3.0-or-later Clapper - Play videos and music + Simple and modern GNOME media player com.github.rafostar.Clapper com.github.rafostar.Clapper.desktop

Clapper is a GNOME media player build using GJS with GTK4 toolkit. - The media player is using GStreamer GstPlayer API 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. + 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.

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". + 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.

Rafał Dzięgiel @@ -32,13 +34,16 @@ - https://raw.githubusercontent.com/Rafostar/clapper/master/media/screenshot-windowed-mode.png + https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-windowed.png - https://raw.githubusercontent.com/Rafostar/clapper/master/media/screenshot-fullscreen-mode.png + https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-fullscreen.png - https://raw.githubusercontent.com/Rafostar/clapper/master/media/screenshot-floating-mode.png + https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-floating.png + + + https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-mobile.png