-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Starred Songs #41
Comments
Yes, I added that option without looking into it too much just to see how things would behave. I'll go back and fix it so it is more consistent with ND. |
I cannot seem to find a way of getting all the starred albums/songs via the api. The subsonic API is a bit confusing, this API call sounds like it would do what we want; However 'starred' in subsonic is actually a heart/favourite in ND. |
Bummer. Is it possible to just pull back starred songs? play:Sub does that
on iOS, so I assume it's part of the API. Too bad that it doesn't support
all tracks on all starred albums.
…On Thu, Oct 7, 2021 at 5:48 AM Simon J ***@***.***> wrote:
I cannot seem to find a way of getting all the starred albums/songs via
the api.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#41 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM4ASSQL2C42M5FT5EISF5DUFV3HZANCNFSM5DFHLE7Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
___________________
Matthew Villier
***@***.***
|
So i found the api call for the albums that have been rated (ie. 0-5 stars), they will now show in the latest master build under 'Top Rated' menu option. I'll look into finding the songs that have been either marked with a heart or given a 0-5 star rating next. The lastest master build also allows setting both of these for a track that is playing |
I also use play:sub, but it seems to me that the 'Starred Songs' option in play:sub is actually the songs that have been marked as a favourite in ND by using the heart button. I don't think play:sub fetches tracks that have been rated in ND using the 0-5 stars. It would be better if it did, as that would imply there was an API for it, so far I haven't found it however. |
Unless I’m mistaken, the current menu option will only show starred albums, not songs. This might be an issue with the subsonic api, but could you add an option to just show starred songs (or play all starred albums)?
The text was updated successfully, but these errors were encountered: