![]() |
Script to get rid of album art in photos
Disclaimer: I am not sure that all albums retain their art. Most of mine didn't have anyway, but those that I remeber having album art still have after applying the script and rebuilding tracker db. (rebuilding the db is NOT required I just did it for testing purposes)
Code:
#!/bin/sh edit: the script doesn't delete anything, it just recursively makes AlbumArtblahblah and folder.jpg's hidden |
Re: Script to get rid of album art in photos
Geez, this is good. I need one to hide all the Starcraft and Warcraft II tilesets! But good work.
|
Re: Script to get rid of album art in photos
This was my version:
Code:
#!/bin/sh |
Re: Script to get rid of album art in photos
Re: the above, some of my album art files are in .png format.
Can you change Code:
find "${MUSICDIR}" -iname *.jpg -o -iname *.jpeg etc Code:
-iname *.png |
Re: Script to get rid of album art in photos
Quote:
You can have as many "-name *.xxx" parameters as you need with the find command... |
All times are GMT. The time now is 11:19. |
vBulletin® Version 3.8.8