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

implement support for .pls and .m3u -playlists #180

Merged
merged 3 commits into from
Mar 14, 2024

Conversation

holiman
Copy link
Contributor

@holiman holiman commented Mar 13, 2024

This makes it so one can do

$ go-chromecast -a 192.168.50.88 load https://somafm.com/indiepop64.pls

Maybe this is already supported? I didn't see it, if so.

@holiman
Copy link
Contributor Author

holiman commented Mar 13, 2024

Modified now, so that it uses the QueueLoad instead. So the playlist is

  • Read from either local filesystem or internet,
  • Picked apart, and remade into a []mediaItem,
  • The mediaItems are sent using QueueLoad

This means that it the Previous/Next works with it too.

@holiman
Copy link
Contributor Author

holiman commented Mar 14, 2024

Extended with m3u -support, fixes #122

@holiman holiman changed the title implement .pls support implement support for .pls and .m3u -playlists Mar 14, 2024
Copy link
Owner

@vishen vishen left a comment

Choose a reason for hiding this comment

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

Amazing, thanks for this @holiman !

@vishen vishen merged commit 9cc0bed into vishen:master Mar 14, 2024
2 of 4 checks passed
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.

None yet

2 participants