New Build: v0.7.0
#1
Information 
Download v0.7.0 2010-04-24

Added: TV show library support. Browse by show, season and episode. Details view for shows and episodes.
Added: Remote texture support for HTC Tattoo
Added: Basic integration for XBMC's shiny new JSON-RPC interface. Looking good but still a lot missing. Deactivated by default.
Added: Default cover for "Now playing"
Added: In file mode, added support for playing FLAC and m4a.
Fixed: Rewrote cover download code. Images are now resized smoothely and a recent XBMC build will download 10x faster. Also, it doesn't start downloading thumbs that are still scrolling.
Fixed: Batch cover download should now be faster, eat less memory and crash less. Also you can abort the process and restart it.
Fixed: Crash when closing screen while covers were still downloading
Fixed: Crash on calls from people without image
Fixed: "Hide artists who only appear on compilations" was broken due to change of XBMC's preference setting
Fixed: Remote control GFX was messed for Nexus one
Fixed: Moved WOL port and timeout setting to the host preferences
Fixed: List view brushup
Fixed: Dpad events were too sensitively treated
Fixed: Query issue with old XBMC versions <Camelot (thanks Steve)
Fixed: Long press issues
Fixed: Some NPEs
Fixed: There were still medium sized thumbs showing up instead of small

Image

Release Notes:
Cover download: The whole thing was quite a mess. With old HTTPAPI you can't download binary files but only base64-encoded strings. So I've found a way to decode it on the fly using a Base64.InputStream, but that doesn't work for Camelot's LibGoAhead. Later XBMC revisions feature MicroHTTPd works great, but on the other hand, topfs2 introduced a way to download binaries at the same time. So now we have two ways of downloading covers:
  • For XBMC revisions until 27770 (9.11 Camelot included), the "old way" is used, meaning the whole base64-encoded response is loaded into a string, decoded to byte array and then read as bitmap. This takes a while and eats more memory.
  • For later builds, direct download is used. This results in several advantages:
    • Major speedup because the bitmap is directly instantiated from the URL and Android can use its native C routines for downloading
    • Even more speedup because we read only as much as we need. Uber-large covers aren't downloaded wholly, only as big as we need them.
    • Less memory usage, because we stream directly and don't need to save everything twice.
If you already downloaded covers in a previous version and you wonder why the covers are pixelated, you should delete them and re-download them. You'll see it's worth it.

TV show library: It's brand new, so bear with a few bugs. If you see weird behavior on shows list, don't hesitate do file bug report. Wide banners are preferred, meaning XBMC Remote firstly checks if there's a <tvshow-folder>/banner.jpg before asking for the current thumb. So you can still keep portrait or landscape thumbs for your favorite skin and have better looking wide banners in the remote. Note however that all those formats are supported as well, meaning the look of the list dynamically changes depending on the thumb format.

In a nutshell
  • Get a recent XBMC build
  • When starting the app, go to menu -> download covers -> clear cache
  • Batch download the covers

See also this post for future releases. It's actually the first time we have a kind of plan what's happening in the future. Wink
Running XBMC on my HTPC, tablet, phone and pinball machine.
Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. For troubleshooting and bug reporting, make sure you read this first.
Reply


Messages In This Thread
New Build: v0.7.0 - by freezy - 2010-04-24, 15:13
[No subject] - by Jucgshu - 2010-04-24, 16:26
[No subject] - by Rastan - 2010-04-24, 16:50
[No subject] - by freezy - 2010-04-24, 17:35
[No subject] - by kosm - 2010-04-24, 21:09
[No subject] - by Jucgshu - 2010-04-25, 00:04
[No subject] - by StarChild - 2010-04-25, 00:16
[No subject] - by KeithLM - 2010-04-26, 06:44
[No subject] - by stibbons - 2010-04-26, 08:15
[No subject] - by jonassw - 2010-04-26, 15:17
[No subject] - by Nazgulled - 2010-04-26, 21:41
[No subject] - by steve.garon - 2010-04-27, 23:36
[No subject] - by aldenpotamus - 2010-04-27, 23:42
[No subject] - by Bram77 - 2010-04-29, 12:32
[No subject] - by freezy - 2010-04-29, 12:40
[No subject] - by Bram77 - 2010-04-29, 13:24
[No subject] - by the_alien - 2010-04-29, 14:41
[No subject] - by freezy - 2010-04-29, 15:04
[No subject] - by Bram77 - 2010-04-29, 16:12
[No subject] - by stibbons - 2010-04-29, 16:22
[No subject] - by Bram77 - 2010-04-29, 19:27
[No subject] - by freezy - 2010-04-29, 19:35
[No subject] - by arco - 2010-05-02, 21:47
[No subject] - by emzed - 2010-05-03, 21:23
[No subject] - by seeker83 - 2010-05-12, 01:50
[No subject] - by freezy - 2010-05-12, 03:30
Logout Mark Read Team Forum Stats Members Help
New Build: v0.7.00