Copy your music albums to your Android device.
Follow the instructions here.
# apt-get install musicdroid
# apt-get purge musicdroid
$ cd /tmp
$ wget https://github.com/adelolmo/jadb/releases/download/jadb-1.1/jadb-1.1.jar
$ mvn install:install-file \
-Dfile=/tmp/jadb-1.1.jar \
-DgroupId=se.vidstige \
-DartifactId=jadb \
-Dversion=1.1 \
-Dpackaging=jar
$ git clone https://github.com/adelolmo/musicdroid.git
$ mvn clean package