LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-23-2019, 06:47 PM   #1
FabricMan
LQ Newbie
 
Registered: Apr 2019
Location: Cincinnati OH USA
Distribution: Ubuntu 20.04 LTS
Posts: 4

Rep: Reputation: Disabled
MP3 player randomize by album


I've been looking at several MP3 players for my Ubuntu install, and I can't find what used to be my favorite feature from iTunes (before it got bloated and unusable): randomizing (shuffling) entire albums from my MP3 library. I'm looking for the ability to start the program, hit play, and it would randomly pick an entire album and begin playback.

Can anyone recommend an MP3 player for fans of album-oriented rock?
 
Old 05-23-2019, 10:24 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
I've just checked my music player, Quod Libet, and it has that feature. Just install the "Random Album Playback" plugin (File->Plugins), choose Browse->Filters->Random Album, and then control m. chooses a new album at random and starts playing it. While that filter is on, a new random album is auto chosen at the end of the current one.
 
Old 05-24-2019, 10:26 AM   #3
WideOpenSkies
Member
 
Registered: May 2019
Location: /home/
Distribution: Arch Linux
Posts: 166

Rep: Reputation: 61
How comfortable are you with the command line? You could look at cmus. It's not hard to learn, and I believe there is album shuffling.
 
Old 05-26-2019, 07:50 AM   #4
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,137
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
Playing files from a directory of media files in random order.

Code:
files=(*)
num=${#files[@]}

for i in *; do
    ran=$((1 + RANDOM % $num))
    echo "mplayer "${files[$ran]}""
    sleep 1
done
 
Old 05-26-2019, 07:53 AM   #5
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,306
Blog Entries: 3

Rep: Reputation: 3720Reputation: 3720Reputation: 3720Reputation: 3720Reputation: 3720Reputation: 3720Reputation: 3720Reputation: 3720Reputation: 3720Reputation: 3720Reputation: 3720
Clementine offers several shuffle modes. One of those modes is to shuffle the albums.

I have also heard that there is a fork called Strawberry which might have more features like that.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Media player - best for album art while playing music from that album insearchofbetter Linux - Newbie 8 11-16-2012 04:41 PM
S1 Mp3 player (Help Create a New Distro for an MP3 player!)) Ian_Hawdon Linux - General 3 12-05-2005 01:14 PM
add "Artist" and "Album Title" to mp3 files powah Linux - Software 2 04-05-2005 03:04 AM
play mp3 songs in album order randombits Linux - Software 2 05-31-2004 08:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration