Bug Reports

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
ECEC Offline
Fan
Posts: 374
Joined: Sep 2007
Reputation: 0
Post: #71
Not sure if this is a bug, but when I enter the Movies/TV Shows library, it doesn't exit to the home screen when I press BACK, and ESCAPE doesn't work. When using BACK, I have to scroll through various video sources windows until I finally get to the last one, then it puts me back. The Music library doesn't behave this way. Win7/XBMC 9.11.
find
eumel Offline
Alaska Group
Posts: 280
Joined: Jun 2009
Location: Germany
Post: #72
in the Musicpanel Viewtype, if a song has ".." in the title, only the ".." is showing.

fix:
PHP Code:
substring(Container.Listitem(0).Label,..,Left
find
Rocky5 Offline
Alaska Group
Posts: 564
Joined: Jun 2008
Location: Scotland
Post: #73
eumel Wrote:in the Musicpanel Viewtype, if a song has ".." in the title, only the ".." is showing.

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

cheers m8
find
D0nR0s4 Offline
Senior Member
Posts: 271
Joined: Nov 2009
Reputation: 0
Location: Germany
Post: #74
Ok One more

System: Windows 7

Bug:
More a request as a bug, could you change the debug window for scripts from autoscrolling to using a scrollbar. If you try to debug a script and restart it more than 3 times you always have to wait for scrolling. Found the same in Ellipsis and reported it also.
find
travisbell Offline
themoviedb.org (TMDb) admin
Posts: 129
Joined: Aug 2008
Reputation: 1
Location: Calgary, Canada
Post: #75
Marbieskarb Wrote:I'm having an issue with the weather not populating....

Weather works in all my other skins installed.....Confluence, Media Stream, Rapier....etc.

I'm having this problem as well. I will try re-adding my location but every other skin shows the weather properly (just an FYI).
find
travisbell Offline
themoviedb.org (TMDb) admin
Posts: 129
Joined: Aug 2008
Reputation: 1
Location: Calgary, Canada
Post: #76
ECEC Wrote:Not sure if this is a bug, but when I enter the Movies/TV Shows library, it doesn't exit to the home screen when I press BACK, and ESCAPE doesn't work. When using BACK, I have to scroll through various video sources windows until I finally get to the last one, then it puts me back. The Music library doesn't behave this way. Win7/XBMC 9.11.

I'm not sure if this is a "bug" per-say but I agree it's annoying. It should behave the same way across all sections. I'd vote for back taking you back to the menu, and not sowing the list of video sources.
find
Rocky5 Offline
Alaska Group
Posts: 564
Joined: Jun 2008
Location: Scotland
Post: #77
travisbell Wrote:I'm not sure if this is a "bug" per-say but I agree it's annoying. It should behave the same way across all sections. I'd vote for back taking you back to the menu, and not sowing the list of video sources.

problem is i would then need to make another button to take you to the lower parts of movies does it hurt that much to press Esc.

if you want edit Includes_Home.xml near the bottom look for

ActivateWindow(videolibrary,movietitles) add this before the last ) ,return
find
ECEC Offline
Fan
Posts: 374
Joined: Sep 2007
Reputation: 0
Post: #78
Rocky5 Wrote:problem is i would then need to make another button to take you to the lower parts of movies does it hurt that much to press Esc.

if you want edit Includes_Home.xml near the bottom look for

ActivateWindow(videolibrary,movietitles) add this before the last ) ,return

Thanks for the fix!

The problem is that ESC doesn't seem to work, and it makes it inconsistent between menu items, which directly affects WAF. Smile
find
moshelog Offline
Junior Member
Posts: 44
Joined: Sep 2008
Reputation: 0
Post: #79
subtitle in hebrew aint working
i see gibriah
find
MarkTaunton Offline
Senior Member
Posts: 266
Joined: Dec 2009
Reputation: 0
Location: Taunton, Somerset, England
Post: #80
Windows 7 64 bit Latest Camelot

This has happened quite a few times now using Xperience, but has not happened with other skins.

Using XBMC on a dual monitor sometimes if you move from one monitor to the next, to go and use the second monitor, XBMC causes an error.

Not sure if this maybe a fault with XBMC or the actual skin, but I have tested using other skins, and so far not had this problem.

I have just done it again, where you go down to the bottom of the monitor so it should bring up the pause, stop menu bar at the bottom, it causes a crash.

Regards

Mark
find
Thread Closed