Menu

#305 --loop times may not be working as expected

1.16.x
closed-invalid
5
2021-03-14
2021-02-02
James Amick
No

the man page for --loop times:
--loop times
for looping track(s) a certain number of times, < 0 means infinite loop (not with --random!)

doesn't seem to work quite right when there are multiple files to play, as specified by using a wildcard
in the file parameter. This is under Windows. For example, a complete command of MPG123 in a Win command window might be MPG123 --loop -1 g:\music*.mp3
If there are 4 mp3 files in the \music directory, and you want all 4 files to play in found order forever, you would discover that only the first file plays forever. My desired behavior would be similar to -Z, but the files would play in found order rather than at random. Am I missing something (probably)?

I cannot test this in a UNIX environment, and can only speak to Windows behavior.

Discussion

  • Thomas Orgis

    Thomas Orgis - 2021-02-02

    This loops each file in your given playlist, one after another, so --loop 2 means playing the first track two times, then the second track two times …

    You'd need another parameter like --loop-list or such … but then, this is more easily achieved using a loop in the shell. Any reason you cannot do that?

     
  • Thomas Orgis

    Thomas Orgis - 2021-03-14
    • status: open --> closed-invalid
     

Log in to post a comment.

MongoDB Logo MongoDB