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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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.4.1" date="2020-04-19">
  40. <p>Changes:</p>
  41. <ul>
  42. <li>Add update notifier.</li>
  43. <li>Add option to disable input repeat. (#49)</li>
  44. <li>Add config-only option to ignore SSL certificates. (#48)</li>
  45. <li>Fix excessive width of options drop-downs in some cases.</li>
  46. </ul>
  47. </release>
  48. <release version="1.4.0" date="2020-04-18">
  49. <p>Changes:</p>
  50. <ul>
  51. <li>Backport fix for images not loading.</li>
  52. <li>Enable mouse back/forward buttons. (#42)</li>
  53. <li>Fix subtitle offset support. (#35)</li>
  54. <li>Add back support for TV mode, and also use configuration/command line flags.</li>
  55. <li>Add support for some media keys, remotes, and controllers through inputmanager.</li>
  56. <li>Enable hardware video decoding by default.</li>
  57. <li>Allow file download option in web client again.</li>
  58. <li>Fix more warnings in the codebase. (#32)</li>
  59. </ul>
  60. </release>
  61. <release version="1.3.1" date="2020-04-13">
  62. <p>Changes:</p>
  63. <ul>
  64. <li>Add builds for win32, debian, and ubuntu.</li>
  65. <li>Fix music performance issue where there were excessive API calls (#22)</li>
  66. <li>Fix fullscreen button in web player.</li>
  67. <li>Add maximized window state preserving (#26)</li>
  68. <li>Fix QT warnings (#24)</li>
  69. <li>Fix wayland and wayland hwdec support (#20, #23)</li>
  70. <li>Set white font color on modal and add class for css themes.</li>
  71. <li>Upgrade jellyfin-web to 10.7.2.</li>
  72. </ul>
  73. </release>
  74. <release version="1.3.0" date="2020-04-11">
  75. <p>Changes:</p>
  76. <ul>
  77. <li>Add settings menu for built-in player settings.</li>
  78. <li>Add hardware acceleration in the web view. (disable with --disable-gpu)</li>
  79. <li>Make subtitle position and scale settings work with SSA and bitmap subtitles.</li>
  80. <li>Switch to NativeShell interface for jellyfin-web extensions.</li>
  81. <li>Fix video download option to open links in browser.</li>
  82. <li>Fix up next dialog hiding the player UI.</li>
  83. <li>Add support for remote devtools.</li>
  84. <li>Properly advertise player name, version, and computer name.</li>
  85. <li>Fix F11 key for fullscreen.</li>
  86. </ul>
  87. </release>
  88. <release version="1.2.1" date="2020-04-06">
  89. <p>Changes:</p>
  90. <ul>
  91. <li>Fix external subtitle support.</li>
  92. <li>Fix skipping to previous song twice setting random volume.</li>
  93. <li>Make easier to compile on Linux.</li>
  94. </ul>
  95. </release>
  96. <release version="1.2.0" date="2020-04-05">
  97. <p>Changes:</p>
  98. <ul>
  99. <li>Add native music playback.</li>
  100. <li>Fix undefined onErrorInternal.</li>
  101. <li>Remove breakpad.</li>
  102. </ul>
  103. </release>
  104. <release version="1.1.0" date="2020-04-05">
  105. <p>Changes:</p>
  106. <ul>
  107. <li>Added support for setting playback rate.</li>
  108. <li>Added SyncPlay support. (Note there are still some glitches.)</li>
  109. <li>Fixed issue where exiting video would go back a page.</li>
  110. <li>Fixed issue where video reloads every time you seek.</li>
  111. <li>Fixed some play/pause event issues.</li>
  112. </ul>
  113. </release>
  114. </releases>
  115. <content_rating type="oars-1.0"/>
  116. </component>