com.github.iwalton3.jellyfin-media-player.appdata.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <component type="desktop-application">
  3. <id>com.github.iwalton3.jellyfin-media-player</id>
  4. <name>Jellyfin Media Player</name>
  5. <summary>Desktop client for Jellyfin media server</summary>
  6. <developer_name>Ian Walton</developer_name>
  7. <project_license>GPL-2.0</project_license>
  8. <metadata_license>CC0-1.0</metadata_license>
  9. <url type="homepage">https://github.com/iwalton3/jellyfin-media-player</url>
  10. <url type="help">https://github.com/iwalton3/jellyfin-media-player/blob/master/README.md</url>
  11. <url type="bugtracker">https://github.com/iwalton3/jellyfin-media-player/issues</url>
  12. <provides>
  13. <binary>jellyfinmediaplayer</binary>
  14. </provides>
  15. <screenshots>
  16. <screenshot type="default">
  17. <caption>The desktop client</caption>
  18. <image type="source" width="1080" height="632">https://raw.githubusercontent.com/iwalton3/mpv-shim-misc-docs/master/images/jmp-browse.png</image>
  19. </screenshot>
  20. <screenshot>
  21. <caption>The application playing Big Buck Bunny</caption>
  22. <image type="source" width="1080" height="632">https://raw.githubusercontent.com/iwalton3/mpv-shim-misc-docs/master/images/jmp-player.png</image>
  23. </screenshot>
  24. <screenshot>
  25. <caption>The server dashboard</caption>
  26. <image type="source" width="1080" height="632">https://raw.githubusercontent.com/iwalton3/mpv-shim-misc-docs/master/images/jmp-admin.png</image>
  27. </screenshot>
  28. </screenshots>
  29. <description>
  30. <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>
  31. </description>
  32. <categories>
  33. <category>AudioVideo</category>
  34. <category>Video</category>
  35. <category>Player</category>
  36. <category>TV</category>
  37. </categories>
  38. <releases>
  39. <release version="1.2.0" date="2020-04-05">
  40. <p>Changes:</p>
  41. <ul>
  42. <li>Add native music playback.</li>
  43. <li>Fix undefined onErrorInternal.</li>
  44. <li>Remove breakpad.</li>
  45. </ul>
  46. </release>
  47. <release version="1.1.0" date="2020-04-05">
  48. <p>Changes:</p>
  49. <ul>
  50. <li>Added support for setting playback rate.</li>
  51. <li>Added SyncPlay support. (Note there are still some glitches.)</li>
  52. <li>Fixed issue where exiting video would go back a page.</li>
  53. <li>Fixed issue where video reloads every time you seek.</li>
  54. <li>Fixed some play/pause event issues.</li>
  55. </ul>
  56. </release>
  57. </releases>
  58. <content_rating type="oars-1.0"/>
  59. </component>