.-files not shown in UI/Playlist Browser
Brought to you by:
blackketter,
slimdevices
Essentially, "dot"files are not shown in the UI.
For example, "...And Justice for All" by Metallica does
not show up in the Playlist Browser.
I understand that dotfiles, on unix, are typically "hidden",
or to be skipped over. But I'm on Windows. :)
Could this be an option somewhere?
/Chris
Logged In: YES
user_id=432037
I might have already fixed this one. There was a flaw in my
regex to split out the extension that took everything to the
right of the first dot as the extension. That was changed
to correctly take as the extension everything to the right
of the last dot. That was checked in as v1.89 of SliMP3::Info.
Not sure if this bug is a different problem, will check and
close bug if it is same problem.