-
Notifications
You must be signed in to change notification settings - Fork 126
Filesystem Browser for Audacious #184
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
Conversation
added to audacious.
|
Hi @hdijkema, Sorry for the late reply. I tested your plugin meanwhile and like the idea of it. The code however can be much shorter and simpler. I wrote a similar, new plugin here in my fork: https://github.com/radioactiveman/audacious-plugins/ Official pull requests will follow soon. Feel free to test and comment on it, thanks. |
Totally oke with, mine began as a quick spike. I'll test the new code in the near future. |
|
Am I missing something compiling? |
Yes, this function is not available in Audacious 4.5.x. You need to build the latest version from Git. |
|
New PR can be found here: #188 |

Hi there,
I've created a simple plugin to browse the filesystem in audacious and from this directory tree view, one can add selected directories or files to the current playlist.
Example added:
Example of replacing current playlist:
After replacing the current playlist:
Maybe it is of some use to the audacious community.