1. Attachments are working again! Check out this thread for more details and to report any other bugs.

Am getting a 2015 Prius Three - Question about the MP3 Player

Discussion in 'Gen 3 Prius Audio and Electronics' started by lintriago, Mar 4, 2015.

  1. lintriago

    lintriago Junior Member

    Joined:
    Sep 13, 2010
    23
    1
    0
    Location:
    Sonoma, CA
    Vehicle:
    2015 Prius
    Model:
    I
    Sorry if this is a dumb question but my last car (also a Prius) came with a CD/Cassette player and a lot has changed in the car audio world.

    The specs say that the stereo includes an Mp3 player. How do you get the mp3s from your computer onto the MP3 player?
     
  2. JimN

    JimN Let the games begin!

    Joined:
    Nov 26, 2006
    7,028
    1,116
    0
    Location:
    South Jersey
    Vehicle:
    2010 Prius
    Model:
    V
    Put the songs on a memory stick & plug it into the USB port.
     
  3. EddieDesigns

    EddieDesigns Junior Member

    Joined:
    Feb 17, 2015
    78
    42
    16
    Location:
    Hilliard, OH
    Vehicle:
    Other Non-Hybrid
    Model:
    N/A
    also, you can create an mp3 cd, will hold about 700 mb of music…that's what I do, since my Prius doesn't have a USB port
     
  4. qdllc

    qdllc Senior Member

    Joined:
    Aug 25, 2013
    1,358
    395
    0
    Vehicle:
    2013 Prius
    Model:
    Two
  5. bill03060

    bill03060 Junior Member

    Joined:
    Jun 3, 2014
    20
    7
    0
    Location:
    Nashua, NH USA
    Vehicle:
    2022 Prius
    Model:
    XLE AWD-e
    You can rip the CDs and create folders on your hard drive of all you music. You can then copy them to a flash drive. I typically create folders with the performers names and then copy all of their albums to that folder. The way it figures out album names is screwy and after a year still haven't figured it out. Instead I create a playlist in each subfolder of all the songs. When you power up the Prius it figures out all the playlists and allows you to select by playlist. I also create playlists of favorite songs and keep those at the top level.

    I then create a file with the following commands (ignore the lines that begin with : - they are commented out) and drop the file in each folder. Call it anything you like but the type has to be .bat Double click on it and it will create a playlist file, with a .m3u file type with the folder name. When you select by Playlist, these are the names that will show up.

    @echo off
    :dir /o:n /b *.mp3 *.wma > Playlist.m3u
    :dir /b *.mp3 *.wma > Playlist.m3u
    :for %%* in (.) do set a=%%~n*
    for %%i in (.) do set a=%%~ni%%~xi
    :echo %a%.m3u
    set b=%a%.m3u
    echo Creating %b%
    echo "Press return to exit"
    dir /b *.mp3 *.wma > Playlist.m3u
    rename "Playlist.m3u" "%b%"
    pause>nul
     
    ftl likes this.
  6. lintriago

    lintriago Junior Member

    Joined:
    Sep 13, 2010
    23
    1
    0
    Location:
    Sonoma, CA
    Vehicle:
    2015 Prius
    Model:
    I
    I'm a bit confused. Is there a hard drive in the car stereo where you can store music or just a port where you can plug in an ipod?

    One of the car sites I was perusing had MP3 Player listed under audio specs for the Prius 3 so I assumed there was an actual built in MP3 player.

    Thanks.
     
  7. qdllc

    qdllc Senior Member

    Joined:
    Aug 25, 2013
    1,358
    395
    0
    Vehicle:
    2013 Prius
    Model:
    Two
    The head unit will play MP3s. It can read them from a CD or a flash drive plugged into the USB port inside the center console (the same one used to link in your iPhone).
     
  8. qdllc

    qdllc Senior Member

    Joined:
    Aug 25, 2013
    1,358
    395
    0
    Vehicle:
    2013 Prius
    Model:
    Two
    The unit should pull the ID information from the MP3 file itself. If you use a program that lets you edit the ID information of an MP3, you can correct/add it if it is missing. My unit has no problems getting the Artist/Song info correct...which is all that shows when it plays.
     
  9. sfprankster

    sfprankster Active Member

    Joined:
    Sep 25, 2014
    443
    490
    10
    Location:
    Santa Cruz Mountains, CA
    Vehicle:
    2014 Prius
    Model:
    Three
    Foobar 2000 is a freeware media player for your laptop, desktop or tablet where you can edit all the information of your music files before you add them to a USB drive or phone.

    Trader's Little Helper is another freeware program where you can easily convert different music file formats, i.e. Flac to MP3, shn to MP3 and vice versa.