Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry PI: TVDB Banner image locks UI #2138

Closed
nils-werner opened this issue Mar 28, 2013 · 10 comments
Closed

Raspberry PI: TVDB Banner image locks UI #2138

nils-werner opened this issue Mar 28, 2013 · 10 comments
Milestone

Comments

@nils-werner
Copy link

Apparently the image http://thetvdb.com/banners/graphical/121361-g19.jpg from TVDB causes the UI to lock up when it is being processed by the system in any way.

The device locks up when I try to scrape the information from TVDB but the data does end up in the system.

After a reboot, the "Show Mediainfo" menu has the plot snippet and poster there and also the fanart loads. But when I change into "banner" view the device locks up again. Same when I try to change the banner-selection in the GUI.

@popcornmix
Copy link

This is probably fixed with latest firmware:
Hexxeh/rpi-firmware@b68696f

(the Firmware: Skip unused jpeg markers part).

@nils-werner
Copy link
Author

I can confirm this. The new firmware fixes this issue.

Funny thing, I tried a FW from 4 days ago and it was fixed 3 days ago :-D

@killsta
Copy link

killsta commented Apr 4, 2013

My box crashes when using the XBMC iPad app and viewing the TV Show banners, however doesn't do it when viewing Movie thumbnails. I do have that G.O.T banner.

I have the issue in all devel builds post Mar 26 including yesterdays. Is it the same issue?

@nils-werner
Copy link
Author

Did you update the firmware files to the most recent version?

@killsta
Copy link

killsta commented Apr 4, 2013

I haven't yet - how's best to update the firmware?

@nils-werner
Copy link
Author

Download fixup.dat and start.elf from https://github.com/Hexxeh/rpi-firmware, and place them in /flash/ on your raspi:

Via SSH:

mount -o remount,rw /flash/
cd /flash
wget https://github.com/Hexxeh/rpi-firmware/raw/master/start.elf -O start.elf
wget https://github.com/Hexxeh/rpi-firmware/raw/master/fixup.dat -O fixup.dat
reboot

@killsta
Copy link

killsta commented Apr 4, 2013

Working fine now, thanks :)

@killsta
Copy link

killsta commented Apr 5, 2013

Anybody know when this firmware will be included with the devel builds? At the min everytime I flash a new devel it reverts to the firmware with the bug and I have to manually update....

@popcornmix
Copy link

It's included in rbej's builds:
http://forum.xbmc.org/showthread.php?tid=140518&pid=1350100#pid1350100

@killsta
Copy link

killsta commented Apr 8, 2013

How/when does it get included in other devel builds such as those at http://openelec.thestateofme.com?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants