GamingAleks
Posts: 7
Joined: Wed Jul 16, 2014 3:08 pm

MP3 on raspberry pi

Thu Jul 17, 2014 9:09 am

So.. if I want to play music on the raspberry pi I just put mp3 files in the sd card and plug it in in the raspberry pi?

User avatar
RaTTuS
Posts: 10559
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK
Contact: Twitter YouTube

Re: MP3 on raspberry pi

Thu Jul 17, 2014 9:15 am

yes -
well not just put it on the SD card as that will wire your OS [YMMV]
scp them across
NFS them across
put them on the 1st partition [limited space]

then issue the correct commands ,
are you using raspbian , xbmc , openelec or something else
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

GamingAleks
Posts: 7
Joined: Wed Jul 16, 2014 3:08 pm

Re: MP3 on raspberry pi

Thu Jul 17, 2014 9:20 am

Well, I use raspian but.. what did you just say. I never programmed in my life.. I just started.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: MP3 on raspberry pi

Thu Jul 17, 2014 9:30 am

Enable the GUI via startx or the setting in raspi-config.

Open a terminal (LXTerminal) and type:

Code: Select all

suo apt-get update
sudo apt-get install vlc
Now you can use VLC to play back your MP3 files.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

cpc464
Posts: 239
Joined: Tue Jul 08, 2014 5:10 pm
Contact: Website

Re: MP3 on raspberry pi

Thu Jul 17, 2014 12:24 pm

Copy your MP3 files onto the Pi from another computer. The easiest way is probably to use "sftp" on the command line, if the other computer is Linux. If the other computer is Windows, use an application like WinSCP.
Unix engineer since 1989

Return to “Beginners”