-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Override Default Resolution" setting ignored #144
Comments
No, you're not doing anything wrong. Those settings are supposed to work just as you described using them; if they don't then it's most likely a bug. Could you have a look at the For additional reference, here is the section of the code that handles writing the add-on settings to an external file that can be read by moonlight. I'll have a look at this myself as well as soon as I can. Thanks for letting me know! |
Thank you for your reply dev! $ cat ~/.kodi/userdata/addon_data/script.luna/.storage/luna.conf
[General]
binpath = /usr/bin/moonlight
fps = 30
bitrate = -1
packetsize = 1024
sops = True
remote = True
localaudio = False
surround = False
width = 1280
height = 720
audio = hw:0,0
[Input 0]
mapping = /home/osmc/GamePad.map
input = /dev/input/event0 Update Hope the additional info helps. |
Switching the resolution between Steam Big Picture and the actual game sounds fishy. Thanks for your taking your time to provide additional details! |
I cannot get the "Override Default Resolution" setting to work. It just ignores whatever I have inputted, and runs at 1920x1080. I have enabled the setting, and set the resolution to 1280x720. I have also tried the "enable custom resolution" option and it doesn't work either.
Am I doing something wrong?
Information:
Expected Behaviour:
"Override Default Resolution" overrides the auto resolution detection
Actual Behaviour:
The "Override Default Resolution" setting is ignored.
Thanks, any help would be appreciated!
The text was updated successfully, but these errors were encountered: