Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Pause between tracks (Read 1919 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Pause between tracks

first i try "dsp silence" - using a lot of operative memory.

now i'm using -> native "Stop playback after current track" + foo_sheduler "end-of-file signal -> 3 min delay ->start playback".
good for 3-5 min. tracks, but no useful when it's soundtrack with 1-2 min. tracks or audio book(i'm loosing story line before next chapter).

Simple idea -> pause after (each) song; pause equal to song's length(plus few minutes, divided by half, etc.).
Complex idea ->
for example:
-album
  playback order - shuffle(folders)
  pause after song = divided song's length by half
  pause after album(group) = 10 minutes
-compilation album
  playback order - shuffle(tracks)
  pause after song = song's length
  pause after album(group) = song's length
-audio book
  playback order - default
  pause after song = minute.

Give advice or help realize the idea.

Pause between tracks

Reply #1
Not an automatic solution, but you can add silence of arbitrary length to your playlist using Main Menu > Add Loction with
Code: [Select]
silence://300

where the number determines the length in seconds.