Nusic Replacement

sabreW4K3@lemmy.tf to Free and Open Source Software@beehaw.org – 18 points –
nusic | F-Droid - Free and Open Source Android App Repository
f-droid.org

There's a cool little app that goes through your locally hosted music, grabs the artists and then watches MusicBrainz for releases for them artists. Upon seeing a new release, it will send a notification announcing it.

Sadly the app hasn't had an update in a while and so I wondered if anyone knew of any alternatives or how to replicate it?

9

The developer has said:

TL;DR I'm not working on nusic, but still using it. If you have found a contemporary app with the same functionality please share.

Unfortunately, I don't have any free time to work on my private projects at the moment. Also upgrading android apps to newer API versions (android major versions) is a major PITA, especially for non-commercial app devs. You spent most of your time on refactorings just to keep track with the latest API changes in android and gradle. No time left for new features... nusic is currently on API Level 24, Android 12 is 31. It might be easier to completely rewrite the Android parts of nusic. But who would have time for that? Google will provably kick nusic from the play store in November, because it does not support newer API levels. It will continue to work, though and still be available on GitHub and F-Droid.

The basic functionality of nusic is still there on Android 12. UX could be better, but I'm not aware of alternatives. So I will continue using it.

Thanks for reminding me that this (for now) exists , will install it again

Not an app but you could use muspy.com, works the same way (watches MusicBrainz for releases). Can either use their RSS feed or receive emails. I have my beet library setup to to add artists to my muspy account during import.

What's a Beet library? Do I need it?

If you like the command line, it can help you a lot in organising your library. You can pass it queries to list songs, or bulk edit attributes such as title, artist, language, genre etc; you can tell it to automatically put your files in folders named after some of those attributes...

I'm not familiar with what @florge@feddit.uk says, I gess it's probably something you can do with beet plugins.

https://beets.readthedocs.io/en/stable/

This is pretty awesome. Thanks for sharing!