Hellowlol / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
MIT License
344 stars 48 forks source link

Issue with HDD/Filesystem System Info Whitelist #542

Closed Kussie closed 7 years ago

Kussie commented 7 years ago

Blacklisting drives and file systems in the System Info module works fine. But when you enable it as a white list, it no longer works correctly and the drives module on the dashboard just returns "null"

Hellowlol commented 7 years ago

does the one in the psutil module work?

Kussie commented 7 years ago

I haven't actually tested with that one yet. Will give it a spin when i am home later again.

For the moment i have working around my issue by blacklisting everything i don't want to show, instead of whitelisting only those i do want to show.

Hellowlol commented 7 years ago

Ok. Remember that whitelist will require you to enter both the path and the filesystem type.

Kussie commented 7 years ago

Ahhhh i remember that now from my previous install. Which is what i forgot to do. I might look at doing a PR that makes this requirement a little more clear inside the interface :)