Replies: 5 comments 13 replies
|
To keep everything in one place, here's a related proposal regarding interactions with playlists through menus: |
|
playlist is download view is in PR #707 @ztx-lyghters I really dislike the current playlist menu or edit feature screen. I plan to overhaul that big time so I will look at your comments and we can discuss here. Getting this in is part of the bigger picture and it resolves #95 |
|
The add to playlist dialogue could do with some love. The toggle for make playlist public is annoying in my opinion, especially because it defaults to private and I personally want all my playlists to stay public. The option to search through my many, many playlists - rather than scrolling - would also be pretty sweet! |
|
In reworking this editing playlist dialog, i propose ditching this altogether -> and instead allowing the edits and management on the regular, full size screen. I don't know why this wasn't the default and although I am new to playlists in tempus general, I have found countless bugs with these playlist and how they are setup/interact or lack of interaction. @ztx-lyghters Your issue is exactly what I want to do - and remove that lousy edit dialog form in general. Its a rather big lift so I want to make sure I am not missing anything. |








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));All reactions