this post was submitted on 27 Mar 2024
123 points (99.2% liked)

Selfhosted

39159 readers
432 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hello community, today I want to present to you the work done on Tempo in recent months. This new version brings improvements to Android Auto, a first use of the OpenSubsonic API, synchronized song lyrics and the ability to customize the home screen.

As usual, Tempo is free and open source, by the community and for the community. You can follow the development on Github and you can download it from F-Droid as well.

If you appreciate the work put into Tempo, remember that you can star the project on Github or make a donation! It’s not much but it’s useful to help the project grow and give visibility to the app.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 5 months ago (3 children)

What does

a first use of the OpenSubsonic API

Mean?

[–] [email protected] 14 points 5 months ago (1 children)

The OpenSubsonic project aims to extend and improve the classic Subsonic APIs in various ways: by adding new endpoints, clarifying existing APIs, or extending functionality. All while maintaining backward compatibility with the old APIs. Understanding whether the server supports the API, requesting the list of supported extensions and acting accordingly is the first step to integrating the OpenSubsonic API. Initial work was done with synchronized lyrics using an endpoint that does not exist in the classic version of the API but was introduced by OpenSubsonic.

[–] [email protected] 5 points 5 months ago (1 children)

Oh okay, so up until now it just supported SubSonic and now it supports both SubSonic and OpenSubSonic.

As a Navidrome host, will this benefit me?

[–] [email protected] 3 points 5 months ago

Yes I use it. By far the best mobile app I've used with Navidrome and possibly the only one with lyric support.

[–] [email protected] 6 points 5 months ago* (last edited 5 months ago) (1 children)

As far as I known, subsonic is currently closed source and other reimplemented the api with open source programs. Than some people got together to make a standard that was not tied to a closed source programs.

https://opensubsonic.netlify.app/

[–] [email protected] 5 points 5 months ago

I actually looked went down that rabbit hole a little, thanks for the link. Seems most of the commits thus far are from the Navidrome developer and the Symfonium developer.

[–] [email protected] 3 points 5 months ago (1 children)

I found this and this which seems to flesh out what it is pretty well.

The tl;dr is they added some flexibility to the API because since subsonic went closed source everybody's been working off the original specs which doesn't account for all the extra bells and whistles that have been added in the past seven years.

[–] [email protected] 1 points 5 months ago

I read the whole thread about the initial plan extension versus version number, etcetera, that was really intriguing.