Gaëtan Muller

Results 66 comments of Gaëtan Muller

In the error message, does it display the correct port (8083)? That would mean that ShowsRage is trying to use the correct port. Maybe your router is blocking this port?

That's interesting. Can you tell me which fork of SickRage you are using? And also which version?

Thanks. I'm using [SickRage/SickRage](https://github.com/SickRage/SickRage), so maybe there is a difference in the API of both forks. I will install your fork to see what happens. If it is easy to...

Thanks for checking this. I'll do some tests on my side too, to see if I can fix it in ShowsRage. Otherwise I'll add a note about this issue, as...

I am using my external IP too and it works just fine when I am connected to my local network. I am planning on adding multi-host support in a future...

I had a look at what information I have access from SickRage API. I can get the default episode status and show quality (both preferred and allowed). But the quality...

It is currently not possible to do that, but it is a good idea. I will see if it is possible to update SickRage to provide this feature.

Until this is integrated in the library, I just scale the button as follow: ``` java fab.setScaleX(0.75f); fab.setScaleY(0.75f); ``` Didn't test it with shadow enable though.

@sfunke Did you have time to look into this again?

Just don't attach your button to a list, there is no need to add an extra property.