View Single Post
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#5
Originally Posted by 5spdvl View Post
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
to include

Code:
-iname *.png
? And any other file types?
You can do whatever you like with the script!

You can have as many "-name *.xxx" parameters as you need with the find command...
__________________
May the source be with you.
 

The Following User Says Thank You to jedi For This Useful Post: