Skip to content

Commit

Permalink
Update AppStream data
Browse files Browse the repository at this point in the history
  • Loading branch information
philn committed Sep 14, 2018
1 parent 7b3cf1c commit c353ef3
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 7 deletions.
Binary file modified audio-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 51 additions & 7 deletions data/net.baseart.Glide.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Philippe Normand <phil_AT_base-art.net> -->
<component type="desktop">
<id>org.baseart.Glide</id>
<id>net.baseart.Glide</id>
<launchable type="desktop">net.baseart.Glide</launchable>
<metadata_license>CC-BY-3.0</metadata_license>
<project_license>MIT</project_license>
<_name>Glide</_name>
<_summary>Play movies and audio files</_summary>
<description>A GStreamer video player.</description>
<update_contact>[email protected]</update_contact>
<_developer_name>The Glide Team</_developer_name>
</component>
<name>Glide</name>
<summary>Play movies and audio files</summary>
<description>
<p>
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.
</p>
<p>
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:
<ul>
<li>play/pause: space</li>
<li>seek forward: meta-right or alt-left</li>
<li>seek backward: meta-left or alt-right</li>
<li>switch to fullscreen: meta-f or alt-f</li>
<li>exit from fullscreen: escape</li>
<li>quit the application: meta-q or ctrl-q</li>
<li>load a subtitle file: meta-s or alt-s</li>
<li>increase volume: meta-up or alt-up</li>
<li>decrease volume: meta-up or alt-down</li>
<li>mute the audio track: meta-m or alt-m</li>
<li>open a new file: meta-o or alt-o</li>
</ul>
</p>
</description>
<update_contact>phil_AT_base-art.net</update_contact>
<developer_name>The Glide Team</developer_name>
<url type="homepage">https://github.com/philn/glide</url>
<screenshots>
<screenshot>
<image>https://github.com/philn/glide/raw/master/screenshot.png</image>
<caption>Glide playing a video</caption>
</screenshot>
<screenshot>
<image>https://github.com/philn/glide/raw/master/audio-screenshot.png</image>
<caption>Glide playing an audio file with visualizations</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
​ <release version="0.5.3" date="2018-09-14">
​ <description>
​ <p>The fullscreen button can now be used to exit fullscreen mode.</p>
​ </description>
​ </release>
​ </releases>
</component>
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c353ef3

Please sign in to comment.