• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 130
v13 Xperience1080 2.x
(2012-12-02, 11:00)Hitcher Wrote:
(2012-12-02, 02:41)`Black Wrote: That's happening because XBMC ignores the folder back entry and still counts 3 items instead of 4. I'm afraid that this is not an easy fix... for now just disable the (useless) folder back entry in the appearance settings.

You can always use system.getbool(filelists.showparentdiritems) to check if they're enabled.

Thanks.

@xxxnelly
Debug log?
Image
Just a small suggestion, when selecting a channel from the TV channels part of the PVR section playback should go to fullscreen rather than having to be switched to manually.
That's up to you, just enable it in the live tv settings.
Image
My bad, I deleted my guisettings yesterday and totally forgot about that setting.
(2012-11-30, 16:07)`Black Wrote: Will have a look at that. Recordings + timers is the thing a can't test because the pvr demo doesn't support timers.
I added recordings support for pvr.demo and opdenkamp merged it few days ago ( https://github.com/opdenkamp/xbmc-pvr-ad...8b62d5f1f8 ), so if You update pvr.demo addon You will have demo recordings (remember to add recordings to addon's data .xml - could be copy&pasted from that commit)
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
(2012-12-02, 14:18)`Black Wrote:
(2012-12-02, 11:00)Hitcher Wrote:
(2012-12-02, 02:41)`Black Wrote: That's happening because XBMC ignores the folder back entry and still counts 3 items instead of 4. I'm afraid that this is not an easy fix... for now just disable the (useless) folder back entry in the appearance settings.

You can always use system.getbool(filelists.showparentdiritems) to check if they're enabled.

Thanks.

@xxxnelly
Debug log?

http://dl.dropbox.com/u/12655631/pvr/xbm...112132.log
http://dl.dropbox.com/u/12655631/pvr/xbmc.log

Thanks.
(2012-12-02, 14:39)pieh Wrote:
(2012-11-30, 16:07)`Black Wrote: Will have a look at that. Recordings + timers is the thing a can't test because the pvr demo doesn't support timers.
I added recordings support for pvr.demo and opdenkamp merged it few days ago ( https://github.com/opdenkamp/xbmc-pvr-ad...8b62d5f1f8 ), so if You update pvr.demo addon You will have demo recordings (remember to add recordings to addon's data .xml - could be copy&pasted from that commit)

Cool, thanks pieh.
Image
(2012-12-02, 14:44)xxxnelly Wrote: http://dl.dropbox.com/u/12655631/pvr/xbm...112132.log
http://dl.dropbox.com/u/12655631/pvr/xbmc.log

Thanks.

Doesn't happen here. Does it happen with other skins?

Image
(2012-12-02, 15:16)`Black Wrote: Doesn't happen here. Does it happen with other skins?

No - I have tried both the default and reFocus, I tried to use the demo pvr client and it still does the same.

Any thoughts looking at the stack on what I can debug myself - skin or xbmc code?

I am just updating xbmc, although as it doesn't happen on other skins then thats unlikely to fix it.

Thanks
I have no idea why that happens... can't see anything in the log file.
Image
(2012-12-02, 16:12)`Black Wrote: I have no idea why that happens... can't see anything in the log file.

What about in the crash log... here - could it be something in the label?

Thread 1 (Thread 0x7fe0077be780 (LWP 30113)):
#0 0x0000000000000000 in ?? ()
#1 0x00000000009b23bc in CGUIBaseContainer::GetLabel (this=0x4e87350, info=<optimized out>) at GUIBaseContainer.cpp:1194
#2 0x0000000000fdd5ac in CGUIInfoManager::GetMultiInfoLabel (this=<optimized out>, info=..., contextWindow=10601, fallback=0x0) at GUIInfoManager.cpp:3041
#3 0x0000000000fdaf74 in CGUIInfoManager::GetLabel (this=0x17abce0, info=359, contextWindow=<optimized out>, fallback=0x0) at GUIInfoManager.cpp:1592
#4 0x0000000000fddd2e in CGUIInfoManager::GetImage (this=0x17abce0, info=359, contextWindow=<optimized out>, fallback=<optimized out>) at GUIInfoManager.cpp:3188
#5 0x0000000000fdf352 in CGUIInfoManager::GetMultiInfoBool (this=0x17abce0, info=..., contextWindow=10601, item=0x0) at GUIInfoManager.cpp:2574
#6 0x0000000000fe0929 in CGUIInfoManager::GetBool (this=0x17abce0, condition1=40549, contextWindow=<optimized out>, item=<optimized out>) at GUIInfoManager.cpp:2150
(2012-12-02, 16:15)xxxnelly Wrote:
(2012-12-02, 16:12)`Black Wrote: I have no idea why that happens... can't see anything in the log file.

What about in the crash log... here - could it be something in the label?

Thread 1 (Thread 0x7fe0077be780 (LWP 30113)):
#0 0x0000000000000000 in ?? ()
#1 0x00000000009b23bc in CGUIBaseContainer::GetLabel (this=0x4e87350, info=<optimized out>) at GUIBaseContainer.cpp:1194
#2 0x0000000000fdd5ac in CGUIInfoManager::GetMultiInfoLabel (this=<optimized out>, info=..., contextWindow=10601, fallback=0x0) at GUIInfoManager.cpp:3041
#3 0x0000000000fdaf74 in CGUIInfoManager::GetLabel (this=0x17abce0, info=359, contextWindow=<optimized out>, fallback=0x0) at GUIInfoManager.cpp:1592
#4 0x0000000000fddd2e in CGUIInfoManager::GetImage (this=0x17abce0, info=359, contextWindow=<optimized out>, fallback=<optimized out>) at GUIInfoManager.cpp:3188
#5 0x0000000000fdf352 in CGUIInfoManager::GetMultiInfoBool (this=0x17abce0, info=..., contextWindow=10601, item=0x0) at GUIInfoManager.cpp:2574
#6 0x0000000000fe0929 in CGUIInfoManager::GetBool (this=0x17abce0, condition1=40549, contextWindow=<optimized out>, item=<optimized out>) at GUIInfoManager.cpp:2150
This is known crash when using Container.* or ListItem.* infolabels with epggrid control.
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
(2012-12-02, 16:41)pieh Wrote:
(2012-12-02, 16:15)xxxnelly Wrote:
(2012-12-02, 16:12)`Black Wrote: I have no idea why that happens... can't see anything in the log file.

What about in the crash log... here - could it be something in the label?

Thread 1 (Thread 0x7fe0077be780 (LWP 30113)):
#0 0x0000000000000000 in ?? ()
#1 0x00000000009b23bc in CGUIBaseContainer::GetLabel (this=0x4e87350, info=<optimized out>) at GUIBaseContainer.cpp:1194
#2 0x0000000000fdd5ac in CGUIInfoManager::GetMultiInfoLabel (this=<optimized out>, info=..., contextWindow=10601, fallback=0x0) at GUIInfoManager.cpp:3041
#3 0x0000000000fdaf74 in CGUIInfoManager::GetLabel (this=0x17abce0, info=359, contextWindow=<optimized out>, fallback=0x0) at GUIInfoManager.cpp:1592
#4 0x0000000000fddd2e in CGUIInfoManager::GetImage (this=0x17abce0, info=359, contextWindow=<optimized out>, fallback=<optimized out>) at GUIInfoManager.cpp:3188
#5 0x0000000000fdf352 in CGUIInfoManager::GetMultiInfoBool (this=0x17abce0, info=..., contextWindow=10601, item=0x0) at GUIInfoManager.cpp:2574
#6 0x0000000000fe0929 in CGUIInfoManager::GetBool (this=0x17abce0, condition1=40549, contextWindow=<optimized out>, item=<optimized out>) at GUIInfoManager.cpp:2150
This is known crash when using Container.* or ListItem.* infolabels with epggrid control.

Ok so is there a workaround, either updating the skin or changing a skin setting?

I did a clean install, and removed my .xbmc folder, so does everyone using PVR not get this?


@'Black
I have a few Video concert rips but can't find a Concert section in the skin, only way to get there is with file mode.
Any change to get this added to main menu or the option to enable certain sections or not ?
@Black: I think a poster view like the one below fits nicer with the rest of the skin without affecting the view to much:

Image
  • 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 130

Logout Mark Read Team Forum Stats Members Help
Xperience1080 2.x22