XBMC Community Forum
Bug Reports - 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: Xperience (/forumdisplay.php?fid=128)
+---- Thread: Bug Reports (/showthread.php?tid=65196)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


- Rocky5 - 2010-01-07 03:05

shorn Wrote:Well this is what I'm getting:

In the InfoPanel list view nothing shows up:

http://img502.imageshack.us/img502/5334/screenshot01.jpg

but when I press info, everything is there...

http://img19.imageshack.us/img19/8864/screenshot02e.jpg

The other episodes in that series are showing fine (except episode 14 which does the same!)

I also have this same problem with a few others series.

?

OK see the problem here is its displaying no info i think its because of the name does it have .. in it if it does this is why this will be fixed in the update just removed the .. and rescan it in.


- shorn - 2010-01-07 03:10

That's what I don't understand, 99% of my library shows up like yours above its just one or two episodes here or there, in a few different series/seasons.
I don't think that it is a scraper issue as I have compared the .nfo for the episode that shows and it is exactly the same (besides the episode details) to other episodes that show OK. Confusing!


- XBMCG33K - 2010-01-07 03:15

Rocky5 has a fix for it in our svn, as he explained above however i cannot test because thetvdb.com is down again ...


- shorn - 2010-01-07 03:16

Got it! Problem seems to be with any episode that has ... in the title.

Episodes I have found with this problem are:

Peter Griffin: Husband, Father...Brother?
And the Weiner is...

and in OFAH, episodes such as
If They Could See Us Now...!
The Unlucky Winner Is...

And so on! Where would this problem lie then?

SORRY! Just seen the responses! Doh! Cheers for the help!


- Rocky5 - 2010-01-07 03:35

shorn Wrote:Got it! Problem seems to be with any episode that has ... in the title.

Episodes I have found with this problem are:

Peter Griffin: Husband, Father...Brother?
And the Weiner is...

and in OFAH, episodes such as
If They Could See Us Now...!
The Unlucky Winner Is...

And so on! Where would this problem lie then?

SORRY! Just seen the responses! Doh! Cheers for the help!
its actually only .. i look for this to hide stuff but its fixed now so you can edit panel view yourself if you wish and batch replace.

PHP Code:
!substring(Container.Listitem(0).Label,..) 

with

PHP Code:
!substring(Container.Listitem(0).Label,..,left



- dyt72 - 2010-01-07 10:15

Another thing I noticed is that no flag is displayed for DTS, Dolby Digital is perfect but as shown in my previous capture, dts not.

thanks


- predatorftp - 2010-01-09 21:46

moshelog Wrote:subtitle in hebrew aint working
i see gibriah

The problem: Hebrew Subs doesn't show correctly (cubic appearance).

Solution: It is a Font problem as blittan said.
just copy from your windows fonts folder ARIAL.ttf and put it in xbmc/media/fonts (over writing the existing one).

and that is it.


- `Black - 2010-01-09 22:45

dyt72 Wrote:Another thing I noticed is that no flag is displayed for DTS, Dolby Digital is perfect but as shown in my previous capture, dts not.

thanks

Change dts.png in media/flags/audio to dca.png.


- dyt72 - 2010-01-09 23:22

`Black Wrote:Change dts.png in media/flags/audio to dca.png.

there's not a audio folder inside the flags folder, not on my Xperience skin at least.

Inside the flags folder i have:

scraper
studios

nothing more. Confused


- XBMCG33K - 2010-01-09 23:49

Then you are missing a few things man Smile