You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Planning to have functions to list albums/songs in artists/albums (directly related to what the Subsonic API returns). May also implement "list all songs for artist" by recursively searching through the artist's albums.
Looking for ideas on how to name these functions:
list playlists / artists / albums should be obvious to intent
list songs; not sure if this is appropriate. Current thought is to have a flag to determine what to list from (playlist, artist, or album), defaulting to album.
The text was updated successfully, but these errors were encountered:
Planning to have functions to list albums/songs in artists/albums (directly related to what the Subsonic API returns). May also implement "list all songs for artist" by recursively searching through the artist's albums.
Looking for ideas on how to name these functions:
list playlists
/artists
/albums
should be obvious to intentlist songs
; not sure if this is appropriate. Current thought is to have a flag to determine what to list from (playlist, artist, or album), defaulting to album.The text was updated successfully, but these errors were encountered: