summaryrefslogtreecommitdiff
path: root/bin/sync-ipod
blob: 08e4e07ee741da906e16e653995037a29362d5ea (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

# Sync the files.
rsync -uva --ignore-existing "/Volumes/media1/lossless" "/Volumes/NVD IPOD"
# Convert the album art to a format Rockbox likes.
# convert-art "/Volumes/IPOD 1/lossless"
# Delete the originals so Rockbox doesn't try and load them.
# rm -rf "/Volumes/IPOD 1/lossless/**/*.jpg"