EnigmaCurry / GMusicFS

A FUSE filesystem for Google Music
153 stars 36 forks source link

Why is it all lowercase? #28

Open rjbell4 opened 10 years ago

rjbell4 commented 10 years ago

Sorry to create an issue for this, but I can't determine if there's a better forum in which to ask a question and have a discussion.

Why does GMusicFS switch everything to lowercase? I can understand why case insensitivity might be nice for lookups, etc., but when browsing my files, I'd prefer to see them in mixed case. Can't we display things in mixed case, and just use lowercase internally?

EnigmaCurry commented 10 years ago

I wanted the artists to sort alphabetically, case insensitively, when listing the directory. However, I would be fine if you wanted to add a new config option that named them differently.

rjbell4 commented 10 years ago

Pull request #30 was added for this. Apologies if I'm not github-savvy enough to understand how pull requests and issues might work together.

thenktor commented 9 years ago

Well, I also prefer my music file names to be lowercase. It's just much better to use on the command line.