Nadahar
Nadahar
I've notices that a "suspicious amount" of TIFFs are detected as ARW with ```FileTypeDetector.detectFileType()```. I took a screenshot, pasted it in PS and and saved it as a TIFF so...
## Issue information: Something is "off" with the logic regarding the WiFi configuration. The `Disable WiFi` option will run: https://github.com/openhab/openhabian/blob/5a5110ef01fadbfa2cd252c8b1f13e70cf9fe9e6/functions/wifi.bash#L105-L115 ...which will call `enable_disable_wifi()` here: https://github.com/openhab/openhabian/blob/5a5110ef01fadbfa2cd252c8b1f13e70cf9fe9e6/functions/helpers.bash#L114-L132 This will (physically) disabled...
I'm developing [Digital Media Server](https://github.com/DigitalMediaServer/DigitalMediaServer/) and I'm trying to "prepare" it for being able to use the newer versions of tsMuxer. The lack of (meaningful) version numbers is a problem....
I've been trying to figure out how to configure this plugin to respect [`@SuppressFBWarnings` annotations](http://mvnrepository.com/artifact/com.google.code.findbugs/annotations) but have failed so far. Is there a way, or am I trying to do...
I was going to go through this and update deprecated calls, but since GrooveShark has shut down and is in the claws of "the music industry" there doesn't seem to...
I've updated all calls that's marked as deprecated by UMS to their modern day counterparts. I've also removed unused imports, fixed some memory leaks (opened streams not getting closed) and...
I was looking through the [documentation](https://github.com/UniversalMediaServer/UniversalMediaServer/tree/master/src/main/external-resources/documentation) (what's being shown on the help tab). It really needs an update, some of the things that's there are plain wrong and a lot...
This is an adaptation of https://github.com/Sami32/UniversalMediaServer/pull/8. I've just cherry-picked it and resolved conflicts and obvious issues now, it still has several problems and fails the tests. @Sami32 I changed that...
This is a continuation of https://github.com/UniversalMediaServer/UniversalMediaServer/pull/1372. --- This change is [](https://reviewable.io/reviews/digitalmediaserver/digitalmediaserver/34)
I think this change is big enough to warrant a separate PR, so I've isolated the changes here. --- This change is [](https://reviewable.io/reviews/digitalmediaserver/digitalmediaserver/28)