-
-
Notifications
You must be signed in to change notification settings - Fork 238
feat(playlist): Add Playlist Item view #1820
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
Open
BrianCArnold
wants to merge
1
commit into
jellyfin:master
Choose a base branch
from
BrianCArnold:AddPlaylists
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9d1247a
to
ef7e673
Compare
617cb32
to
01caad2
Compare
e68efea
to
0d6e643
Compare
3847f9b
to
e6e3fcd
Compare
Kudos, SonarCloud Quality Gate passed!
|
8 tasks
5e698fd
to
26d3ab7
Compare
bc856ac
to
7336bfd
Compare
Temporary use of CollectionTabs for playlist for testing. Need to create new component for playlist * Need to display in list * Need to be able to drag/reorder Got playlists working for the most part. (the skeleton display isn't quite right, though.) Remove showing of "loading" skel during moving items. Removed code smells. Fixed some linting issues. Caused an issue while trying to clean things up. Fixed now. Got saving play queue to playlist working. :-) Fixed lint issues.
e6e3fcd
to
46ab70b
Compare
Cloudflare Pages deployment
|
SonarCloud Quality Gate failed.
|
f598745
to
00c2c75
Compare
4a45ff4
to
f40728b
Compare
acb6ecf
to
5d6a7c8
Compare
c360429
to
f3260d9
Compare
fe041a3
to
3fbf550
Compare
da410ff
to
9a9eeae
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
frontend:store
Pull requests or issues that deal with stores
merge conflict
Something has merge conflicts
vue
Pull requests that edit or add Vue files
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds the feature mentioned in #1819
When opening a playlist, this shows all items in the playlist, and if the currently playing item is in the playlist, it is highlighted.
When clicking on an item in the playlist, the entire playlist is added to the queue, and the clicked item starts playing.
Click-and-drag reorders the playlist, and saves the change on the server instantly.
This also adds the ability to save any current queue to a playlist.