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

Dynamic Playlist: Ordering disruption with empty playlist in a sub-playlist #3539

Open
ifarzana opened this issue Oct 31, 2024 · 0 comments
Open
Labels

Comments

@ifarzana
Copy link

When an empty dynamic playlist is included alongside other populated dynamic playlists, the intended sequence of media items is disrupted.

Steps to Reproduce:

  1. Create three dynamic playlists:

    • Playlist One: Contains media items A1, A2, A3, A4, A5, and A6.
    • Playlist Two: Contains a single media item B1.
    • Playlist Three: Leave this playlist empty.
  2. Configure the layout

    • Add these three playlists as a sub-playlist on the layout:
      Expected order:

image

  1. Observe the playback sequence in Layout Preview

Expected Behaviour: The playlists should display in the following order: A1 B1 A2 B1 A3 B1 A4 B1 A5 B1 A6 B1

Actual Behaviour: When the empty playlist (Playlist Three) is included, the sequence is disrupted, resulting in a disordered playback. For example: A1 B1 A1 A2 B1 A2 A3 B1 A3 A4 B1 A4 A5 B1

Additional Findings:

Removing the empty playlist resolves the issue and restores the correct order.

An internal dev environment has a layout (ID 2506) showcasing the issue.

@ifarzana ifarzana added the bug label Oct 31, 2024
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

1 participant