2008-07-09, 12:36
Following problem: I've setup xbmc on a network drive that is accessible from multiple PCs with the same path. This works just fine with the data in the xbmc dir so that I can run it from all PCs with the same data. Now the main PC xbmc is run on is the HTPC where it's setup to use 1920x1080 screen resolution. Unfortunately the screenres is store as simply a number (I guess iterating through all the resolutions supported on that PC), so whenever I run xbmc on my main PC (like to update covers, movie info etc -- which is much easier on a pc with monitor and keyboard than on the HTPC with projector) it starts up in some funky resolution since that PC apparently has a different number or order of screen resolutions available.
I can think of two fixes for this behaviour:
-- specifying the resolution by values (1920x1080) instead of a number (16) in the config file
-- allowing a commandline resolution override switch (xbmc -res1920x1080)
Both would be equally fine for me, so whichever makes more sense to implement would really be appreciated!
thanks...
I can think of two fixes for this behaviour:
-- specifying the resolution by values (1920x1080) instead of a number (16) in the config file
-- allowing a commandline resolution override switch (xbmc -res1920x1080)
Both would be equally fine for me, so whichever makes more sense to implement would really be appreciated!
thanks...