Releases: ironsmile/euterpe-rhythmbox
Version 1.6.0: Hot Soup
This version mainly updates libsoup to 3.0 from the previous 2.4. This makes it possible for the plugin to work with the latest Rhythmbox versions which are built with GTK4.
A very small change is that the Euterpe instance icon is moved to the "library" section and not "shared".
Installation
Download the release archive from the "Assets" below in the desired format. Actually, it is nothing more than the plug-in source code. Extract the contents of the archive under one of the following:
$HOME/.local/share/rhythmbox/plugins
- install for a single user/usr/lib/rhythmbox/plugins
- install for all users
You could rename the directory to euterpe-rhythmbox
from euterpe-rhythmbox-X.Y.Z
if you want to.
Open Rhythmbox, go to Prefernces -> Plugins and find "Euterpe". Then enable it.
Make sure to remove any previously installed versions.
Version 1.5.2: Details, Details
This version contains improvements to little details.
- The HTTP user-agent used for requests is now "Euterpe" instead of
"HTTPMS" - Added the /v1/ prefix to requests which were not using it
Installation
Download the release archive from the "Assets" below in the desired format. Actually, it is nothing more than the plug-in source code. Extract the contents of the archive under one of the following:
$HOME/.local/share/rhythmbox/plugins
- install for a single user/usr/lib/rhythmbox/plugins
- install for all users
You could rename the directory to euterpe-rhythmbox
from euterpe-rhythmbox-X.Y.Z
if you want to.
Open Rhythmbox, go to Prefernces -> Plugins and find "Euterpe". Then enable it.
Make sure to remove any previously installed versions.
Version 1.5.1: All Your Paths
This version adds support for connecting to Euterpe instances which are
served on a sub-path instead of their own domain. Exmaple:
https://music.example.com/euterpe/
.
Installation
Extract the contents of the release archive under one of the following:
$HOME/.local/share/rhythmbox/plugins
- install for a single user/usr/lib/rhythmbox/plugins
- install for all users
You could rename the directory to euterpe-rhythmbox
from euterpe-rhythmbox-X.Y.Z
.
Make sure to remove any previously installed versions.
Version 1.5.0: The New Name
This version completes the name change frome "HTTPMS" to "Euterpe" for
the Rhythmbox plug-in. Other than that nothing is changed since 1.4.0.
Version 1.4.0: The Forever Version
This version uses the v1 API compat endpoints. It means it should work
with any 1.4+ version of the server. And since no backward incompatible
changes are ever expected I hope this plugin will be the first one which
is expected to continue working as long as there is HTTPMS servers
around.
Version 1.3.0: Are You Authenticated?
Improves the authentication process with the media server.
Version 1.2.0: How Long Will They Last
Adds support for track duration. As a side effect this will make your
Rhythmbox support seeking and audio scrobbling.
Version 1.1.0: Finally An Ordered World
This version mainly deals with ordering of the tracks and makes it so
that different versions of the same album are not getting in each
other's way while ordering.
Version 1.0.0
This is the first complete version of the plugin. It makes your HTTPMS
installation usable from Rhythmbox at 100%.