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

Add ability to watch files in a folder #317

Open
ch1ller0 opened this issue Dec 24, 2021 · 0 comments
Open

Add ability to watch files in a folder #317

ch1ller0 opened this issue Dec 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ch1ller0
Copy link
Owner

Problem

Revalidating playlist on each drain comes with drawbacks

  • It takes way more time than necessary and blocks the event loop, even though it has already scanned through most of the tracks
  • You have to wait for playlist revlidation before using the newly added track\

Solution

Need some mechanism for revalidating the playlist on-the-fly (maybe use chokidar)

@ch1ller0 ch1ller0 added the enhancement New feature or request label Dec 24, 2021
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

1 participant