this post was submitted on 07 Nov 2025
64 points (100.0% liked)

Selfhosted

53070 readers
386 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 2 years ago
MODERATORS
 

Several performance issues addressed and bug fixes applied.

Updates:

  • fix: equalizer missing referenced value
  • Fix: Album track list bug
  • fix: Add listener to enable equalizer when audioSessionId changes
  • chore(i18n): Update Spanish (es-ES) translation
  • shuffle for artists without using getTopSongs
  • Update USAGE.md with instant mix details
  • feat: sort artists by album count
  • Fix downloaded tab performance
  • fix: remove NestedScrollViews for fragment_album_page
  • fix: playlist page should not snap
  • chore: update media3 dependencies
  • fix: update MediaItems after network change
  • fix: skip mapping downloaded item

https://github.com/eddyizm/tempus/releases/tag/v4.1.3

top 5 comments
sorted by: hot top controversial new old
[–] non_burglar@lemmy.world 3 points 2 weeks ago (1 children)

Very nice.

I'm afraid to ask, but I can't seem to figure out how to add an http stream to the radio section... Is this feature active?

[–] eddyizm@lemmy.world 4 points 2 weeks ago (2 children)

Hi @non_burglar@lemmy.world yes it is active. Your backend has to support it and it is loaded from there.

My backend does not support it so I can't walk you through it. Probably something we should add to the documentation.

[–] eddyizm@lemmy.world 1 points 6 days ago

btw - i realized that this feature was missing from the UI or broken? My back end implemented the podcast subsonic api but did not have a ui, so it still needed to be added from the app. https://github.com/eddyizm/tempus/releases/tag/v4.2.4 for the change

[–] non_burglar@lemmy.world 2 points 2 weeks ago

Oh, OK! Brilliant, I will check on this and report back.

Tempus is great, good job.

[–] null@piefed.nullspace.lol 1 points 1 week ago

Thanks for taking up the mantle! Been using this for a few days, working great.

Makes my eye twitch that there's no MD icon, but I see there's an issue for it. If I can figure out how to set up a build environment I might be able to help close that.