darickc / MMM-BackgroundSlideshow

MIT License
138 stars 79 forks source link

showImageInfo shows relative path when recurseSubdirectories is true #62

Closed playmobil42 closed 4 years ago

playmobil42 commented 4 years ago

Modify the behavior of showImageInfo so that instead of blindly showing only the parent directory, the relative path is now shown.

e.g. for a configuration of imagePaths = ['foo'] and an image at 'foo/bar/baz/image.jpg':

Other cleanup in this cl:

Tested manually.