Experimenting with iTunes Artwork
This commit is contained in:
parent
0ee070b38c
commit
f258592285
2 changed files with 4 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -7,4 +7,5 @@ devDb
|
||||||
wiki
|
wiki
|
||||||
TODO.md
|
TODO.md
|
||||||
gosonic.log
|
gosonic.log
|
||||||
var
|
var
|
||||||
|
Artwork
|
||||||
4
bin/extract_itunes_artwork.sh
Normal file → Executable file
4
bin/extract_itunes_artwork.sh
Normal file → Executable file
|
|
@ -14,8 +14,8 @@
|
||||||
# ie 4D4 becomes 04, 13, 04.
|
# ie 4D4 becomes 04, 13, 04.
|
||||||
#
|
#
|
||||||
|
|
||||||
AlbumArtwork="${HOME}/Music/iTunes/Album Artwork"
|
AlbumArtwork="${HOME}/Music/iTunes 1/Album Artwork"
|
||||||
DestinationDir="$AlbumArtwork/Images"
|
DestinationDir="Artwork"
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue