hangxingliu / ipod-music-exporter

🎼 Export music in your iPod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export iPod Music

Export music in your iPod.

Build

Install Qt and Node.js development environment.

Check the Dockerfile for get information of dependencies and building steps.

Run Docker behind the proxy

docker build -t ipod-music-exporter \
	--build-arg http_proxy=http://192.168.1.1:8000 \
	--build-arg https_proxy=http://192.168.1.1:8000 \
	.

Usage

Example:

# export a manifest json: all-ipod-music.json
./build/export-manifest /media/hangxingliu/iPodOfHangxingliu

# export music files according to all-ipod-music.json
./build/export-music.js /home/hangxingliu/Music/iPod

Author

Liu Yue (@hangxingliu)

License

GPL-3.0

About

🎼 Export music in your iPod

License:GNU General Public License v3.0


Languages

Language:JavaScript 47.2%Language:C++ 32.9%Language:CMake 9.9%Language:Shell 6.0%Language:Dockerfile 3.9%