-
Notifications
You must be signed in to change notification settings - Fork 41
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
Playlist files not ignored when using -d or -i #37
Comments
You are right. I also have this problem, with the exception that my playlist files are broken and just give errors ;) |
Well, it also makes sense to use local playlists if neither of auto-generating param is passed. |
That is true. Otherwise you'd have nothing. So I'd describe the param as: |
I meant use local playlists by default if no playlist param have been passed. |
Yes. And this param will explicitly enable them even if autoplaylists are used (where we will disable it then) |
Example:
I've got a dir with a m3u file within an directory. When using -d switch, said directory produces 2 playlists: one from the dir, another from the playlist file.
Same for id3 option.
Expected behaviour:
m3u / pls / any other supported playlist type should be ignored when using -d / -i switch.
The text was updated successfully, but these errors were encountered: