Kodi Community Forum
Transparency! SVN for XBMC nightly builds - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: Transparency! SVN for XBMC nightly builds (/showthread.php?tid=83643)



RE: T! development svn for xbmc nightly builds - PatK - 2012-03-27

I also note that when trying to insert a home menu sub-menu for a playlist the slashes in the path need to be inverted...ala and it still works in favorites.

<favourite name="Woody Allen">ActivateWindow(10025,&quot;special://profile/playlists\video\Woody Allen.xsp&quotWink</favourite>
---------------------------------------------------------------------------------------------------^----- ^
Not sure if the arrows point to the correct place, but I suspect this might help some one who is trying to link from their home page their playlist from a favorite.


RE: T! development svn for xbmc nightly builds - ronie - 2012-03-28

i've changed the way how the skin interacts with the favourites script.
this should fix those issues.

you'll have to map your favourites to the sub menus again though.


RE: T! development svn for xbmc nightly builds - kossatzd - 2012-04-03

Hey Ronie,

I'm using a controller to get around XBMC as well as using the login screen. If I hit down or up on the login screen, I get focus stuck on the shutdown icon in the top right corner. Could you quickly fix this when you get a chance?

Thanks!


RE: T! development svn for xbmc nightly builds - ronie - 2012-04-03

(2012-04-03, 07:23)kossatzd Wrote: Hey Ronie,

I'm using a controller to get around XBMC as well as using the login screen. If I hit down or up on the login screen, I get focus stuck on the shutdown icon in the top right corner. Could you quickly fix this when you get a chance?

Thanks!

thanx, it's fixed in svn now :-)




RE: T! development svn for xbmc nightly builds - hasselhof - 2012-04-15

Hi Ronie

I wonder if you could take a look to see if this is a Transparency issue or a addon issue please,
the developer of the Forum Browser addon has a suspicion it's a Transparency skin issue,
because the default Confluence skin is a nice solid black background working great.

Problem:-

When I hit the settings button in the forum browser main menu,
I'm taken to a settings menu which is visibly hindered by the underlying screen, take a look at the screenshot
there is also an issue with one of the included forums showing extra info in the post title, eg "<a href-"*p38221">" there is also a screenshot.

Screenshots available here
http://homepage.ntlworld.com/john.hanselman/

As I say I'm not sure if these are Transparency issues, hopefully I havn't wasted to much of your timeSmile

my setup is :-

XBMCbuntu 11 Eden
Transparency SVN 4.0.6.1299
Addon Forum Browser v 0.9.21 Eden ready http://forum.xbmc.org/showthread.php?tid=85018

Loving the skin

John.




RE: T! development svn for xbmc nightly builds - ronie - 2012-04-15

(2012-04-15, 08:51)hasselhof Wrote: When I hit the settings button in the forum browser main menu,
I'm taken to a settings menu which is visibly hindered by the underlying screen, take a look at the screenshot

yup, definitely a T! issue.
sadly i can't think of any way to get around this.

usually, when the addon settings screen is visible, i fade-out the window underneath.
but i have no control over script windows, so can't use that trick here.

i don't think there's any way for a skin to detect if a script is running,
otherwise i could add a solid black background in these cases.

(2012-04-15, 08:51)hasselhof Wrote: there is also an issue with one of the included forums showing extra info in the post title, eg "<a href-"*p38221">" there is also a screenshot.

that one is not skin related :-)


RE: T! development svn for xbmc nightly builds - hasselhof - 2012-04-15

Thanks, no problems



RE: T! development svn for xbmc nightly builds - ronie - 2012-05-09

T! does now support the extended weather features of the wunderground addon (default xbmc wetaher addon),
for this to work, you'll need to download and install the latest beta version of weather.wunderground:
http://forum.xbmc.org/showthread.php?tid=116668&pid=957419#pid957419


RE: T! development svn for xbmc nightly builds - 999unreal - 2012-05-10

Hello,ronie.

I use extended wnuderground info.
There is a little problem.
Japanese translation of "Sunday" is bad.
Not find a bad word I was searching for
XBMC/language/Japanese
skin.Transparency!/language/Japanese
addons/weather.wunderground/

I did not know how to fix....

XBMC:EDEN
SKINConfusedvn1315
weather.wunderground-0.1.9.zip

sorry bad English.

HOME MENU
Image

Weather Screen
Image

Example Translation: English - Japanese
Image


RE: T! development svn for xbmc nightly builds - ronie - 2012-05-10

(2012-05-10, 16:08)999unreal Wrote: Hello,ronie.

I use extended wnuderground info.
There is a little problem.
Japanese translation of "Sunday" is bad.
Not find a bad word I was searching for
XBMC/language/Japanese
skin.Transparency!/language/Japanese
addons/weather.wunderground/

I did not know how to fix....

i'm afraid there is no easy fix for it.
the weather addon is receiving it like that from wunderground.com:
Code:
"date":{
       "epoch":"1336942800",
       "pretty":"11:00 PM CEST on May 13, 2012",
       "day":13,
       "month":5,
       "year":2012,
       "yday":133,
       "hour":23,
       "min":"00",
       "sec":0,
       "isdst":"1",
       "monthname":"五月",
       "weekday_short":"太陽",
       "weekday":"日曜日",
       "ampm":"PM",
       "tz_short":"CEST",
       "tz_long":"Europe/Amsterdam"
    },

the only thing you can do is file a bugreport on their site:
http://www.wunderground.com/weather/api/d/community.html



RE: T! development svn for xbmc nightly builds - 999unreal - 2012-05-11

(2012-05-10, 18:30)ronie Wrote: the only thing you can do is file a bugreport on their site:
http://www.wunderground.com/weather/api/d/community.html

Thank you for advice.

I posted a bugreport to wunderground.com.
Someday, may be modified.
Someday..


RE: T! development svn for xbmc nightly builds - ronie - 2012-05-11

(2012-05-11, 05:27)999unreal Wrote: I posted a bugreport to wunderground.com.
Someday, may be modified.
Someday..

you never know... :-)


RE: T! development svn for xbmc nightly builds - PatK - 2012-07-12

I guess every knows that Weather in T! SVN and Frodo have issues...only shows the days current temp, nothing else. OK looks like work in progress... guess I'm jumping the gun.

Downloaded version weather.wunderground-0.1.9 and installed from zip, works fine.


RE: T! development svn for xbmc nightly builds - bg_x - 2012-07-16

Hmm with XBMC Nightly from version of the first juli on the folder.jpg cdcover is not shown anymore in the visualisation. How can I fix this?

EDIT: Forget it... Seemes not a problem from transparency! With other skins same problem...


RE: T! development svn for xbmc nightly builds - PatK - 2012-07-21

A few extra disk covers for T! replace generic versions in the SVN version.

Image

Image

Image

Goes in the XBMC\addons\skin.transparency\media folder