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 Forward/Backward for Seq #16

Open
duysqubix opened this issue Oct 10, 2023 · 1 comment
Open

Implement Forward/Backward for Seq #16

duysqubix opened this issue Oct 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@duysqubix
Copy link
Contributor

Hi folks,
I have a list of streams wrapped by beep.Seq(). These are all played sequential one by one.
How do I get it managed to jump forward and backward in the streams.

Let's assume this:
Seq: Stream 1 -> Stream 2 -> Stream 3 -> Stream 4

When the player is started and is in stream 2 after a while, I want to jump to stream 3.
From there I want to jump back to stream 1.

How do I achieve that? I know, I could rebuild the sequence (beep.Seq()), but is there another way?
Or isn't it possible, because I missed something...

Thx

Original issue: faiface/beep#156

@MarkKremer MarkKremer added the enhancement New feature or request label Oct 10, 2023
@MarkKremer MarkKremer changed the title Code advice: Implement forward and backward Implement Seek or Forward/Backward for Seq Oct 10, 2023
@MarkKremer MarkKremer changed the title Implement Seek or Forward/Backward for Seq Implement Forward/Backward for Seq Oct 10, 2023
@MarkKremer
Copy link
Contributor

MarkKremer commented Oct 11, 2023

Idea: a Playlist streamer which is like Seq but stores the streamers and allows swapping in/out tracks and seeking.

I'm thinking about other possibilities still.

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

No branches or pull requests

2 participants