Hi Terry, Keith wrote: > > The problem here is that I've been unable to get the Playlist to > > loop. From my reading of the man page, the following should work, > > but it doesn't: > > > > mpg123 -m --list playlist1.txt --loop -1 > > > > where playlist1.txt contains a list of the files. If I remove the ' > > --loop -1' It will play all the files, but (obviously) does not > > loop.
If you use ‘--loop 2’ then it will play AABBCC... It can't be told to play ABCABC... > How about: > > while :;do > mpg123 -m --list playlist1.txt > done Which is similar to what the author suggests at https://sourceforge.net/p/mpg123/bugs/198/#9153 -- Cheers, Ralph. -- Next meeting: Online, Jitsi, Tuesday, 2020-01-05 20:00 Check to whom you are replying Meetings, mailing list, IRC, ... http://dorset.lug.org.uk New thread, don't hijack: mailto:dorset@mailman.lug.org.uk