Possible in a playlist to have some songs play automatically one after another, but others to require input to start? #1456
-
I would like to have playlists where I must start a song manually, with a mouse click or hot key, but sometimes have 2 songs play automatically one after another. Is it possible to set that up in a playlist? Perhaps put two songs as an album and have the other songs listed individually? If so, how would I do that?background: I'm playing hymns for Church with a very small congregation. Too small for a choir, but they like choir music. I need to play the hymns at appropriate times during the service, so I can't just set up a playlist and have it play them all automatically one after another. But there are times where it would be easiest to have a couple of songs follow one another with a few second pause in between. Some of those combinations are a given, so I add a few seconds of silence in Audacity & then just join the second song. But there are other places whether the second song will vary from week to week or from service to service and I would rather not use up the disk space to have a bunch of combinations. The ideal would be if I could have the hymns in a playlist, play them one by one at the appropriate times, but occasionally let the playlist play a couple of the hymns back to back automatically, that would be awesome for us. But I don't know if that is possible... or if it is, how I would do so. Any help would be most appreciated. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Not sure why you are worried about using up disk space, but perhaps that is because of preparing customized files with Audacity. Instead, you could work only with individual songs and multiple playlists. Individual songs that can be part of multiple playlists, and also a "song" of a few seconds of silence, which you can insert where you want to create a pause of X seconds within a playlist. Song entries you copy & paste within a playlist don't take up disk space other than the tiny bits of playlist data. So, for example, to play a song twice or more, copying it into a playlist more than once is the most convenient solution. You would prepare multiple playlists, name them to your liking, and switch between them whenever needed. In case you like to work with simple scripts instead of the graphical user interface, you could set up something with "audtool" as a matter of convenience. Such as a script to choose a named playlist, toggle playlist advance/repeat, possibly select a named song within the playlist, start playback, and so on. |
Beta Was this translation helpful? Give feedback.
-
No, I'm not one of the developers, but just a happy consumer, packager and tester (and external plug-in author, FWIW). The various playback settings like "repeat", "shuffle" and "stop after this song" are not saved into playlist files, since playlist file formats typically only list a sequence of files (possibly including some metadata about those files to make it available immediately without the need to read/parse all files). Hence those playback settings are global in Audacious and apply to all playlists. Your usage scenario, as I see it, is similar to that of a DJ. Except that if you don't choose and crossfade between two tracks on-the-fly and spontaneously, your actions are based on prior homework. Like preparing multiple playlists and a cheat sheet in advance. That can get quite complex in my opinion, also if it's done with some audio sequencer or audio editor like Audacity and lots of input via a graphical user interface. The separate "audtool" command-line program's commands can help tremendously with automizing some things within one or multiple running instances of Audacious. |
Beta Was this translation helpful? Give feedback.
-
On Windows, the prebuilt Audacious come as an .EXE installer which installs a high number of plug-ins, because many of them are essential. Inside the graphical menu, the plug-ins are found under "File > Settings > Plug-ins". Audtool is available on Windows, too, as audtool.exe alongside audacious.exe. By default, it's found in a path like: C:\Program Files (x86)\Audacious\bin\ You would run it from Windows Command Prompt (or any similar program). Similarly, you could start multiple instances of Audacious via "audacious.exe -1", "audacious.exe -2", and so on. Your playback settings within those running instances may differ then. Pretty convenient. |
Beta Was this translation helpful? Give feedback.
Well thank you very much for being so generous with your time and expertise. It is much appreciated, and I am sure that it helps many people. How does one add plug-ins for Audacious? I see the Audacious plug-ins page, but I am unfamiliar wit tar.bz2 files & assume that is for Linux (I'm on Windows 11)?
A packager, tester (and external plug-in author) would mean that you are a developer, even if not one of the Audacious developers, no?
Thanks. I had no…