Skip to content

Releases: Radiicall/jellyfin-rpc

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

v0.5.0!

14 Jan 08:51
Compare
Choose a tag to compare

Functionally this is almost the same as v0.4.0,
I have just improved a lot of the code.

What's changed?

There's now command line arguments! This will make debugging easier because -V is there and also you can now manually specify a different path for the config!
image

Fixed error handling in some spots.
Cleaned up timestamp because it was very borked.
Removed some useless variables.
This should generally be a better experience compared to 0.4.0

Full Changelog: 0.4.0...0.5.0

Bug fix | 0.4.0

10 Jan 01:07
Compare
Choose a tag to compare
  • Shortened and optimized code
  • Fixed a timestamp bug where it would randomly crash because of a subtract error

Full Changelog: 0.3.0...0.4.0

Refactoring | V0.3.0

24 Dec 20:23
Compare
Choose a tag to compare

Not really any new features, just fixed some code and updated everything

Full Changelog: 0.2.0...0.3.0

End timer | V0.2.0

19 Dec 13:52
bb508f3
Compare
Choose a tag to compare

Release 0.2.0

Refactored a bit of the code for getting the actual values from jellyfin.
I also did some research and figured out how to get an end timer from Jellyfin

  • Movies
    • Changed start timer to end timer so people can see when you're done watching
  • Series
    • Changed start timer to end timer so people can see when you're done watching

Full Changelog: 0.1.0...0.2.0

First Release | V0.1.0

18 Dec 20:13
aea1322
Compare
Choose a tag to compare

Woooo

First release is here, I would've included some macOS binaries but I don't have my mac on hand!
I'm including an arm64 release if you somehow manage to get discord up and running to use RPC.

This release includes:

  • Movie Support
    • Show movie name
    • Show genre(s)
    • Links to external sites like IMDb, TheMovieDB, etc.
  • Series Support
    • Show series name
    • Show the episode you're currently watching!
    • Links to external sites like IMDb, TheTVDB, etc.
  • ✨ Colors in the terminal ✨

Full Changelog: https://github.com/Radiicall/jellyfin-rpc/commits/0.1.0