Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #35715

Re: mpg123 question

From Andreas Kohlbach <ank@spamfence.net>
Newsgroups comp.os.linux.misc
Subject Re: mpg123 question
Date 2022-10-10 23:02 -0400
Organization A noiseless patient Spider
Message-ID <87mta3rrjy.fsf@usenet.ankman.de> (permalink)
References <ti2cd4$tt3f$1@dont-email.me>

Show all headers | View raw


On Tue, 11 Oct 2022 00:12:20 -0000 (UTC), pH wrote:
>
> I gave mpg123 a command line along the lines of:
>
> mpg123 -z  pattern1* pattern2* pattern3*
>
> I had assumed it would gather all the matching pattern mp3 files from all
> three arguements and then shuffle them as it played.
>
> Instead, it processed each pattern independently...it shuffled and played 1,
> then 2, then 3.
>
> Is there a simple way to get it to do what I had hoped, suck them *all* up
> and *then* play shuffle them all?
>
> I did not see anything obvious in the man pages.

Is mpg123 still maintained?

I moved to mpv (or mplayer2 on another computer), where I created a
playlist. I assume it works for mpg123 too.

So one line per song in a text file, which is your playlist. Let's call
it "music.pls".

I recommend using absolute paths, like

/home/your_user/Music/Some_Song.mp3

in case things moving around.

Then

mpv -shuffle -vo=null --playlist=music.pls

to play.
-- 
Andreas

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

mpg123 question pH <wNOSPAMp@gmail.org> - 2022-10-11 00:12 +0000
  Re: mpg123 question Rich <rich@example.invalid> - 2022-10-11 02:51 +0000
    Re: mpg123 question pH <wNOSPAMp@gmail.org> - 2022-10-11 17:35 +0000
      Re: mpg123 question Rich <rich@example.invalid> - 2022-10-11 19:12 +0000
        Re: mpg123 question Ralf Fassel <ralfixx@gmx.de> - 2022-10-12 11:11 +0200
  Re: mpg123 question Andreas Kohlbach <ank@spamfence.net> - 2022-10-10 23:02 -0400
    Re: mpg123 question pH <wNOSPAMp@gmail.org> - 2022-10-11 17:39 +0000
      Re: mpg123 question Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-10-11 18:09 +0000
      Re: mpg123 question Rich <rich@example.invalid> - 2022-10-11 19:14 +0000
        Re: mpg123 question Andreas Kohlbach <ank@spamfence.net> - 2022-10-11 15:26 -0400

csiph-web