Skip to content

Commit 7a38309

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 8718a12 commit 7a38309

File tree

5 files changed

+460
-0
lines changed

5 files changed

+460
-0
lines changed

apps/mpc-qt.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
layout: app
3+
4+
permalink: /mpc-qt/
5+
description: Qt media player based on libmpv
6+
license: GPL-2.0+
7+
8+
icons:
9+
- mpc-qt/icons/scalable/mpc-qt.svg
10+
11+
screenshots:
12+
- mpc-qt/screenshot.png
13+
14+
authors:
15+
- name: mpc-qt
16+
url: https://github.com/mpc-qt
17+
18+
links:
19+
- type: GitHub
20+
url: mpc-qt/mpc-qt
21+
- type: Download
22+
url: https://github.com/mpc-qt/mpc-qt/releases
23+
24+
desktop:
25+
Desktop Entry:
26+
Type: Application
27+
Name: Media Player Classic Qute Theater
28+
GenericName: Multimedia Player
29+
GenericName[pt]: Reprodutor multimédia
30+
Comment: Qt media player based on libmpv
31+
Comment[pt]: Reprodutor multimédia baseado em Qt e libmppv
32+
Exec: mpc-qt %U
33+
TryExec: mpc-qt
34+
Icon: mpc-qt
35+
StartupNotify: true
36+
Terminal: false
37+
Categories: Qt
38+
MimeType: application/ogg
39+
X-KDE-Protocols: appending,file,ftp,hls,http,https,mms,mpv,rist,rtmp,rtmps,rtmpt,rtmpts,rtp,rtsp,rtsps,sftp,srt,srtp,webdav,webdavs
40+
X-DBUS-ServiceName:
41+
X-DBUS-StartupType:
42+
X-KDE-SubstituteUID: false
43+
X-KDE-Username:
44+
Keywords: media
45+
Actions: newFreestandingWindow
46+
Desktop Action newFreestandingWindow:
47+
Name: New Freestanding Window
48+
Exec: mpc-qt --freestanding %U
49+
AppImageHub:
50+
X-AppImage-UpdateInformation: gh-releases-zsync|mpc-qt|mpc-qt|latest|mpc-qt-linux-x64-*.AppImage.zsync
51+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
52+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
53+
could not be verified. Please remember that the signature file (.sig or .asc)
54+
should be the first file given on the command line.'
55+
X-AppImage-Type: 2
56+
X-AppImage-Architecture: x86_64
57+
---
Lines changed: 253 additions & 0 deletions
Loading
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=Media Player Classic Qute Theater
4+
GenericName=Multimedia Player
5+
GenericName[pt]=Reprodutor multimédia
6+
Comment=Qt media player based on libmpv
7+
Comment[pt]=Reprodutor multimédia baseado em Qt e libmppv
8+
Exec=mpc-qt %U
9+
TryExec=mpc-qt
10+
Icon=mpc-qt
11+
StartupNotify=true
12+
Terminal=false
13+
Categories=Qt;AudioVideo;Audio;Video;Player;TV;
14+
MimeType=application/ogg;application/x-ogg;application/mxf;application/sdp;application/smil;application/x-smil;application/streamingmedia;application/x-streamingmedia;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/aac;audio/x-aac;audio/vnd.dolby.heaac.1;audio/vnd.dolby.heaac.2;audio/aiff;audio/x-aiff;audio/m4a;audio/x-m4a;application/x-extension-m4a;audio/mp1;audio/x-mp1;audio/mp2;audio/x-mp2;audio/mp3;audio/x-mp3;audio/mpeg;audio/mpeg2;audio/mpeg3;audio/mpegurl;audio/x-mpegurl;audio/mpg;audio/x-mpg;audio/rn-mpeg;audio/musepack;audio/x-musepack;audio/ogg;audio/scpls;audio/x-scpls;audio/vnd.rn-realaudio;audio/wav;audio/x-pn-wav;audio/x-pn-windows-pcm;audio/x-realaudio;audio/x-pn-realaudio;audio/x-ms-wma;audio/x-pls;audio/x-wav;video/mpeg;video/x-mpeg2;video/x-mpeg3;video/mp4v-es;video/x-m4v;video/mp4;application/x-extension-mp4;video/divx;video/vnd.divx;video/msvideo;video/x-msvideo;video/ogg;video/quicktime;video/vnd.rn-realvideo;video/x-ms-afs;video/x-ms-asf;audio/x-ms-asf;application/vnd.ms-asf;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvxvideo;video/x-avi;video/avi;video/x-flic;video/fli;video/x-flc;video/flv;video/x-flv;video/x-theora;video/x-theora+ogg;video/x-matroska;video/mkv;audio/x-matroska;application/x-matroska;video/webm;audio/webm;audio/vorbis;audio/x-vorbis;audio/x-vorbis+ogg;video/x-ogm;video/x-ogm+ogg;application/x-ogm;application/x-ogm-audio;application/x-ogm-video;application/x-shorten;audio/x-shorten;audio/x-ape;audio/x-wavpack;audio/x-tta;audio/AMR;audio/ac3;audio/eac3;audio/amr-wb;video/mp2t;audio/flac;audio/mp4;application/x-mpegurl;video/vnd.mpegurl;application/vnd.apple.mpegurl;audio/x-pn-au;video/3gp;video/3gpp;video/3gpp2;audio/3gpp;audio/3gpp2;video/dv;audio/dv;audio/opus;audio/vnd.dts;audio/vnd.dts.hd;audio/x-adpcm;application/x-cue;audio/m3u;audio/vnd.wave;video/vnd.avi;inode/directory;
15+
X-KDE-Protocols=appending,file,ftp,hls,http,https,mms,mpv,rist,rtmp,rtmps,rtmpt,rtmpts,rtp,rtsp,rtsps,sftp,srt,srtp,webdav,webdavs
16+
X-DBUS-ServiceName=
17+
X-DBUS-StartupType=
18+
X-KDE-SubstituteUID=false
19+
X-KDE-Username=
20+
Keywords=media;player;video;audio;mpv;tv;stream;mpc;
21+
Actions=newFreestandingWindow
22+
23+
[Desktop Action newFreestandingWindow]
24+
Name=New Freestanding Window
25+
Exec=mpc-qt --freestanding %U
26+
27+
[AppImageHub]
28+
X-AppImage-UpdateInformation=gh-releases-zsync|mpc-qt|mpc-qt|latest|mpc-qt-linux-x64-*.AppImage.zsync
29+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
30+
X-AppImage-Type=2
31+
X-AppImage-Architecture=x86_64

0 commit comments

Comments
 (0)