Music player
Hey got a raspberry pi 4 and want to install a music player like iTunes that will load my songs in a library. What works and do you have a guide most guides I’ve seen r for pi 2 or 3 not sure if there is a difference
Re: Music player
I would recommend piCorePlayer, which wraps piCore linux, Logitech Media Server, Squeezelite, etc. in an easy to live with package. Excellent support for the Pi platform and available audio HATs.
https://www.picoreplayer.org
If you target using a Pi 4, you need a beta release.
https://www.picoreplayer.org
If you target using a Pi 4, you need a beta release.
"S'il n'y a pas de solution, c'est qu'il n'y a pas de problème." Les Shadoks, J. Rouxel
Re: Music player
Thanks how would I install it from that zip? Do I have to use commands in terminal orepoch1970 wrote: ↑Fri Sep 13, 2019 9:12 pmI would recommend piCorePlayer, which wraps piCore linux, Logitech Media Server, Squeezelite, etc. in an easy to live with package. Excellent support for the Pi platform and available audio HATs.
https://www.picoreplayer.org
If you target using a Pi 4, you need a beta release.
Re: Music player
You would use Etcher or similar to create the SD as this includes the operating system as well as all the programs.
This is not Raspbian but a slightly different version of Linux and the SD card would be dedicated to this task.
Note: This will delete everything off that SD card.
This is not Raspbian but a slightly different version of Linux and the SD card would be dedicated to this task.
Note: This will delete everything off that SD card.
Re: Music player
Do you know of an alternative that doesn’t do that? I’m using the pi as a work station at work and it’s already all set up was just hoping to install an appAndyroo wrote: ↑Fri Sep 13, 2019 10:32 pmYou would use Etcher or similar to create the SD as this includes the operating system as well as all the programs.
This is not Raspbian but a slightly different version of Linux and the SD card would be dedicated to this task.
Note: This will delete everything off that SD card.
Re: Music player
Well there is a media player built in the Desktop version of the distribution AFAIK. It does video, so it does audio.
"S'il n'y a pas de solution, c'est qu'il n'y a pas de problème." Les Shadoks, J. Rouxel
-
- Posts: 25815
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: Music player
Where is your Music Library stored at present ??
The information is out there....you just have to let it in.
My other Linux machines are a ChromeBox & Intel CoreDuo Desktop
My other Linux machines are a ChromeBox & Intel CoreDuo Desktop
Re: Music player
You might like to try this python script l've been working on...
https://github.com/Gordon999/Pi-MP3_Player
It will work on a pi and desktop monitor.
https://github.com/Gordon999/Pi-MP3_Player
It will work on a pi and desktop monitor.
-
- Posts: 14421
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: Music player
I'm pretty minimalist. I use mplayer and write shell scripts so I don't have to remember all the command line options. Recorded tracks are either stored in a directory on the boot media, or on a USB stick. It also serves to stream programming off the 'net, specifically, our local classical radio station.
Re: Music player
Currently USB drive but I have to select all the music to play it, was wanting just a program open it and hit pl ay
Re: Music player
I’ll take a look thanksgordon77 wrote: ↑Sat Sep 14, 2019 6:28 pmYou might like to try this python script l've been working on...
https://github.com/Gordon999/Pi-MP3_Player
It will work on a pi and desktop monitor.
Re: Music player
I believe Rhythmbox will suit your needs
It supports multiple Playlists and importing of Music Libraries
Just run in a terminal window:
Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts.
It supports multiple Playlists and importing of Music Libraries
Just run in a terminal window:
Code: Select all
sudo apt-get update
sudo apt-get install rhythmbox
Proud Owner of a Raspberry Pi 3B and 3B+ running Ubuntu Mate
Re: Music player
I am presently using Rhythmbox (as i speak in fact) on my main desktop machine but in my main music setup I am using a Pi4 connected to an external USB connected DAC (think sound card) for enhance performance. Unfortunately though I cannot get any sound out of it even though visually it is playing.
Sound works fine in VLC player but that has a clunky interface so I really want to use Rhythmbox
By the way I've been though some rigmarole to get the USB DAC working that involved modifying alsa.conf and altering defaults.ctl.card and dafaults.pcm.card both to be 1. So now the USB DAC (sound card) is selected and is chosen by default under Raspiconfig.I also notice that when it starts up the volume controls are set to zero. I can change those but to no effect on rhythembox even though it works ok in VLC.
Seems to me that another Volume control is set to zero somewhere but under ALSA there seems to be only one
Sound works fine in VLC player but that has a clunky interface so I really want to use Rhythmbox
By the way I've been though some rigmarole to get the USB DAC working that involved modifying alsa.conf and altering defaults.ctl.card and dafaults.pcm.card both to be 1. So now the USB DAC (sound card) is selected and is chosen by default under Raspiconfig.I also notice that when it starts up the volume controls are set to zero. I can change those but to no effect on rhythembox even though it works ok in VLC.
Seems to me that another Volume control is set to zero somewhere but under ALSA there seems to be only one
Re: Music player
anyone?
-
- Posts: 213
- Joined: Sat Dec 27, 2014 2:41 pm
- Location: Staffordshire, UK.
Re: Music player
This is a screen shot of a rpi4b (4gb).
It's running the Light version of the Desktop.
It has LogitechMediaServer and Squeezelite (player) installed.
LMS can be controlled via the web based gui or the Jivelite install shown in the shot. There are also phone and table apps that perform control and LMS can be accessed from an external computer.
There is also a Spotify-Connect client installed.
It is set to start playing a favourite (fip) radio stream on start up.
Output is through a usb dac.
I can play back web based streams via the Chromium browser.
Local files can be stored on either a NAS, usb drive, or the SD card itself (size of card and library important here).
It's not a difficult install, but there is a learning curve (and things can go wrong that are not always in the control of the operator
).
jivelite on rpi by Man in a van, on Flickr
It's running the Light version of the Desktop.
It has LogitechMediaServer and Squeezelite (player) installed.
LMS can be controlled via the web based gui or the Jivelite install shown in the shot. There are also phone and table apps that perform control and LMS can be accessed from an external computer.
There is also a Spotify-Connect client installed.
It is set to start playing a favourite (fip) radio stream on start up.
Output is through a usb dac.
I can play back web based streams via the Chromium browser.
Local files can be stored on either a NAS, usb drive, or the SD card itself (size of card and library important here).
It's not a difficult install, but there is a learning curve (and things can go wrong that are not always in the control of the operator


