Skip to content

hangxingliu/ipod-music-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published