Skip to content

Add support for playlists#840

Open
zeebok wants to merge 2 commits intomainfrom
playlist-object
Open

Add support for playlists#840
zeebok wants to merge 2 commits intomainfrom
playlist-object

Conversation

@zeebok
Copy link
Copy Markdown
Contributor

@zeebok zeebok commented Mar 29, 2026

Closes #319

Builds off of the previous PR but addresses some outstanding changes and moves the playlist logic to an Object. Currently only supports reading .m3u extension playlists.

@zeebok zeebok requested a review from a team March 29, 2026 16:33

// Don't add the playlist file itself
continue;
}
Copy link
Copy Markdown
Contributor Author

@zeebok zeebok Mar 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thinking about the code more, I am curious if this should maybe live in PlaybackManager.queue_file and check if the playlist file is a supported type, that way anything that falls under "audio/x-mpegurl" but is not an m3u causes the invalid file toast instead of being added to the queue as a broken AudioObject?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to import playlist?

1 participant