Re: Music player
I am also looking for a music player for Raspbian Buster (on Pi 3B/3B+) and RPD w/Buster x86.
I think I need something better than Rhythmbox because last time I used it (and seems still), it doesn't handle podcasts very well. For instance I want to be able to subscribe to a podcast but only download the most recent episode. Last time I used it, it began to download every available episode from the remote library. Ideally, I'd also like to sync to a portable music player like the SanDisk Clip Jam, or maybe an iPod Shuffle - delete old files, add new episodes, etc. I'll try it again but I'm looking for something with finer control.
I'm coming from MediaMonkey on Windows, but have also used iTunes in the past too.
On the Pi, previously I had some luck with Clementine, but that appears to be succeeded by Strawberry. Thing is, Strawberry isn't in Preferences | add/remove software. I tried installing from the *.deb file, but it had errors. Perhaps b/c it's 64-bit? I saw the package is named strawberry_0.6.8_buster_amd64.deb, so maybe that's why it doesn't run on RPD with Buster for x86.
Well, I was able to install Clementine under RPD with Buster for x86, so I guess I can stick with that for now on my laptop. But if anyone can offer tips on a really good substitute for iTunes or MediaMonkey, or how to get Strawberry to work on Raspbian Buster (or RPD for x86 for that matter), I'd greatly appreciate it! Thanks!
I think I need something better than Rhythmbox because last time I used it (and seems still), it doesn't handle podcasts very well. For instance I want to be able to subscribe to a podcast but only download the most recent episode. Last time I used it, it began to download every available episode from the remote library. Ideally, I'd also like to sync to a portable music player like the SanDisk Clip Jam, or maybe an iPod Shuffle - delete old files, add new episodes, etc. I'll try it again but I'm looking for something with finer control.
I'm coming from MediaMonkey on Windows, but have also used iTunes in the past too.
On the Pi, previously I had some luck with Clementine, but that appears to be succeeded by Strawberry. Thing is, Strawberry isn't in Preferences | add/remove software. I tried installing from the *.deb file, but it had errors. Perhaps b/c it's 64-bit? I saw the package is named strawberry_0.6.8_buster_amd64.deb, so maybe that's why it doesn't run on RPD with Buster for x86.
Well, I was able to install Clementine under RPD with Buster for x86, so I guess I can stick with that for now on my laptop. But if anyone can offer tips on a really good substitute for iTunes or MediaMonkey, or how to get Strawberry to work on Raspbian Buster (or RPD for x86 for that matter), I'd greatly appreciate it! Thanks!