Skip to content

Releases: Radiicall/jellyfin-rpc

v0.10.2 | bug fix pt2

29 Mar 12:49
Compare
Choose a tag to compare
  • Fix compile error on Windows

Full Changelog: 0.10.1...0.10.2

v0.10.1 | Blacklist bug fix!

29 Mar 12:28
Compare
Choose a tag to compare
  • Fixed a bug where only the last item in the blacklist would not be shown
  • Show blacklisted items on startup
    image

Full Changelog: 0.10.0...0.10.1

v0.10.0 | Live TV Support

27 Mar 18:47
6cb0b28
Compare
Choose a tag to compare

What's changed?

  • Added Live TV/IPTV support!
    image

  • Added genres to music content
    image

  • Added ability to blacklist media types (music, movie, episode, livetv) #17

Full Changelog: 0.9.1...0.10.0

v0.9.1 | Bug fix

09 Mar 21:23
0a2b8f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

v0.9.0 | Imgur api!

07 Mar 19:44
180db42
Compare
Choose a tag to compare

This release adds imgur as an option for retrieving images!
It uploads the images to imgur and then stores the URLs in a file for later use, this makes it so you dont have to port forward!

This release breaks the old main.json file because I changed the formatting a bit.

What's Changed

Full Changelog: 0.8.1...0.9.0

v0.8.1 | Music support & bug fix

04 Mar 23:02
932db85
Compare
Choose a tag to compare

This release adds support for music libraries and fixes a bug where unsupported library types cause the program to crash.
image

What's Changed

  • Automatic install on Windows
  • Music support and bug fix

New Contributors

Full Changelog: 0.8.0...0.8.1

v0.8.0 | BREAKING CHANGES

01 Mar 16:34
353b750
Compare
Choose a tag to compare

JSON config file.

This new version is using a JSON file for config instead of a .env file, the default location for the file is now %APPDATA%\jellyfin-rpc\main.json on Windows and $XDG_CONFIG_HOME/jellyfin-rpc/main.json on linux/macOS, look at this ArchWiki page if the environment variable is unset.

Feature requests

  • Time remaining should not show when media is paused #7 by @tilda

image

Full Changelog: 0.7.0...0.8.0

v0.7.0 | Refactoring and multi episode support

31 Jan 07:27
c8a4a14
Compare
Choose a tag to compare

This is basically just 0.7.0-rc, my updates seem to have worked fine so im releasing it properly.

See 0.7.0-rc for release notes

Full Changelog: 0.6.0...0.7.0

v0.7.0-rc | Refactoring and multi episode support

23 Jan 19:49
Compare
Choose a tag to compare

Hi 👋🏼

Info

This is my first rc release and that's because im not too sure if the changes I made will work properly, I changed how the program connects to discord and how it sets new activities and such.

New features

This release doesn't have a lot of features but I have added 1 "big" feature...
"multi episode" support!! Basically some shows have combined episodes and that wouldn't show up properly previously, now it will work correctly!

Before:
image

After:
image

Full Changelog: 0.6.0...0.7.0-rc

v0.6.0 | Image support!!

17 Jan 11:19
Compare
Choose a tag to compare

This release includes minor bugfixes and...

Image support!!!

It uses the jellyfin instance's internal image for what you're watching,
specifically the one to the left in this image.

image

It should work for everything but I haven't tested it on something without an image, so if you experience issues please tell me.

image

You can enable images by adding ENABLE_IMAGES=true into your .env file, they are disabled by default!

Full Changelog: 0.5.0...0.6.0