diff options
author | Nick Van Doorn <nick@nvandoorn.com> | 2024-01-08 11:22:08 -0800 |
---|---|---|
committer | Nick Van Doorn <nick@nvandoorn.com> | 2024-01-08 11:22:08 -0800 |
commit | 89e23a4d7c568603c2b309b56bcf58feea49ad20 (patch) | |
tree | 6fd29d048d39afb4312116efe965effbf2e45bff /bin/sync-ipod | |
parent | 62a0fba334e70d57ebe4aeb40621d9a04fa5a47d (diff) |
Update iPod sync script
This includes a path update as the server setup has changed, but we also
don't need to exclude JPEGs anymore as Rockbox can handle them if
de-interlaced properly.
Diffstat (limited to 'bin/sync-ipod')
-rwxr-xr-x | bin/sync-ipod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sync-ipod b/bin/sync-ipod index ac1330f..8962e19 100755 --- a/bin/sync-ipod +++ b/bin/sync-ipod @@ -1,3 +1,3 @@ #!/usr/bin/env bash -rsync -uva --ignore-existing --exclude="*.jpg" "/Volumes/media1/music" "/Volumes/NVD IPOD" +rsync -uva --ignore-existing "/Volumes/media-libraries/music" "/Volumes/NVD IPOD" |