XBMC Community Forum
Transparency! SVN for XBMC nightly builds - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Transparency! (/forumdisplay.php?fid=115)
+---- Thread: Transparency! SVN for XBMC nightly builds (/showthread.php?tid=83643)



- ronie - 2011-12-30 21:56

gabbott Wrote:Noticed that total season count includes Season 0 (specials), would it be possible to change the season count to not include that?

that piece of info is handled by xbmc.
i can't change it from within the skin.


- gabbott - 2011-12-30 22:01

ronie Wrote:that piece of info is handled by xbmc.
i can't change it from within the skin.

Ok, thanks. Wasn't sure if it was skin related or xbmc related, I switched back to confluence and didn't see that info listed anywhere so figured I'd try here first. First time I've noticed that so wonder if that has changed. Anyway, I can TRAC it.


- gabbott - 2011-12-31 19:12

Looks like missing audio flag for DD 4.0:

show up as:

Listitem.AudioCodec: ac3
Listitem.AudioChannels: 4


- ronie - 2011-12-31 19:22

gabbott Wrote:Looks like missing audio flag for DD 4.0:

show up as:

Listitem.AudioCodec: ac3
Listitem.AudioChannels: 4

cheers for the heads-up!
added in svn as of now. :-)


- rudeboyx - 2012-01-03 20:08

hi ronie

finally upgraded to eden beta and t svn. however im having an issue creating custom home menus from favorites.

i can add items to favourites and visit my favourites through my shutdown menu and the items appear fine but when i try to select one for creating a home screen menu my favorites list appears empty.

any ideas mate?

thanks
rbx


- ronie - 2012-01-03 20:31

rudeboyx Wrote:any ideas mate?

yup, you need to install script.favourites


- rudeboyx - 2012-01-03 21:56

cheers ronie.

guess im going to have to have a read up on the last years worth of changes. daym... things keep changing so fast.Wink

RBX


- rudeboyx - 2012-01-04 14:43

ok. cant seem to figure this one out

i have set up a favorites link to my prelibrary folders (FILES SOURCES) and can choose them now in my home submenus. however when selecting them i get a empty list and then pressing back takes me back to my library.

whats your thoughts on this one?


- ronie - 2012-01-04 14:52

rudeboyx Wrote:i have set up a favorites link to my prelibrary folders (FILES SOURCES) and can hoose them now in my home submenus.
for your info, the 'Videos' menu button already does that.
rudeboyx Wrote:however when selecting them i get a empty list and then pressing back takes me back to my library.
empty screen means you're not using the right code.

it should be:
Code:
<onclick>ActivateWindow(Videos,Files,return)</onclick>



- rudeboyx - 2012-01-04 17:40

Hi ronie. i understand that "videos" takes you there but I have it designed like this with my faves links 2 folders deep into files mode and is exactly how I used to have it set up with Dharma.

Filesmode
-Movies (Scanned to Library)
-New Downloads
-Pre Library¬
--------------`Movies (added to Faves)
--------------`TV Shows (Added to Faves)
-TV Shows (Scanned to Library)



Now on my home screen i have them added as sub menues to Movies and TV Shows.

MOVIES¬
----------`Fave "Movies Pre Library"

TV SHOWS¬
-------------`Faves "TV Shows Pre Library"

MUSIC

GAMES

etc,etc


But as I said. Once I selected I get a blank list. Actually I've just had a thought. Could renaming the favorites screw up the favorites link? as once I added them to favorites, I open up the normal favorites browser and edit the names from "Movies" to "Movies Pre library" & "TV Shows" to "TV Shows Pre Library" so they dont get mistaken for my main movies and tv shows folders. could this be causing an error whith the way the faves script pulls up the window?

Cheers
RBX