greatant1337 Wrote:This is an awesome script. Just not a big fan of the skin, so I've made an MC360 version.
I've been unable to change the positioning of the actual map/satellite images nor will they show over any other control. If there's ever a new version of this script map position would be a really useful thing to be able to change.
Hi greatant1337,
yes and no...
It is not possible to change the Position of the Map within the Skin XML-Files.
I started with no Skin support, so this part is actual hardcoded.
But you can change the Position of the Map in the code. So just set the value of
Code:
Line 90 in default.py
map_pos_x_windowed = 320
map_pos_y_windowed = 270
pic_size_windowed = 190The map-pics are loaded before the skin-XML. Since XBMC has no Z-Index, for me this was the only way to keep the controls over the Map...
In the future it should be possible to integrate the Skin-Support for the Map. The Fullscreen Map uses the same pic-Objects so it could be a little tricky...So if you want to share your beautiful looking Skin, we can think about the full Skinsupport for multiple Skins... (I like the Navigation Objects, but the orange is not my favorite:rolleyes

MrLight

But I think it should be possible...
Search
Help