Kodi Community Forum
v13 Xperience1080 2.x - 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: Xperience1080 (https://forum.kodi.tv/forumdisplay.php?fid=197)
+----- Thread: v13 Xperience1080 2.x (/showthread.php?tid=146690)



RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - ederson - 2013-02-18

i use it on my htpc (mysql db over 54mbps wifi)
artwork appears with significant delay
i don`t get this kind of delay with confluence

has anyone else noticed this ?


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - jelte - 2013-02-18

(2013-02-17, 21:48)`Black Wrote: Yes, it is. It's just the label which doesn't update because it's from the underlying list container. I have to hide that and add a label at the same position in the song info dialog.
But no "RATING" tag is set in the file itself right? So when my database will be rebuild the ratings are lost?


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - `Black - 2013-02-18

Yes because there is no common ID3 tag for rating.


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - Half9 - 2013-02-19

Got a question about view option for tv-shows. For serie name and seasons I got list info view. But by episodes I can't choose that option.

Tried to mess around with some files but can't get it to showup.


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - crni - 2013-02-21

`Black

I added info list view for episodes but trying to use this code to show season poster does not work Huh

Code:
$INFO[Container(51).ListItem.Art(season.poster)]

or this

Code:
$INFO[ListItem.Art(season.poster)]


tvshow.poster and thumb are working fine though

Image

any ideas ? is season.poster actually supported in episode level ?
tnx


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - `Black - 2013-02-21

I have no idea, will have a look. Nice layout for the right panel btw.

Edit: season.poster is available for seasons only.


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - crni - 2013-02-21

(2013-02-21, 18:11)`Black Wrote: I have no idea, will have a look. Nice layout for the right panel btw.

Edit: season.poster is available for seasons only.
ah well, IMO make sense to have it available in episode level also
...and tnx Smile


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - RazorFR - 2013-02-21

Hi `Black

Only "mod" I dared to use in Xperience1080p was changing the splash screen "rotating circle" time to 7000 in startup.xml.
The reason for this change was the use of pulse eight hdmi cec adapter, this delay gave just enough time for the htpc to swith all souces (TV / AVR/ TV OSD messages) to correct ones, and display Xperience in all its glory just in time when all switchings are done.

It seems like in latest git you changed the splash screen options , the rotating circle is still here, but within each frame (recently added etc...). That's nice too.
But could you just point me to the right xml where I can adapt the new delay option for the new splash to be a little longer (7s)

Thanks in advance


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - `Black - 2013-02-21

There is no splash screen anymore. But you can still delay the loading of the home screen in startup.xml by adding this to the button:
PHP Code:
<animation effect="fade" start="0" end="100" time="0" delay="7000">Focus</animation



RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - RazorFR - 2013-02-22

Thanks for the tip. It works perfectly.


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - `Black - 2013-02-24

I did an update for the music panel updated on home. Featured albums are a little bit bigger now, you can add 1 custom item and the recently added albums show up on the bottom right:

Image

If you click on the new albums tile, the featured albums area will flip and you can choose an album to play from the recently added list:

Image

Please report if it something doesn't work.


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - Japaja - 2013-02-24

Not related to latest music panel updates, but there is a "empty" (no name) font choice besides "default" under setting-appearance-fonts which makes all fonts a lot bigger.


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - moneymaker - 2013-02-24

How can I configure to start directly in to the Video-AddOn section instead of the home screen?


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - `Black - 2013-02-24

Replace line 10 in Startup.xml with <onfocus>ReplaceWindow(videos,addons)</onfocus>.


RE: [RELEASE] Xperience1080 2.0 Beta 3 for XBMC 12.0 Beta 1 or later - moneymaker - 2013-02-24

(2013-02-24, 22:25)`Black Wrote: Replace line 10 in Startup.xml with <onfocus>ReplaceWindow(videos,addons)</onfocus>.

awesome, Danke.