Kodi Community Forum
[WIP] Metropolis skin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Metropolis (https://forum.kodi.tv/forumdisplay.php?fid=162)
+---- Thread: [WIP] Metropolis skin (/showthread.php?tid=99317)



- karandras24 - 2012-01-04

homerjs Wrote:Agreed.

I have to say another +1 on that, it just seems out of place with the theme of the skin and looks too much like the HTC Sense or Andriod clocks imho.


- Baswazz - 2012-01-04

Looks nice sialivi +1


- sialivi - 2012-01-05

Is there any technical reason why we can't turn the frames around the images into bordertextures instead of separate image controls?


- stoli - 2012-01-05

sialivi Wrote:Is there any technical reason why we can't turn the frames around the images into bordertextures instead of separate image controls?

Most likely there is not an issue - is there something in particular causing a headache. Example file/line?


- sialivi - 2012-01-06

stoli Wrote:Most likely there is not an issue - is there something in particular causing a headache. Example file/line?

I just figured that if it doesn't make a difference, we could get rid of the extra image controls and use bordertextures instead. Less code, easier to find the image control you're looking for.


- alexavfc - 2012-01-06

Hello
iv just started using xbmc on a Acer revo 3700 with no internet, i downloaded this skin and when i rebooted i just had a plain black screen every time i reboot. I dont know much about this but this is the guide i followed to set my revo up

http://forum.xbmc.org/showthread.php?tid=88369

i'm just wondering if i can put the skin back on, or a way to fix it, as its my favourite.
thnx


- PatOso - 2012-01-06

Very beatiful this skin, great job. Is posible align text plot on information?


- sialivi - 2012-01-06

PatOso Wrote:Very beatiful this skin, great job. Is posible align text plot on information?

Where?


Wow. - hogfan - 2012-01-06

I started using this skin today and all I can say is wow! Very nice! I've gone through the entire skin and I only had problems with the weather screen. This thing looks almost solid enough to be in the official repo! All it needs are some more Music views. So many skins never make the Official repo and it's a shame because lots of people never know about them. I understand there is still work to be done, but other than the music views, this looks to be solid enough for an official first release! Great work!

-hogfan


- Hudson_Hawk04 - 2012-01-06

alexavfc Wrote:Hello
iv just started using xbmc on a Acer revo 3700 with no internet, i downloaded this skin and when i rebooted i just had a plain black screen every time i reboot. I dont know much about this but this is the guide i followed to set my revo up

http://forum.xbmc.org/showthread.php?tid=88369

i'm just wondering if i can put the skin back on, or a way to fix it, as its my favourite.
thnx

can you get into the system using a program such as filezilla and remove the folder contain the skin, this should allow you to fall back to the default skin. When you installed metropolis did you install via zip? Also are you running Dharma or Eden Beta, as there is a version for each.


- alexavfc - 2012-01-06

Hudson_Hawk04 Wrote:can you get into the system using a program such as filezilla and remove the folder contain the skin, this should allow you to fall back to the default skin. When you installed metropolis did you install via zip? Also are you running Dharma or Eden Beta, as there is a version for each.

I was using the Dharma one and i also installed via zip, i dont know what i did wrong but id like to use this skin, iv removed the skin now so im back to default.


- Hudson_Hawk04 - 2012-01-07

did you check to see if by chance the actual skin folder was inside another?


- Hudson_Hawk04 - 2012-01-07

Removed more testing needed


- alexavfc - 2012-01-07

Sorted now i just did the same thing as last time but works thank for the help


- jabba_29 - 2012-01-07

Code:
11:31:32 T:115998720  
ERROR: unmatched parentheses in substring(listitem.VideoResolution,1080
That error is caused by missing ")" I think on line 60 of Includes_MediaFlags2.xml
Corrected version below. Broken up for readability, but error is right at the end of the line.
PHP Code:
                    <visible>substring(listitem.filename,hdtv) | substring(listitem.filename,pdtv) | 
[[!
substring(listitem.filename,sdtv) + !substring(listitem.filename,bluray) + !substring(listitem.filename,hddvd) + 
!
substring(listitem.filename,sddvd) + !substring(listitem.filename,blu-ray) + !substring(listitem.filename,brrip) + 
!
substring(listitem.filename,bdrip) + !substring(listitem.filename,tvrip) + !substring(listitem.filename,.evo,Right) + 
!
substring(listitem.filename,.mt2s,Right) + !substring(listitem.filename,.ifo,Right) + !substring(listitem.filename,.vob,Right) + 
!
substring(listitem.filename,r5) + !substring(listitem.filename,dvdscr) + !substring(listitem.filename,screener) + 
!
substring(listitem.filename,web-dl) + !substring(listitem.filename,webrip) + !substring(listitem.filename,dvd)] + 
Container.Content(episodes) + [substring(listitem.VideoResolution,720) | substring(listitem.VideoResolution,1080)]]</visible