1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 Richard Hughes <richard@hughsie.com>
Copyright 2013 William Jon McCann <william.jon.mccann@gmail.com> -->
<component type="desktop-application">
<id>@APPLICATION_ID@.desktop</id>
<name>Videos</name>
<summary>Play movies</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license><!-- with the GStreamer exception -->
<description>
<p>
Videos is the official movie player of the GNOME desktop environment.
It features a searchable list of local videos, and DVDs, as well as local
network video shares (using UPnP/DLNA) and video highlights from a number
of web sites.
</p>
<p>
Videos comes with added functionality such as a subtitle downloader,
the ability to speed up or down playback, create screenshot galleries,
and support for recording DVDs.
</p>
</description>
<url type="homepage">https://gitlab.gnome.org/GNOME/totem</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/totem/issues</url>
<url type="donation">https://www.gnome.org/donate/</url>
<url type="translate">https://l10n.gnome.org/module/totem/</url>
<url type="help">https://help.gnome.org/users/totem/stable/</url>
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/totem</url>
<screenshots>
<screenshot type="default">
<image>https://gitlab.gnome.org/GNOME/totem/raw/gnome-43/data/appdata/ss-player.png</image>
</screenshot>
<screenshot>
<image>https://gitlab.gnome.org/GNOME/totem/raw/gnome-43/data/appdata/ss-videos.png</image>
</screenshot>
</screenshots>
<update_contact>hadess@hadess.net</update_contact>
<developer_name>The GNOME developers</developer_name>
<project_group>GNOME</project_group>
<translation type="gettext">totem</translation>
<launchable type="desktop-id">@APPLICATION_ID@.desktop</launchable>
<releases>
<release version="43.2" date="2025-05-21">
<description>
<p>
This new 43.2 version includes the use of gtksink as a video output
when native OpenGL support is not available, as well as many thumbnailer
related bug fixes, and translation updates.
</p>
</description>
</release>
<release version="43.1" date="2024-10-22">
<description>
<p>
This new 43.1 version includes many bug fixes, particularly related to
the MPRIS playback controls, and translation updates.
</p>
</description>
</release>
<release version="43.0" date="2022-09-16">
<description>
<p>
This new 43.0 version includes many bug fixes, translation updates, and
code cleanups that pave the way for the GTK4 port.
</p>
</description>
</release>
<release version="42.0" date="2022-03-18">
<description>
<p>
We are proud to announce Videos 42.0 as the latest stable version.
</p>
<p>
This new version stops relying on clutter for its video output. The
old GNOME media-keys API was removed, and replaced by builtin MPRIS
support.
</p>
<p>
The subtitles and audio tracks selections are now made through a separate
menu. A number of new keyboard shortcuts were also added, which can
be found in the keyboard shortcuts dialog.
</p>
</description>
</release>
<release version="3.38.0" date="2020-09-10">
<description>
<p>
This new version does not rely on Tracker running on the host,
and updates translations.
</p>
</description>
</release>
<release version="3.34.1" date="2019-10-04">
<description>
<p>
This new version fixes the top bar icon appearing as a square,
and updates translations.
</p>
</description>
</release>
<release version="3.34.0" date="2019-09-06">
<description>
<p>
We are proud to announce Videos 3.34.0 as the latest stable version.
</p>
<p>
This new version fixes a number of bugs, adds an "Open Containing Folder" plugin,
and removes the obsolete Brasero and LIRC plugins.
</p>
</description>
</release>
<release version="3.32.0" date="2019-03-08">
<description>
<p>
We are proud to announce Videos 3.32.0 as the latest stable version.
</p>
</description>
</release>
</releases>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
<kudo>UserDocs</kudo>
</kudos>
<content_rating type="oars-1.1" />
<branding>
<color type="primary" scheme_preference="light">#f8e45c</color>
<color type="primary" scheme_preference="dark">#613583</color>
</branding>
</component>
|