How do I start audacious from the command line, *paused* , showing which track to play next? #1652
Unanswered
3-14152898
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Have you looked into using "audtool" yet? It's the CLI that comes with Audacious. |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Hi.
I want audacious, when started from the command line, to not play by default but instead show the list of tracks for me to select which one to play. I just couldn't figure out what to do. Conversely I want it to create a new tab (or playlist, I guess) instead of appending to the current one (I have several tabs loaded by default when it starts).
Here's what I've tried, noting carefully audacious is not already running:
audacious -e --show-jump-box <directory or files>
, not only does audacious start playing (which is not what I want) but also fills the currently selected playlist (which is not what I want either)audacious --show-jump-box -E <directory or files>
audacious starts playing, which is not what I want.audacious --show-jump-box --stop -E <directory or files>
same thing.audacious --show-jump-box -E --stop <directory or files>
same thing.audacious --show-jump-box --pause -E <directory or files>
same thing.audacious --show-jump-box -E --pause <directory or files>
same thing.audacious --show-jump-box --play-pause -E <directory or files>
same thing.audacious --show-jump-box -E --play-pause <directory or files>
same thing.In all of these cases,
audacious
loads, runs and shows the jump list. That's what I want. But it also starts playing in all of these cases, that's not what I want.That behaviour is irrelevant of what I set for
File
>Settings
>Playlist
>Behaviour
> ["Resume on startup", "Pause instead of resuming"]. Checking or un-checking either of these two options doesn't change anything.I've read the man pages, three times, just couldn't figure out what to do and how.
I have audacious 4.4.2 with Qt interface. I'm also running Xfce 4.20 on Manjaro Linux, for what it's worth.
Relevant plugins, checked, are
General
Effect
None
Visualisation
None
Input
All of them (19)
Playlist
All of them (7)
Transport
All of them (3)
Any hint/advice?
Beta Was this translation helpful? Give feedback.
All reactions