Skip to content
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

Unable to add new playlists after removing dynamic playlist in layout editor #3538

Closed
ifarzana opened this issue Oct 30, 2024 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@ifarzana
Copy link

When working in the layout editor, if two dynamic playlists are added to a single playlist, removing one of them causes issues. Specifically, removing one dynamic playlist prevents the addition of any new playlists.

Steps to Reproduce:

  1. In the layout editor, add an empty playlist.
  2. Add another empty playlist and add two dynamic sub playlists.
  3. Remove one of the dynamic playlists.
  4. Click on the back button to move away from the playlist window
  5. Observed layout editor

Observed Behavior:
The Playlist in the viewer then shows a dynamic playlist icon and not the playlist with dynamic subplaylist

@ifarzana ifarzana added the bug label Oct 30, 2024
@ifarzana ifarzana added this to the 4.1.2 milestone Oct 30, 2024
@maurofmferrao maurofmferrao self-assigned this Oct 30, 2024
@maurofmferrao
Copy link
Member

I believe that the behaviour is like that by design. If it’s a Playlist with a single Sub-Playlist, it will behave like if the external playlist is added to the Layout.

  • Add an empty playlist
  • Edit playlist and add a sub-playlist with a single playlist
  • Go back to Editor
  • Click edit again
  • The playlist now being edited is the playlist that was selected in the sub-playlist drop down

So I think the same is happening with the Dynamic, since it’s the only added to the external playlist, it’s transforms into the dynamic in the layout level.

@maurofmferrao
Copy link
Member

The best way to solve this issue is by implementing a dedicated Playlist Mixer widget (#3545) to simplify the management of Playlists inside Playlists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants