Hey! You can filter whatever file is being picked by the playlist using the 
check next argument. Something along these lines:

```
def check_next(r) =
  dirname(request.filename(r)) != "/root/dir3"
end

s = playlist(check_next=check_next,...)
```

I'm closing the ticket but feel free to follow up here or on the mailing list.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/718#issuecomment-466064200
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to