Replies: 1 comment 1 reply
-
With the settings from the Xfce documentation, I can open folders without issues, even if they contain files like images.
If FLAC files cannot be played, make sure you have the FLAC library installed (package named libflac or similar) and the Audacious FLAC plugin is enabled. Last but not least, Audacious 3.10 was released in 2018. You may want to update to the latest version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Linux Mint 20.3 (XFCE withThunar 4.16.8 )
audacious 3.10.1-1build1
I have used (the configure custom actions option), in Thunar, so a right-click (on any selected folder(s)), causes Thunar to send the folder(s) contents to audacious (for 'playing') (Thunar 'executes' /usr/bin/audacious %F)
but, I get (irritating) error dialog boxes, as there are also graphics (.jpg, etc) files in the folder(s), which causes audacious to issue the errors.
dare, I say VLC doesn't do this (it seems to simply ignore files it can't 'play')
I've tried options like:
/usr/bin/audacious %F/.mp3 (works, but now audacious ignores .flac & .wav)
/usr/bin/audacious %F/.mp3;.flac;.wav;.ogg (works ((for mp3's), but .flac generates dialog box errors
/usr/bin/audacious %F/.mp3 %F/.flac %F/.wav %F/*.ogg (audacious didn't like this)
turning on the 'audio files' (in Thunar configure custom actions) option doesn't work, because Thunar is interacting with the folder (not the files), also setting (Thunar's configure custom actions) file mask (with .mp3;.flac;.wav;.ogg) doesn't work for the same reasons.
using /usr/bin/audacious --enqueue %F, makes, no difference, placing (errror generating) jpg's (etc) in the playlist
so can any of the (input) plugins be configured, so non-playable files are filtered out
Beta Was this translation helpful? Give feedback.
All reactions