this post was submitted on 17 Oct 2025
90 points (98.9% liked)

Selfhosted

60693 readers
392 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hi All,

my first post over here on lemmy. Thought I'd share my forked tempo release.

Some new fixes for October. v3.17.14

What's Changed

fix: General build warning and playback issues 
fix: persist album sort preference 
Fix album parse empty date field 
fix: Include shuffle/repeat controls in f-droid build's media notific… 
fix: limits image size to prevent widget crash 

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

app-notquitemy* <- The f-droid release that goes without any of the google stuff.

Full Changelog: https://github.com/eddyizm/tempo/compare/v3.17.0...v3.17.14

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.

In particular, any android dev is familiar with changing the name/icon in order get this app published in app stores.

you are viewing a single comment's thread
view the rest of the comments
[–] eddyizm@lemmy.world 1 points 9 months ago (1 children)

It's not perfect but it's working. What app are you using?

[–] flightyhobler@lemmy.world 1 points 9 months ago (1 children)
[–] eddyizm@lemmy.world 1 points 9 months ago (2 children)

That's an old version from last year. If you get the latest from github you should have android support, given the caveat that you have to make the adjustments for an unknown app (check out the docs)

The other thing that might hang you up is if you use graphene OS. The degoogled version lacks auto support.

[–] Andres4NY@social.ridetrans.it 2 points 9 months ago (1 children)

@eddyizm @flightyhobler A lot of us are just using Tempo out of f-droid (which has been stuck at 3.8.x), and would love to have a fork or update available in f-droid. Alternatively, an external f-droid repo.

[–] eddyizm@lemmy.world 1 points 9 months ago

Hi @Andres4NY@social.ridetrans.it I unfortunately don't have access to that repo so I can't update it there (fdroid) - I have had a chat with the izzyDroid dev and he gave me some tips on what I need to do to get it into his repo and thus fdroid - I am working towards it but I could use some help because I'm figuring this java android app stuff as I go. But I will post here when I do, it will be a new name and a new icon, same app. ;-)

[–] flightyhobler@lemmy.world 2 points 9 months ago (1 children)

Just tested yours and it works fine ♥️ Many thanks

[–] eddyizm@lemmy.world 1 points 9 months ago

Fantastic! I just added the heart/like feature there as well and wasn't sure if showed up on android auto.

Need to figure out how to get a test environment for that.