- 8 Posts
- 14 Comments
- antoniocappiello@lemmy.worldOPtoSelfhosted@lemmy.world•Tempo – An open source music client for Subsonic built natively for Android, now with Android Auto supportEnglish2·2 years ago
Yes, it’s been on my roadmap for a while. I also created a pull request several months ago to enter the repo but it was never accepted (it’s also my fault because I didn’t follow the verification process properly).
- antoniocappiello@lemmy.worldOPtoSelfhosted@lemmy.world•Tempo – An open source music client for Subsonic built natively for Android, now with Android Auto supportEnglish6·2 years ago
Hi and thank you for your appreciation! There is a buymeacoffee page for donations. Thanks again for the support!
- antoniocappiello@lemmy.worldOPtoSelfhosted@lemmy.world•Tempo – An open source music client for Subsonic built natively for Android, now with Android Auto supportEnglish4·2 years ago
Hello and thank you all for your appreciation! For anyone who asks, there is a buymeacoffee page for donations. It’s really a pleasure to see my work recognized, especially when I’ve been practically stuck on Android Auto support for months… For the future, the plans are to fix some bugs already reported to me, add support for the OpenSubsonic API, and clean up the interface (giving the user the ability to show or hide elements as they wish). Fewer server calls should lighten up and speed up the app.
- antoniocappiello@lemmy.worldOPtoSelfhosted@lemmy.world•Tempo – An open source music client for Subsonic built natively for Android, now with Android Auto supportEnglish13·2 years ago
Also a special thanks to Google which with its lack of guides for its libraries makes development a real thrill!
- antoniocappiello@lemmy.worldOPtoSelfhosted@lemmy.world•Tempo – An open source music client for Subsonic built natively for Android, now with Android Auto supportEnglish15·2 years ago
For the curious who want to see the app without downloading it, here are some screenshots: https://imgur.com/a/i3zsqlG
- antoniocappiello@lemmy.worldOPtoSelfhosted@lemmy.world•Tempo - an open source music client for Subsonic built natively for AndroidEnglish9·2 years ago
For those who would like to take a look at the app before even downloading it, here is a short tour inside the app: https://imgur.com/a/fTTgjpz
- antoniocappiello@lemmy.worldOPtoSelfhosted@lemmy.world•Tempo - July Update: New Features and Improvements!1·2 years ago
Hey, thank you for your kind words. I was already thinking about implementing this feature, it’s already on my to-do list :)
- antoniocappiello@lemmy.worldOPtoSelfhosted@lemmy.world•Tempo - July Update: New Features and Improvements!English3·2 years ago
Hi, I’m glad you like it!
- antoniocappiello@lemmy.worldtoAndroid@lemmy.world•Saturday APPreciation thread (Jul 1 2023) - Your weekly app recommendation/request thread!English7·2 years ago
For self hosted music lovers, I would like to introduce you to Tempo, an open source and lightweight music client for Subsonic, designed and built natively for Android.
- antoniocappiello@lemmy.worldOPtoSelfhosted@lemmy.world•Introducing Tempo: A Lightweight Music Client for Subsonic on AndroidEnglish1·2 years ago
Hi, I’m so glad you like it. Use it, test it, tell me what you think: I’m all ears! If you really like it, share it with those who might be interested and put a star on Github. Let’s grow the project together.
- antoniocappiello@lemmy.worldOPtoAndroid@lemmy.world•Introducing Tempo: A Lightweight Music Client for Subsonic on AndroidEnglish1·2 years ago
Hi, I’m glad you’re interested! No, Android Auto is not currently supported, but it is on the to-do list, as is downloading from FDroid and possibly from the Play Store
- antoniocappiello@lemmy.worldOPtoSelfhosted@lemmy.world•Introducing Tempo: A Lightweight Music Client for Subsonic on AndroidEnglish1·2 years ago
Scrobbling with Last.FM (or ListenBrainz, depends on the server) means keeping track of the music you listen to by saving your listening session.
In fact, at the end of each track you will tell the server “hey, right now I just finished listening to this song” and it will contact Last.FM to keep track of it. Useful for keeping a history of the music listened to over the years.
And I strongly encourage you to host your own music server, Navidrome and Gonic are my top picks!
- antoniocappiello@lemmy.worldOPtoAndroid@lemmy.world•Introducing Tempo: A Lightweight Music Client for Subsonic on AndroidEnglish2·2 years ago
Hi, I’m glad you like my app! The app is absolutely harmless, I can guarantee it, in the meantime I’m working to fix it. As for multiple servers, right now you can register multiple servers and jump into each one, without overlapping though. However, each user is separate from the other.
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.