2016-10-19, 02:11
(2016-10-18, 22:03)mhendu Wrote:(2016-10-18, 21:12)Warner306 Wrote:(2016-10-18, 19:34)mhendu Wrote: Thanks - that's a good suggestion. What I think I'll miss still, though, is integration with Trakt and with home automation (using XBMCState and Vera the lights turn off when I start playback and turn back on when I pause or stop playback). I can get start/stop automation to work but not for pausing movies.
Do you know if there's a way to set Kodi to change its resolution automatically, or to do this via LAV Filters potentially?
When you say "change resolution," do you mean refresh rates? If so, that option is found under Video -> Adjust display refresh rate. madVR display modes does the same thing.
Not refresh rate (madVR will do that for me) but the resolution - I'd like it to change from 4K down to 1080p when I play a file with a certain string in the filename, and change back once the file is stopped.
Make two profiles for display modes in madVR. Use profile rules to enable each profile.
One set of display modes should have 1080p output modes (e.g. 1080p23, 1080p24, 1080p50, 1080p60). The other set of display modes would use 2160p (e.g. 2160p23, 2160p24, 2160p50, 2160p60). madVR profile rules can account for filenames:
if fileName = "*3D*" "3D profile" else "Normal profile"