123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- <?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="help">https://github.com/iwalton3/jellyfin-media-player/blob/master/README.md</url>
- <url type="bugtracker">https://github.com/iwalton3/jellyfin-media-player/issues</url>
- <provides>
- <binary>jellyfinmediaplayer</binary>
- </provides>
- <screenshots>
- <screenshot type="default">
- <caption>The desktop client</caption>
- <image type="source" width="1080" height="632">https://raw.githubusercontent.com/iwalton3/mpv-shim-misc-docs/master/images/jmp-browse.png</image>
- </screenshot>
- <screenshot>
- <caption>The application playing Big Buck Bunny</caption>
- <image type="source" width="1080" height="632">https://raw.githubusercontent.com/iwalton3/mpv-shim-misc-docs/master/images/jmp-player.png</image>
- </screenshot>
- <screenshot>
- <caption>The server dashboard</caption>
- <image type="source" width="1080" height="632">https://raw.githubusercontent.com/iwalton3/mpv-shim-misc-docs/master/images/jmp-admin.png</image>
- </screenshot>
- </screenshots>
- <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.4.1" date="2020-04-19">
- <p>Changes:</p>
- <ul>
- <li>Add update notifier.</li>
- <li>Add option to disable input repeat. (#49)</li>
- <li>Add config-only option to ignore SSL certificates. (#48)</li>
- <li>Fix excessive width of options drop-downs in some cases.</li>
- </ul>
- </release>
- <release version="1.4.0" date="2020-04-18">
- <p>Changes:</p>
- <ul>
- <li>Backport fix for images not loading.</li>
- <li>Enable mouse back/forward buttons. (#42)</li>
- <li>Fix subtitle offset support. (#35)</li>
- <li>Add back support for TV mode, and also use configuration/command line flags.</li>
- <li>Add support for some media keys, remotes, and controllers through inputmanager.</li>
- <li>Enable hardware video decoding by default.</li>
- <li>Allow file download option in web client again.</li>
- <li>Fix more warnings in the codebase. (#32)</li>
- </ul>
- </release>
- <release version="1.3.1" date="2020-04-13">
- <p>Changes:</p>
- <ul>
- <li>Add builds for win32, debian, and ubuntu.</li>
- <li>Fix music performance issue where there were excessive API calls (#22)</li>
- <li>Fix fullscreen button in web player.</li>
- <li>Add maximized window state preserving (#26)</li>
- <li>Fix QT warnings (#24)</li>
- <li>Fix wayland and wayland hwdec support (#20, #23)</li>
- <li>Set white font color on modal and add class for css themes.</li>
- <li>Upgrade jellyfin-web to 10.7.2.</li>
- </ul>
- </release>
- <release version="1.3.0" date="2020-04-11">
- <p>Changes:</p>
- <ul>
- <li>Add settings menu for built-in player settings.</li>
- <li>Add hardware acceleration in the web view. (disable with --disable-gpu)</li>
- <li>Make subtitle position and scale settings work with SSA and bitmap subtitles.</li>
- <li>Switch to NativeShell interface for jellyfin-web extensions.</li>
- <li>Fix video download option to open links in browser.</li>
- <li>Fix up next dialog hiding the player UI.</li>
- <li>Add support for remote devtools.</li>
- <li>Properly advertise player name, version, and computer name.</li>
- <li>Fix F11 key for fullscreen.</li>
- </ul>
- </release>
- <release version="1.2.1" date="2020-04-06">
- <p>Changes:</p>
- <ul>
- <li>Fix external subtitle support.</li>
- <li>Fix skipping to previous song twice setting random volume.</li>
- <li>Make easier to compile on Linux.</li>
- </ul>
- </release>
- <release version="1.2.0" date="2020-04-05">
- <p>Changes:</p>
- <ul>
- <li>Add native music playback.</li>
- <li>Fix undefined onErrorInternal.</li>
- <li>Remove breakpad.</li>
- </ul>
- </release>
- <release version="1.1.0" date="2020-04-05">
- <p>Changes:</p>
- <ul>
- <li>Added support for setting playback rate.</li>
- <li>Added SyncPlay support. (Note there are still some glitches.)</li>
- <li>Fixed issue where exiting video would go back a page.</li>
- <li>Fixed issue where video reloads every time you seek.</li>
- <li>Fixed some play/pause event issues.</li>
- </ul>
- </release>
- </releases>
- <content_rating type="oars-1.0"/>
- </component>
|