From 6af4ba943f6b73e31a0b2bd0262d953a2e954ddb Mon Sep 17 00:00:00 2001 From: Nicholas Van Doorn Date: Wed, 4 Aug 2021 18:12:54 -0700 Subject: Initial commit --- bin/sync-ipod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bin/sync-ipod (limited to 'bin/sync-ipod') diff --git a/bin/sync-ipod b/bin/sync-ipod new file mode 100755 index 0000000..e485ab3 --- /dev/null +++ b/bin/sync-ipod @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +# Sync the files. +rsync -uva --ignore-existing "/Volumes/media1/lossless" "/Volumes/IPOD 1/" +# 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" -- cgit v1.2.3