[SKIN] Confluence Lite
- BuZz
- Site Admin
- Posts: 1891
- Joined: Wed Jul 04, 2012 12:50 am
- Location: UK
- Has thanked: 66 times
- Been thanked: 423 times
- Contact:
Re: [SKIN] Confluence Lite
just a quick note - I can open a bug report if you like, but I saw you removed the IsResumable stuff. It should work without removing that code with the latest build unless ive missed something. the resume flags wont show but the property exists, it just isnt populated yet from the database.
- MrMajst3r
- Posts: 219
- Joined: Wed Jul 18, 2012 10:35 am
- Location: Poland
- Has thanked: 10 times
- Been thanked: 32 times
- Contact:
Re: [SKIN] Confluence Lite
This feature works properly on xTV SAF skin (tested on Jan's XBMC4XBOX).xbs wrote:1. I'll check what's wrong with that asap.
[EDIT] This issues is present in other skin which could mean this is a XBMC4XBOX issue. I can't even see my playlists in the define path dialog.
- xbs
- Posts: 292
- Joined: Thu Jul 05, 2012 3:22 pm
- Location: Portugal
- Has thanked: 29 times
- Been thanked: 22 times
Re: [SKIN] Confluence Lite
@ BuZz
The resume visible condition was preventing the watched overlay to show in some views so I decided to remove it until is fully supported.
@MrMajst3r
Have you test it on a nightly? Can post a link for xTV SAF you're using?
The resume visible condition was preventing the watched overlay to show in some views so I decided to remove it until is fully supported.
@MrMajst3r
Have you test it on a nightly? Can post a link for xTV SAF you're using?
-
- Posts: 1028
- Joined: Wed Jul 04, 2012 8:01 am
- Has thanked: 1 time
- Been thanked: 148 times
Re: [SKIN] Confluence Lite
my Jan'sxbmc4xbox is a build around 31547 build from 20.9.2012!
regards jan
regards jan
- MrMajst3r
- Posts: 219
- Joined: Wed Jul 18, 2012 10:35 am
- Location: Poland
- Has thanked: 10 times
- Been thanked: 32 times
- Contact:
Re: [SKIN] Confluence Lite
I've tested it onxbs wrote: @MrMajst3r
Have you test it on a nightly? Can post a link for xTV SAF you're using?
I've used an old xTV SAF downloaded from SVN Repo Installer and latest xTV SAF 1.2 from http://code.google.com/p/xbmc-repo-wyrm/downloads/listJan'sxbmc4xbox is a build around 31547 build from 20.9.2012!
Worked properly on both.
- BuZz
- Site Admin
- Posts: 1891
- Joined: Wed Jul 04, 2012 12:50 am
- Location: UK
- Has thanked: 66 times
- Been thanked: 423 times
- Contact:
Re: [SKIN] Confluence Lite
[quote="xbs"]@ BuZz
The resume visible condition was preventing the watched overlay to show in some views so I decided to remove it until is fully supported.[quote]
with the latest build? which views so i can reproduce it (after reverting the patch). isresumable should return false or so so shouldn't affect the watched overlay. i know before it used to show both overlayed, but that was fixed some time ago. so this is a new issue I have missed ?
The resume visible condition was preventing the watched overlay to show in some views so I decided to remove it until is fully supported.[quote]
with the latest build? which views so i can reproduce it (after reverting the patch). isresumable should return false or so so shouldn't affect the watched overlay. i know before it used to show both overlayed, but that was fixed some time ago. so this is a new issue I have missed ?
- xbs
- Posts: 292
- Joined: Thu Jul 05, 2012 3:22 pm
- Location: Portugal
- Has thanked: 29 times
- Been thanked: 22 times
Re: [SKIN] Confluence Lite
List and big list were the views affected.
Can you also see why <visible>Window.IsVisible(Videos)</visible> didn't work?
Add to change to <visible>[Window.IsVisible(VideoLibrary) | Window.IsVisible(VideoFiles)]</visible> to show the SD and HD flags.
Can you also see why <visible>Window.IsVisible(Videos)</visible> didn't work?
Add to change to <visible>[Window.IsVisible(VideoLibrary) | Window.IsVisible(VideoFiles)]</visible> to show the SD and HD flags.
- Dom DXecutioner
- Posts: 587
- Joined: Thu Jul 05, 2012 11:59 pm
- Location: California
- Has thanked: 249 times
- Been thanked: 226 times
- Contact:
Re: [SKIN] Confluence Lite
@xbs: I don't think we (or main xbmc) have a Window.IsVisible(Videos); the second is more accurate!xbs wrote:List and big list were the views affected.
Can you also see why <visible>Window.IsVisible(Videos)</visible> didn't work?
Add to change to <visible>[Window.IsVisible(VideoLibrary) | Window.IsVisible(VideoFiles)]</visible> to show the SD and HD flags.

- xbs
- Posts: 292
- Joined: Thu Jul 05, 2012 3:22 pm
- Location: Portugal
- Has thanked: 29 times
- Been thanked: 22 times
Re: [SKIN] Confluence Lite
I did a quit look and couldn't find out why playlist doesn't work.MrMajst3r wrote:I've found 2 bugs:
- "play playlist on startup" doesn't work
- when I enable music library, then disable it, there are still links to "albums, authors, etc." under Music menu
Debug log gives an error about not being able to open the playlist.
I couldn't find any way of knowing if the lib is enabled/disabled... we only know if it exists or not.
Re: [SKIN] Confluence Lite
Im using this skin and absolutely love it.
I am wondering if there is a way to make a small change on how the menus work.
Im in Library mode, and when I select either TV Shows or Movies, I get prompted to select either Year, Genre, Studio, Title etc...Id simply like to have the option Title always selected and simply bypass this menu and jump into the TV shows - title or Movies - title menu.
Can someone pls let me know which file(s) I need to modify on my end to make this happen?
I am wondering if there is a way to make a small change on how the menus work.
Im in Library mode, and when I select either TV Shows or Movies, I get prompted to select either Year, Genre, Studio, Title etc...Id simply like to have the option Title always selected and simply bypass this menu and jump into the TV shows - title or Movies - title menu.
Can someone pls let me know which file(s) I need to modify on my end to make this happen?
- xbs
- Posts: 292
- Joined: Thu Jul 05, 2012 3:22 pm
- Location: Portugal
- Has thanked: 29 times
- Been thanked: 22 times
Re: [SKIN] Confluence Lite
Open Home.xml and change Line 474 and 481:
to
and
to
Code: Select all
ActivateWindow(VideoLibrary,Movies,return)</onclick>
Code: Select all
ActivateWindow(VideoLibrary,MovieTitles,return)
Code: Select all
ActivateWindow(VideoLibrary,TvShows,return)
Code: Select all
ActivateWindow(VideoLibrary,TvShowTitles,return)
-
- Posts: 10
- Joined: Thu Feb 28, 2013 10:12 am
Re: [SKIN] Confluence Lite
Hi,
This theme for xbox is looking great but i was wondering if we can added 2 options to skin settings please.
1.Background customiser
2. menu butons options
those options are avalible in this theme which i use on other devices
http://forum.xbmc.org/showthread.php?tid=145080
thanks in advance
Regards,
Smith Online
This theme for xbox is looking great but i was wondering if we can added 2 options to skin settings please.
1.Background customiser
2. menu butons options
those options are avalible in this theme which i use on other devices
http://forum.xbmc.org/showthread.php?tid=145080
thanks in advance
Regards,
Smith Online
Re: [SKIN] Confluence Lite
My xbox runs out of mem when trying to watch a movie from the library with this skin. Love it btw, shame i cant use it.
I got the newest nightly.
Suggestions?
I got the newest nightly.
Suggestions?
-
- Posts: 542
- Joined: Wed Jul 04, 2012 11:32 am
- Location: UK
- Has thanked: 66 times
- Been thanked: 31 times
Re: [SKIN] Confluence Lite
Are you turning off unneeded services.. such as FTP, xbox discovery, and setting the fan speed... all that uses up memoryneohasse wrote:My xbox runs out of mem when trying to watch a movie from the library with this skin. Love it btw, shame i cant use it.
I got the newest nightly.
Suggestions?
Re: [SKIN] Confluence Lite
@Geeba
I run with default settings I guess. I will disable everything and try again. But all those settings like xbox discovery, what does that do? Webserver and FTP is kinda obvious. And what should I set the fanspeed to for best result?
Just curious. Thanks!
@xbs
Thanks! Gonna read it now.
Edit: Turned off everything, I think, and disabled all the autoplay functions (read somewhere that it was a good idea) and set fanspeed to 50%.
I now got 35mb free. I can play from library, but while I was testing this out, my xbox hang itself when I was exiting a movie. Hmmm..
I run with default settings I guess. I will disable everything and try again. But all those settings like xbox discovery, what does that do? Webserver and FTP is kinda obvious. And what should I set the fanspeed to for best result?
Just curious. Thanks!
@xbs
Thanks! Gonna read it now.
Edit: Turned off everything, I think, and disabled all the autoplay functions (read somewhere that it was a good idea) and set fanspeed to 50%.
I now got 35mb free. I can play from library, but while I was testing this out, my xbox hang itself when I was exiting a movie. Hmmm..