Think about how different item kinds should be handled. #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: redxef/jellyfin-smart-playlist#2
Loading…
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?
Currently items can be
BaseItemKind.Audio
,BaseItemKind.MusicAlbum
andBaseItemKind.Playlist
.This is cumbersome, since nearly every smart playlist has to specifically exclude other playlists. Additionally more kinds of items would be nice.
I have two ideas how to proceed:
select multiple
field like for users.