Specifying resolutions across multiple systems
#1
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...
Reply
#2
Did you use the installer? It starts xbmc with -p which means platform mode. the guisettings.xml is then stored in the profile directory of the current user (document and settings\user\appdata\xbmc)
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
no, i'm specifically not using the -p options as I want all the data (covers, movie info etc.) shared between the PCs -- so that I can edit the movie db/covers on the PC and have them show in the HTPC.

As I understand it, using the user profile dir not only puts the guisettings in the profile instead of a subdir, but also all the other userdata info like thumbnails, movie database...?
Reply
#4
obstler Wrote:As I understand it, using the user profile dir not only puts the guisettings in the profile instead of a subdir, but also all the other userdata info like thumbnails, movie database...?

Right. Every data which will be modified should go into the platform directories when using -p.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#5
That's what I thought. So would one of the above mentioned solutions be an option for implementation?
Reply

Logout Mark Read Team Forum Stats Members Help
Specifying resolutions across multiple systems0