Skip to content

dennis-hoffmann/BlueAndMe-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blue and Me Converter

Symfony command to convert your audio files for use with Fiat blue and me car radio systems.
It will do the following things:

  • Convert audio files to mp3
  • Rename the file like <title> - <album artist> - <album>
  • Strip all tags other than id3v1,
  • Normalize the audio volume.

Requirements

Install

  1. Clone or download zip
  2. Go to the location where you have this project on your PC and simply run composer install

Usage

You may convert complete folders or specify your files in an .xspf playlist file.
You can create these playlist files for example by using VLC Media Player.

When using an .xspf playlist file simply append -x as option.
To force converting even when the file is already mp3 append -f

./app convert <source> <target-directory> [-x] [-f]

Converting files from an .xspf playlist file

./app convert "/home/dhoffmann/Music/car_playlist.xspf" "/media/dhoffmann/USB_Device" -x

Converting whole folder

./app convert "/home/dhoffmann/Music" "/media/dhoffmann/USB_Device"

Force converting to .mp3 even if input file is one already

./app convert "/home/dhoffmann/Music" "/media/dhoffmann/USB_Device" -f

Troubleshooting

Get your USB stick recognized

  • Use FAT32 filesystem
  • Try different vendors and models (SanDisk Extreme works fine)
  • Don't cascade to many folder levels (at most two levels)
  • If none of that works, try to format your stick and give it another name

About

Symfony command to convert your music for use with Fiat blue&me car radio system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages