xenophobentx

Results 13 comments of xenophobentx

Adjustable deadzone on windows is a must for sure. +1 Is there anyhardcoded value bytheway?

Also experienced that stutter on my shield due to sync on matrix. Not a big issue but it happens for sure.

> Is there any other fix for this? I'd already done the proposed solution prior to making the logs in the original post and it didn't resolve the issue so...

Yep, many games support 5.1 LPCM as far as i know. In docked mode for sure through hdmi.

Hmm will try the same 90 framerate limit but having the same issues, ans they are painfull actually opened a ticket for moonlight-android Can you check if you are expeeince...

I'm at 1080@60 25 mbps :) two different shield device same issue. Check the github issue that i've linked

Actually currently hacking by modifing the if statement of your trailer collection. And wow your solution is mutch better than plex at it is getting trailers for me in my...

Well actually just for experimental, i saw that your are checking the trailer property prefix for plugin:// and adjusted this to garbage like (plugin1://) therefore collection happens. That way it...

Yep it seems that works is the prefix check is changed to that: if trailer and (trailer.startswith(f'plugin://plugin.video.youtube') or not refresh): # No need to get a trailer Quick question does...

ok that way i can update them during refresh artwork: Adjusted: resources/lib/library_sync/additional_metadata_tmdb.py to do a lookup even on refresh artwork: with KodiVideoDB() as kodidb: trailer = kodidb.get_trailer(db_item['kodi_id'], db_item['kodi_type']) if trailer...