mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #198] [CLOSED] Playlist Manipulation: Adding tracks to playlists #449
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#449
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/198
Author: @martingoe
Created: 10/14/2021
Status: ❌ Closed
Base:
master← Head:track-playlist-adding📝 Commits (7)
f4b9ad9Implement a to_uri function for item_ids.327062dImplement a POST method in the webapi client.38b3f0aAdd an endpoint for adding a track to a playlist.d83a654Add a PublicUser struct and add an id value to UserProfile4294be7Implement an ADD_TRACK command for adding a track to a playlist.a43611eImplement a way to get all owned playlists8efb405Add the needed UI to add a track to a playlist.📊 Changes
7 files changed (+92 additions, -7 deletions)
View changed files
📝
psst-core/src/item_id.rs(+10 -0)📝
psst-gui/src/data/mod.rs(+17 -1)📝
psst-gui/src/data/playlist.rs(+9 -1)📝
psst-gui/src/data/user.rs(+8 -0)📝
psst-gui/src/ui/playlist.rs(+12 -1)📝
psst-gui/src/ui/track.rs(+25 -4)📝
psst-gui/src/webapi/client.rs(+11 -0)📄 Description
As described in the commits, this PR is not quite ready to merge with the main project.
I believe the following problems should be discussed:
Commit
4294be7:list_widgetfunction. This might not be the optimal position.Commit
8efb405:Commit
a43611eusesVecs instead of the more commonly usedVector.edit: I was unaware of the draft feature github has but I believe this works just as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.