8fuhst / MafiAStarLite

GNU General Public License v3.0
2 stars 0 forks source link

Fixes for updatedb script #15

Closed timonegk closed 11 months ago

timonegk commented 1 year ago

The --directories flag was not working because it returned an array but the code expects a single item. I changed it to only take a single directory as an argument. Also, I added some checks to be more error-resistant and fixed the cover path when the directory argument is used. I also had to increase the image file name length to account for longer paths.