diff options
author | Nick Van Doorn <nick@nv.delivery> | 2021-09-21 19:06:28 -0700 |
---|---|---|
committer | Nick Van Doorn <nick@nv.delivery> | 2021-09-21 19:06:28 -0700 |
commit | bcae0b5cdd7895e5e933a65bc851973c0c5d4db5 (patch) | |
tree | 54d9b5c5caf5ee76134e26c5afe1553b498d003a /bin/sync-ipod | |
parent | 0d7ab46adc56f65e0ec114b3eac76ff7185b70f2 (diff) |
New ipods who this
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 e485ab3..08e4e07 100755 --- a/bin/sync-ipod +++ b/bin/sync-ipod @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Sync the files. -rsync -uva --ignore-existing "/Volumes/media1/lossless" "/Volumes/IPOD 1/" +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. |