diff --git a/audio-screenshot.png b/audio-screenshot.png
index c9cf8a1..9a96d52 100644
Binary files a/audio-screenshot.png and b/audio-screenshot.png differ
diff --git a/data/net.baseart.Glide.appdata.xml b/data/net.baseart.Glide.appdata.xml
index 62078e1..d5f8fe9 100644
--- a/data/net.baseart.Glide.appdata.xml
+++ b/data/net.baseart.Glide.appdata.xml
@@ -1,12 +1,56 @@
+
- org.baseart.Glide
+ net.baseart.Glide
net.baseart.Glide
CC-BY-3.0
MIT
- <_name>Glide
- <_summary>Play movies and audio files
- A GStreamer video player.
- phil@base-art.net
- <_developer_name>The Glide Team
-
\ No newline at end of file
+ Glide
+ Play movies and audio files
+
+
+ Glide is a simple and minimalistic media player relying on GStreamer for the multimedia support
+ and GTK+ for the user interface. Glide should be able to play any multimedia format supported by
+ GStreamer, locally or remotely hosted. Glide is developed in Rust.
+
+
+ Once Glide is running you can use some menus to switch the subtitle and audio
+ tracks, play, pause, seek and switch the window to fullscreen. There are
+ also some keyboard shortcuts for these actions:
+
+ - play/pause: space
+ - seek forward: meta-right or alt-left
+ - seek backward: meta-left or alt-right
+ - switch to fullscreen: meta-f or alt-f
+ - exit from fullscreen: escape
+ - quit the application: meta-q or ctrl-q
+ - load a subtitle file: meta-s or alt-s
+ - increase volume: meta-up or alt-up
+ - decrease volume: meta-up or alt-down
+ - mute the audio track: meta-m or alt-m
+ - open a new file: meta-o or alt-o
+
+
+
+ phil_AT_base-art.net
+ The Glide Team
+ https://github.com/philn/glide
+
+
+ https://github.com/philn/glide/raw/master/screenshot.png
+ Glide playing a video
+
+
+ https://github.com/philn/glide/raw/master/audio-screenshot.png
+ Glide playing an audio file with visualizations
+
+
+
+
+
+
+ The fullscreen button can now be used to exit fullscreen mode.
+
+
+
+
diff --git a/screenshot.png b/screenshot.png
index 5ce1042..c79e673 100644
Binary files a/screenshot.png and b/screenshot.png differ