Browse Source

Add flatpak metadata.

Ian Walton 4 years ago
parent
commit
da6487257a

+ 24 - 0
resources/meta/com.github.iwalton3.jellyfin-media-player.appdata.xml

@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>com.github.iwalton3.jellyfin-media-player</id>
+  <name>Jellyfin Media Player</name>
+  <summary>Desktop client for Jellyfin media server</summary>
+  <developer_name>Ian Walton</developer_name>
+  <project_license>GPL-2.0</project_license>
+  <metadata_license>CC0-1.0</metadata_license>
+  <url type="homepage">https://github.com/iwalton3/jellyfin-media-player</url>
+  <url type="bugtracker">https://github.com/iwalton3/jellyfin-media-player/issues</url>
+  <description>
+    <p>Jellyfin Desktop Client based on Plex Media Player. Play your Jellyfin media in the jellyfin-web application with significantly improved media support. The client also supports SyncPlay.</p>
+  </description>
+  <categories>
+    <category>AudioVideo</category>
+    <category>Video</category>
+    <category>Player</category>
+    <category>TV</category>
+  </categories>
+  <releases>
+    <release version="1.1.0" date="2020-04-05"/>
+  </releases>
+  <content_rating type="oars-1.0"/>
+</component>

+ 19 - 0
resources/meta/com.github.iwalton3.jellyfin-media-player.desktop

@@ -0,0 +1,19 @@
+[Desktop Entry]
+Version=1.0
+Name=Jellyfin Media Player
+Comment=Desktop client for Jellyfin
+Exec=jellyfinmediaplayer
+Icon=com.github.iwalton3.jellyfin-media-player
+Terminal=false
+Type=Application
+Categories=AudioVideo;Video;Player;TV;
+
+Actions=TVF;TVW;DesktopF;DesktopW;
+
+[Desktop Action DesktopF]
+Name=Desktop [Fullscreen]
+Exec=jellyfinmediaplayer --fullscreen --desktop
+
+[Desktop Action DesktopW]
+Name=Desktop [Windowed]
+Exec=jellyfinmediaplayer --windowed --desktop