-
Notifications
You must be signed in to change notification settings - Fork 21
/
io.mpv.Mpv.appdata.xml
55 lines (55 loc) · 2.32 KB
/
io.mpv.Mpv.appdata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2012-2023 mpv.io -->
<component type="desktop">
<id>io.mpv.Mpv</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+ AND LGPL-2.0-or-later</project_license>
<name>mpv</name>
<summary>A free, open source, and cross-platform media player</summary>
<launchable type="desktop-id">io.mpv.Mpv.desktop</launchable>
<translation type="gettext">mpv</translation>
<content_rating type="oars-1.1" />
<description>
<p>
Mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety
of video file formats, audio and video codecs, and subtitle types. Special
input URL types are available to read input from a variety of sources other
than disk files. Depending on platform, a variety of different video and audio
output methods are supported.
</p>
<p>Features:</p>
<ul>
<li>Drag and drop playlist</li>
<li>Loading external configuration files</li>
<li>Flatpak: mpv-mpris support - multimedia keys play/pause support</li>
<li>Flatpak: mpv.conf: Screenshots (shortcut key 's') are saved in ~/Pictures/mpv directory</li>
<li>Flatpak: mpv config directory is ~/.var/app/io.mpv.Mpv/config/mpv</li>
<li>Flatpak: mpv scripts directory is ~/.var/app/io.mpv.Mpv/config/mpv/scripts</li>
<li>Flatpak: mpv_inhibit_gnome is included which prevents screen blanking in GNOME while playing media</li>
<li>Flatpak: mpv scripts needs write access. Use flatseal app to set home or host write permission</li>
</ul>
</description>
<releases>
<release date="2024-09-23" version="v0.39.0">
<description>
<p>
Please See Official Changelog at github.com/mpv-player/mpv/releases
</p>
<p>
Please See flatpak MPV Changelog at github.com/flathub/io.mpv.Mpv/commits/master
</p>
</description>
</release>
</releases>
<screenshots>
<screenshot type="default">
<image>https://mpv.io/images/mpv-screenshot-0935decb.png</image>
<caption>The main window showing the application in action</caption>
</screenshot>
</screenshots>
<developer_name>The mpv player contributors</developer_name>
<url type="homepage">https://mpv.io/</url>
<url type="bugtracker">https://github.com/mpv-player/mpv/issues</url>
<url type="faq">https://github.com/mpv-player/mpv/wiki/FAQ</url>
<url type="help">https://mpv.io/manual/stable</url>
</component>