[bugs]

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Hitcher Offline
Skilled Skinner
Posts: 9,927
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #131
That's simply because it's a wraplist.

[Image: sig_zps3af3b48e.jpg]
find quote
reta Offline
Senior Member
Posts: 118
Joined: Jan 2006
Reputation: 0
Post: #132
Hey again,

Haven't really read through all pages but if this isn't already mentioned, here it goes (otherwise just ignore it):

One of my movies in my collection has a long name (LotR ofc..), and it's just a bit too long as you can see on the screen shot below. Maybe you could set some conditions based on the amount of letters here as well so that the genre text will bump down a bit (saw you wanted to do that on the video OSD when text was overlapping the first button).

[Image: screenshot002a.png]
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,927
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #133
Unfortunately we can't use condition based on label length but long titles are no longer a problem for the next release.

[Image: screenshot000w.jpg]

[Image: sig_zps3af3b48e.jpg]
find quote
mstef Offline
Senior Member
Posts: 223
Joined: Jan 2010
Reputation: 0
Location: Poland
Post: #134
So how you think when we can try new release?
find quote
Elbert Offline
Senior Member
Posts: 131
Joined: Oct 2009
Reputation: 4
Location: Netherlands
Post: #135
Edit: Moved to request/todo thread
(This post was last modified: 2010-01-15 19:26 by Elbert.)
find quote
hikaricore Offline
Posting Freak
Posts: 1,516
Joined: Dec 2008
Reputation: 0
Location: Tuesday
Post: #136
Instead of removing the genre tag would you consider moving it?
Possibly directly above the posters in the same area. ^_^

Just a thought. I found it useful on several occasions to have showing.

[Image: output.jpg]
find quote
reta Offline
Senior Member
Posts: 118
Joined: Jan 2006
Reputation: 0
Post: #137
hikaricore Wrote:Instead of removing the genre tag would you consider moving it?
Possibly directly above the posters in the same area. ^_^

Just a thought. I found it useful on several occasions to have showing.

what he said, but maybe directly above the title name instead? since the genre text will never become too long (right?), which means the second row could always be a fixed starting position for the title, no conditions involved.
find quote
Haggy Offline
Team-XBMC Forum Moderator - Retired
Posts: 884
Joined: Mar 2009
Reputation: 0
Location: Wild southern Germany
Post: #138
noox Wrote:3) playing music before starting slideshow causes pictures to appear in the background with clock, date, music art in the forground.

4) default images (folders, album art) does not appear on freshly restarted xbmc session. If I play around enough the the default images do come up. I just don't know what causes to appear.

5) browsing with studio flag enabled crashes xbmc. I do have the studios dir in the extras folder. Sometimes xbmc crashes right away when i browse movies in poster view and sometimes it takes a bit but it seems to always crash with that option. Anyone running linux seeing this?

I'd like to roll these up again.

3) is definitely still there, however it works every now and then. I had a look at the logfile and have no clue what exactly causes the photos to appear behind the rest of the UI (inluding the white background, so you get a "fanart" alike view). This happens both when the screensaver (photos) kicks in and also if i select photos from the pictures section while there's music playing. it MAY have to do something with the "now playing" overlay while playing music.

4) as well. As mentioned i thought about some case-sensitivity issues - but my files are from current git and are all lowercase. I can reproduce this by selecting another skin and then chaning back to Alaska. This makes the default images appear. Otherwise i only get a white square with a shadowed border.

5) studio icons don't work at all if there are spaces in the studio name / filename. this is due to unescaped spaces and slashes when accessing the file. dunno if this can be fixed in the skin or on xbmc's side:

Code:
INFO:   msg: PICTURE::LoadImage: Unable to open image: special://skin/extras/studios/Time Warner / Warner Bros. Entertainment / Warner Bros. Pictures / Heyday films.png Error: (2)
14:56:57 T:3028764544 M:2926223360   ERROR: Texture manager unable to load file: special://skin/extras/studios/Time Warner / Warner Bros. Entertainment / Warner Bros. Pictures / Heyday films.png

As you can see this does not resolve to a file in Linux

Hope you can reproduce and fix'em. Anyway - great skin. Instanstly replaced everything i saw before!

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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 quote
Hitcher Offline
Skilled Skinner
Posts: 9,927
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #139
3) It should only show 'Now Playing' when you press 'i' during a Slideshow but I have changed the code for the next release anyway so fingers crossed it's fixed your problem.

4) I've no answer to this as I can't reproduce, sorry.

5) I'm only guessing here but because there's more than one studio in the field, and they're separated by /, XBMC thinks they're folders and obviously can't find them. Have you tried studios in another skin?

[Image: sig_zps3af3b48e.jpg]
(This post was last modified: 2010-01-16 23:04 by Hitcher.)
find quote
Haggy Offline
Team-XBMC Forum Moderator - Retired
Posts: 884
Joined: Mar 2009
Reputation: 0
Location: Wild southern Germany
Post: #140
3) hmm...it shows "now playing" all the time. but that's just my preference Big Grin i want it that way. i'll see if this fixes it.
4) yeah thought so. one of the nasty kind of bugs Big Grin anyway - for the record, it happens sometimes.
5) good point! will grab a skin that has and report back. but i'm nearly sure it'll be the same, because, sorry, the studio icon thing i consider a nasty hack Big Grin would be better if you can md5 the filename and store it that way (yes, this would make it hard to distinguish the files for human beings).

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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 quote
Post Reply