Skip to content

Releases: jellyfin/mopidy-jellyfin

Version 1.0.3

26 Feb 15:20
036b233
Compare
Choose a tag to compare

Changelog

  • Include bitrates for tracks
  • Support incremental volume up/down commands
  • Add image support
  • Attempt to reconnect websocket connection when it fails
  • Implement jellyfin:playlists uri for Iris

1.0.0

10 Nov 04:54
f7550ba
Compare
Choose a tag to compare

Changelog:

  • Fallback to 0 if runtimeticks value isn't found
  • Sonarcloud cleanup
  • Fix bugs in playlist create/delete
  • Use favorited tracks as a playlist
  • Include more favorites as playlists
  • Don't error when trying to modify favorites
  • Only show favorite playlists if they have contents

Release 0.9.2

17 Aug 02:41
5043a8e
Compare
Choose a tag to compare

Changelog

  • More iris fixes
  • Remove duplicated code
  • Optional flag to show 'watched' status when browsing books

Release 0.9.0

04 Jul 02:12
8af5897
Compare
Choose a tag to compare

Changelog

  • Switch away from legacy playback endpoint
  • Update websocket receiver for 10.6 changes
  • Don't crash if a reporting session isn't found
  • Add max bitrate option to enable transcoding

Version 0.8.1

10 Jun 02:07
ca2946a
Compare
Choose a tag to compare
  • Fix track genres
  • Code quality cleanup
  • Follow 301 redirects
  • Improve playlist handling

Version 0.8.0

18 Apr 17:19
0bb79a5
Compare
Choose a tag to compare
  • Add support for baseurl
  • Allow for passwordless login
  • Report the current tracklist to the server
  • Add scheduled playback reporting

Even more control

29 Feb 20:53
0efe15b
Compare
Choose a tag to compare

Changelog

  • Fix path to cache dir
  • Add ability to queue tracks during remote control
  • Add ability to resume playback during remote control
  • Fix crash when video files are in playlists
  • Start at the correct song index during remote control

Remote Control

09 Feb 19:48
06cf8af
Compare
Choose a tag to compare

Release Notes

Remote control and more custom config options

Changelog

  • Add config option for artist sort method
  • Remove need to manually define user_id for hidden users
  • Support for servers with a baseurl set
  • Remove separate port config option
  • Add custom name formats for albums in browse mode
  • Add remote control from the Jellyfin Web UI or mobile apps
  • Add playback reporting from Mopidy to Jellyfin server

Audiobook Support

28 Nov 23:28
3930a8c
Compare
Choose a tag to compare

Release Notes

Adds support for streaming audiobooks from the Jellyfin server

Changelog

  • Audiobook support
  • More docs about client compatibility

Unicode and Py3

22 Nov 02:51
Compare
Choose a tag to compare

Release Notes

Now ready for Python 3

Changelog

  • Full support for Unicode in artist and albums name
  • Python 3 Support
  • Fixed bug in album searches being inefficient
  • Better caching
  • Added getting started development notes
  • Instructions for logging in as a hidden user