Giter Site home page Giter Site logo

blueandme-converter's Introduction

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

blueandme-converter's People

Contributors

dennis-hoffmann avatar dependabot[bot] avatar

Stargazers

 avatar Jacob Potter avatar

Watchers

 avatar

blueandme-converter's Issues

Invalid encoding

Hi, when trying to convert i get this error PHP Fatal error: Uncaught ValueError: mb_convert_encoding(): Argument #2 ($to_encoding) must be a valid encoding, "ISO-8859" given in C:\Users\user\Desktop\BlueAndMe-Converter-master\vendor\james-heinrich\getid3\getid3\getid3.lib.php:1233

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.