Bugzilla – Bug 1810
Symlinks to artcover is displayed in BMF
Last modified: 2008-08-18 10:54:16 UTC
In BMF artwork files normally aren't listed. I sometimes put symlinks instead of those files in my folders, if it is a two disc album like eg.: Superstar Singles Collection Disc1 cover.jpg Disc2 cover.jpg->../Disc1/cover.jpg The links are treated like music files, displayed on the player and the web interface and could even be added to the playlist (it didn't play, though :-))
This was introduced with change 3519: we're accepting any symlink without checking the type of the target. Without that change, any symlink matching $validRE would be ignored, right? Checking for the target's type might be expensive, but most users won't have lots of links in their collection.
Created attachment 628 [details] Check whether a symlink's target is a valid file type or folder
Looks reasonable.
Change 3730.
This bug was marked resolved in Slimserver 6.1, which is several versions ago. If you're still seeing this bug, please re-open it. Thanks!