[Archive] Transparency! - v0.27

  Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
ronie Offline
Team-XBMC Member
Posts: 8,263
Joined: Jan 2009
Reputation: 108
Post: #541
nemulate Wrote:Sorry I only asked as I couldn't find it in that xml file as quoted! I think it would be cool to have a global switch to turn off the watched flag indicator but then of course I'd say that as it was my idea!!!! Tongue

no need to be sorry, i was just thinking out loud.
there will probably an on/off options in the future, so thanx again for bringing it up. ;-)

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find
rynoc Offline
Junior Member
Posts: 18
Joined: May 2008
Reputation: 0
Post: #542
Ronie,

Thanks for the response.

I did some more extensive testing on this. The bad news:

It is not limited to the Music section but can also happen in videos. Always when browsing a directory with many entries on SMB in Windows. It was just much harder to trigger in the videos section than in the Music section.

The Good news:

It is not limited to your skin (well...it is but it isn't). The lockout window will trigger when browsing on other skins as well. It seems random on smb in windows and has to do with fast file access in which windows seems to glitch, timeout, then ask for verification. I had to remove my login settings to see it in other skins.

What I suspect is happening:

In other skins the window will pop up and you can enter the login details without issue and continue. All attempts to access the directory stop. When your skin is running it is like the script is hammering the network and when the login pops up it still is sending file requests. This hangs XBMC. Even when a login is set, when windows times out and makes the request, XBMC does not have a chance to resend pass before multiple requests stack and it hangs.

I would guess the script needs an exception handling routine to detect and pause when this pops up, or a delay sufficient enough to allow the handshaking to occur.

I could be completely wrong since I have not programmed at all on this platform.

Cheers....
find
ronie Offline
Team-XBMC Member
Posts: 8,263
Joined: Jan 2009
Reputation: 108
Post: #543
rynoc Wrote:Ronie,

Thanks for the response.

I did some more extensive testing on this. The bad news:

It is not limited to the Music section but can also happen in videos. Always when browsing a directory with many entries on SMB in Windows. It was just much harder to trigger in the videos section than in the Music section.

The Good news:

It is not limited to your skin (well...it is but it isn't). The lockout window will trigger when browsing on other skins as well. It seems random on smb in windows and has to do with fast file access in which windows seems to glitch, timeout, then ask for verification. I had to remove my login settings to see it in other skins.

What I suspect is happening:

In other skins the window will pop up and you can enter the login details without issue and continue. All attempts to access the directory stop. When your skin is running it is like the script is hammering the network and when the login pops up it still is sending file requests. This hangs XBMC. Even when a login is set, when windows times out and makes the request, XBMC does not have a chance to resend pass before multiple requests stack and it hangs.

I would guess the script needs an exception handling routine to detect and pause when this pops up, or a delay sufficient enough to allow the handshaking to occur.

I could be completely wrong since I have not programmed at all on this platform.

Cheers....

thanx a lot for the extensive tests.
i think your on the right track with your conclusions. Transparency! tries to load a fanart.jpg image from every directory (and the parent directory) when you browse your music collection in filemode. from what i have seen, if it fails to find the image a few times in a row, this bug will be triggered.

i'll definitely add an option to disable this behaviour asap.
'till then the only option is to delete these 'hacks' from the xml code....(or use music in library mode of course).

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find
m.savazzi Offline
Moderator
Posts: 494
Joined: Mar 2008
Reputation: 10
Post: #544
ronie Wrote:just as in other skins, bring up the movie info window and select trailer.
the next release will also have a trailer icon in the fanart view that will play the trailer in a preview window.

WOW
cannot wait for next release!!!!!
find
ronie Offline
Team-XBMC Member
Posts: 8,263
Joined: Jan 2009
Reputation: 108
Post: #545
Transparency! - v1.00 is now available:

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

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find
m.savazzi Offline
Moderator
Posts: 494
Joined: Mar 2008
Reputation: 10
Post: #546
First!

Yuuuu huuuu!!!!

ops... new thread... sigh! Smile
find
nemulate Offline
Senior Member
Posts: 143
Joined: Jul 2009
Reputation: 1
Post: #547
ronie Wrote:You'll have to edit MyVideoNav.xml
do a search for <include name="EpisodeFanartView">
and remove this part just below it (at line 397):
Code:
<control type="image">
    <posx>320</posx>
    <posy>0</posy>
    <width>30</width>
    <height>30</height>
    <aspectratio>keep</aspectratio>
    <texture>$INFO[ListItem.Overlay]</texture>
</control>

Sorry to keep harping on but I really cant find this code in myvideonav.xml? I'm desperate to remove the watched/unwatched box that's all. Are you sure these instructions are right or am I missing something totally obvious Sad ?? Great work on the new skin by the way it just gets better and better Smile
find
ronie Offline
Team-XBMC Member
Posts: 8,263
Joined: Jan 2009
Reputation: 108
Post: #548
nemulate Wrote:Sorry to keep harping on but I really cant find this code in myvideonav.xml? I'm desperate to remove the watched/unwatched box that's all. Are you sure these instructions are right or am I missing something totally obvious Sad ?? Great work on the new skin by the way it just gets better and better Smile

i'm terribly sorry, but i must have been drunk or half asleep when i posted the instructions.
it's ViewsVideoLibrary.xml that you'll need to edit.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find
nemulate Offline
Senior Member
Posts: 143
Joined: Jul 2009
Reputation: 1
Post: #549
Hey no problems at least I know it wasn't me who was drunk Wink Oh and thanks once again for a superb skin Smile
find
emal011 Offline
Senior Member
Posts: 196
Joined: Nov 2008
Reputation: 0
Location: Munich
Post: #550
I already download the Transparency Skin, und als here was post, i´m not using the new version of XBMC,just the 8.04.

I open the new skin and the software accpet it, ok. But when I go to my Movies collection, I only see the dvd case(pretty good in deed)but just that! Title - some fan art - the dvd case, but empty not movie poster. And that´s happend in all my collection.
And in my music collection too.

The weather link in the main menu, just show the ° but not the graphic(sun, rain..)

What I´v done wrong? Or the update version fix that problem?
find
Thread Closed