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
Just wanted to start a discussion about some more possible changes regarding playlists as I know this is used heavily by many.
I gathered some open issues regarding playlists in this milestone -> https://github.com/eddyizm/tempus/milestone/5
there's only a handful and I already added the playlist view to the homepage.
In the library view, the browse playlist page has a sort button with name and random yet, at least my setup, does neither?
This sorting I was planning to set up as a preference to sort on the home view as well as adding the pinned (pseudo star/fave) feature to sort as well.
As noted in #263, the edit playlist is clunky, the swipe is not obvious as it really does not seem to be a pattern anywhere else in the app. The playlist page itself seems like a better place to "edit in place" version a dialog box but does not refresh or load the updated playlist/song count. the playlist seems to behave more like an album at that point.
I also noticed that the app does not seem to have a trash can/delete icon anywhere and I am not seeing it in the drawables unless it is named something not so obvious.
I'm going to spend more time investigating for the right approach as keeping these offline is also on the list and the current playlist info stored is minimal and lacking all the api response info -> CREATE TABLE playlist (idTEXT NOT NULL,nameTEXT,durationINTEGER NOT NULL,coverArt TEXT, PRIMARY KEY(id));
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Just wanted to start a discussion about some more possible changes regarding playlists as I know this is used heavily by many.
I gathered some open issues regarding playlists in this milestone ->
https://github.com/eddyizm/tempus/milestone/5
there's only a handful and I already added the playlist view to the homepage.
In the library view, the browse playlist page has a sort button with name and random yet, at least my setup, does neither?
This sorting I was planning to set up as a preference to sort on the home view as well as adding the pinned (pseudo star/fave) feature to sort as well.
As noted in #263, the edit playlist is clunky, the swipe is not obvious as it really does not seem to be a pattern anywhere else in the app. The playlist page itself seems like a better place to "edit in place" version a dialog box but does not refresh or load the updated playlist/song count. the playlist seems to behave more like an album at that point.
I also noticed that the app does not seem to have a trash can/delete icon anywhere and I am not seeing it in the drawables unless it is named something not so obvious.
I'm going to spend more time investigating for the right approach as keeping these offline is also on the list and the current playlist info stored is minimal and lacking all the api response info ->
CREATE TABLEplaylist(idTEXT NOT NULL,nameTEXT,durationINTEGER NOT NULL,coverArtTEXT, PRIMARY KEY(id));Beta Was this translation helpful? Give feedback.
All reactions