this post was submitted on 15 Nov 2025
58 points (98.3% liked)

Selfhosted

53057 readers
475 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
 

To the mods: I'm releasing a few times a month so I'm trying to post every other release as to note spam the sub. Please advise on proper protocol.

A couple of nice features and some several fixes

Updates:

  • chore: Update russian strings.xml
  • fix: disallow duplicate songs in queue
  • fix:github release check
  • fix: Fixed crash when viewing share
  • chore: Update Polish translation
  • fix: add podcast/radio channel visible when empty podcasts/radio
  • fix: Equalizer fix in main build variant
  • fix: Images not filling holder
  • feat: Make artist and album clickable
  • feat: implement scroll to currently playing feature
  • fix: shuffling genres only queuing 25 songs

note app-tempo* <- The github release with all the android auto/chromecast features

app-degoogled* <- The izzyOnDroid release that goes without any of the google stuff.

As usual, any dev contributions appreciated as I am not actually a java/mobile dev, so my progress is significantly slower than those who do this on the daily.

Big thanks to all the folks who have been contributing. We have a new icon designed but I could use some help if anyone wants to do a PR to implement it.

you are viewing a single comment's thread
view the rest of the comments
[–] u_tamtam@programming.dev 1 points 4 days ago (4 children)

Glad this project is alive and well! For strange reasons, covers are not displayed in-app (replaced by a generic placeholder) but do appear in the android media related screens (media controls, lock screen, etc).

[–] eddyizm@lemmy.world 1 points 4 days ago (1 children)

Open a ticket up and post a screenshot, that is indeed weird. What back end are you using and how do you tag your metadata? There are some settings regarding artwork and sizing along with mobile/wifi settings that could possibly affect it.

[–] u_tamtam@programming.dev 2 points 3 days ago (1 children)

Looks like it was caused by the "size of streaming cache" which I had set to 0 under the assumption/hope it would mean "unlimited". Though I had to log out and back on for album art to effectively reappear.

[–] eddyizm@lemmy.world 1 points 2 days ago (1 children)

yeah that is confusing - I realized later that it is also what happens when you go into data saving mode, no artwork. That is why I suggested looking at the settings. Glad you figured it out. We will need to make the cache better and clearly. I, for one, want to cache everything and store everything locally, however, there is a performance aspect that is generally the challenge.

[–] u_tamtam@programming.dev 1 points 2 days ago

Glad to hear that! That's an area of dsub which I appreciate: it's pretty clear what's cached offline and not, transitioning to offline is one tap away, and caching whole sub-trees of the library is easy and convenient. As a frequent flyer, I get that I might be an atypical user, but I rely on this very much.

load more comments (2 replies)