XBMC 11.0 "Eden" Released


Recommended Posts

  • Addons Framework, API, and Manager
    • Added ability for all addons to provide their own web interface (and handling of multiple web interfaces)
    • Added support for addons to save their setting values to their own settings.xml file before quitting
    • Added support for multi-file selections in the (python) file browser dialog
    • Extended Addons API to support adding extension points for Service Addons (xbmc.service)
    • Added support for Addon Rollbacks, enabling users to choose previously installed addons over more recent revisions
    • Added the ability to search Addons in the Addons-Manager

    [*]GUI Engine

    • Improve XBMC's GUI Engine / Skinning Framework making it even more flexible and powerful
    • Added option for auto login of a specific selected user profile (good for kiosk mode)
    • Added commands for xbmc.Player().getAvailableAudioStreams() and xbmc.Player().setAudioStream()
    • Added support to identify DTS-HD (DTS-HD MA and DTS-HD HRA) profiles in audio stream list
    • Add ability for skinners to show buffering progress for streamed/cached files (similar to YouTube)
    • Improved mouse support, add better control for dragging of seek / slide / scroll bars, and click handling
    • Improve touch interface API and gesture support for XBMC's GUI Engine for all platforms
    • Added Dirty Region support to reduce CPU usage
    • Added a custom JPEG decoder, at least 2x faster than the previous implementation (cximage)
  • Playback
    • Added UDF 2.5 filesystem reading support to XBMC's VFS (Virtual File System)
    • Added support for direct playback of ISO image files for Blu-ray Disc as well as video library integration
    • Added an option for vertical shift of video image with slider setting
    • Added support for color and font styles tag in MPL2 (MicroDVD) subtitles
    • Added support for SSA/ASS subtitle tags; italics, bold, and color for SubRip (.srt) subtitles
    • Added support for MP4 embedded subtitles
    • Added support delay tag in vobsub subtitles
    • Gave external subtitles preference over internal subtitles
    • Added support for a new extended version of MPlayer's EDL (Edit Decision List) format
    • Added PlayerControl built in function to allow jumping to a percentage offset from a key mapping
    • Added support for Slingbox
    • Upgrade FFmpeg (libavformat and libavcodec) audio/video codec and demux library
    • Improved Blu-ray Disc and harddrive playback support of unencrypted bdmv and mpls files without menus
    • Removed subtitle caching (as it was only needed on Xbox because of the severe memory restrictions)
    • Removed all dependencies of libmms libraries from XBMC's code in favour of FFmpeg native MMS support
    • Remove all dependencies of liba52, libdts, and faac libraries from XBMC's code in favour of FFmpeg native
    • Added support for NFS virtual file server (vfs) (all platforms)
    • Added support for AFP (vfs) (all platforms aside from Windows)
    • Added Airplay support for Videos/Pictures (all platforms)
    • Added Airplay support for Music (all platforms aside from Windows)
    • Added Audio/L16 support for better DLNA UPnP client compliance
    • Improved UPnP Renderer
    • Added a slider for volume amplification and dynamic range compression during video playback
    • Added an option to pause video playback during refreshrate changes
    • Extended PathSubstitution from playlists to all files for users of shared MySQL Databases
    • Added the ability to adjust the display's refresh rate to match the video's frame rate in OSX (Feature already available in Windows and Linux)
    • Improvements made to the adjust refresh rate feature to pick the "best" rate, rather than the closest multiple
    • Added DXVA Deinterlacing support

    [*]Library

    • Combined Files and Library mode for videos
    • Add asynchronous threaded background loading of metadata to XBMC's VFS (Virtual File System)
    • Added support for cleaning the music library via CleanLibrary(music) command
    • Added a "Play from here" context menu button for TV Shows Episodes in the video library
    • Added the option to specify the default select (Play, Resume, Show information, Choose) action on videos
    • Changed "Set Content" to "Edit Content Settings" after being set
    • Added disc stub support for cataloging DVDs, BluRays, etc.
    • Added support for scraping Movie Collections, along with the ability to toggle collections on and off
  • Scrapers
    • Improve TheMovieDB.org movie scraper by adding themoviedb.org posters scraping
    • Added movie set scraping'
    • Improve TheTVDB.com (Multi-Lingual) TV Shows and Episode scraper
    • Improve Freebase (English) music scraper

    [*]Skins

    • Confluence: Home screen switched to horizontal layout
    • Confluence: Greatly simplified the way FanArt works throughout the skin and the settings for it
    • Confluence: Added ability for users to easily add / remove Add-ons as items on the home screen menu
    • Confluence: Added codec flagging images for DTS-HD Master Audio and DTS-HD High Resolution Audio
      • Other
        • Added ability to handle and allow access to multiple web interfaces at once
        • Added option setting to play videos within picture slideshows
        • Added dimming setting to the built-in picture slideshow screensaver
        • Added support for sorting depending on current locale
        • Added advancedsettings.xml option to disable the display of startup splash image (enabled by default)
        • Added support for batch requests to the JSON-RPC API
        • Added support for requests by notification to the JSON-RPC API
        • Make JSON-RPC API compliant with JSON-RPC 2.0 specification
        • Cleanup and improve JSON-RPC API
        • Added advancedsettings.xml option to configure the TCP port used by JSON-RPC (default is 9090)
        • Improve the features of the default web interface
        • Removed Weather from XBMC core and switched to Weather Underground as the default weather provider addon
        • Added weather lookup by IP

        [*]Linux Specific

        • Add support for Texas Instruments OMAP4 (OMAP4430 and OMAP4440 with video decoding on IVA 3)
        • Added dynamic runtime detection of CPU features (MMX, SSE, 3DNow, etc.) implementation for Linux
        • Added proper timezone support for systems based on Slackware Linux
        • Added altname (alternative name) support to LIRC mapping for linux-input-layer devices
        • Added lircmap for Conexant's CX23885 IR (infrared) recievers
        • Added lircmap to switch between subtitles with iMON Pad remote control
        • Improved ARM processor architecture support for embedded devices and embedded system platforms
        • Improved OpenGL ES and EGL support for embedded devices and embedded system platforms
        • Improved OpenMAX Video Decoding Acceleration support
        • Provide JSON-RPC server over Bluetooth
      • iOS Specific
        • Ported XBMC to iOS 4.x (adding "XBMC for iOS" to XBMC's existing list of supported operating-systems)
        • Added support for Apple A4 (ARM) iDevices, inc. Apple TV 2G, iPhone 4, iPod Touch 4G, the iPad (effectively all jailbroken iOS products)
        • Added hardware accelerated video decoding support for H.264 decode on iOS via Apple's VideoToolBox API
        • Added support for OpenGL ES hardware accelerated rendering of XBMC's graphical user interface on iOS
        • Added retina support
        • Added initial iOS Touch / Gesture / Inertial Scrolling support for XBMC interface on iPhone 4, iPod Touch 4G, and the iPad
        • Added a APT repository for Apple TV, and Cydia with packages for iPhone 4, iPod Touch 4G, and iPad

        [*]Mac OS X Specific

        • Added dynamic runtime detection of CPU features (MMX, SSE, 3DNow, etc.) implementation for Mac OS X
        • Improve Apple VDADecoder Video Acceleration support (requires Snow Leopard and NVIDIA 9400 or later)
        • Improve XBMC's build system to make compiling XBMC much easier
      • Windows Specific
        • Added support for NV12, UVYV, UYVY, and YUV2 rendering (software and ps)
        • Added dynamic runtime detection of CPU features (MMX, SSE, 3DNow, etc.) implementation for Windows
        • Added DXVA video rendering option
        • Improve XBMC's build system to make compiling XBMC much easier

Source: XBMC
Link to comment
https://www.neowin.net/forum/topic/1066098-xbmc-110-eden-released/
Share on other sites

If anyone is reading this and liked Boxee but is now looking for an alternative, try Plex. It has come an awfully long way since I first tried it. It offers the simplicity of boxee but the power of XBMC and I now use Plex on our HTPC, server (running Server Plex) and our iPads and iPhones. It is a complete solution and free (except the iPhone/iPad clients but they are real cheaply priced).

anyone know when XBMC is going to add PVR support? Media Portal is good but...

You could try these branches http://www.scintilla...c/prebuild.html

They are work but can be rather sluggish in channel changing. Using it on Linux via a Mythbuntu setup is the best route right now if you can get it working with drivers etc

You could try these branches http://www.scintilla...c/prebuild.html

They are work but can be rather sluggish in channel changing. Using it on Linux via a Mythbuntu setup is the best route right now if you can get it working with drivers etc

Thanks for that!!!

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Here is the new Surface Laptop Ultra wallpaper in high resolution by Taras Buria Earlier this week, Microsoft announced the Surface Laptop Ultra, its brand-new high-end laptop powered by NVIDIA's brand-new RTX Spark processor. As usual, Microsoft gives each new device a unique wallpaper, and the Surface Laptop Ultra is no exception. While the device is not publicly available yet, somebody has already extracted its wallpaper, giving everyone a chance to get a piece of the upcoming laptop in its full-resolution glory. The Surface Laptop Ultra has a very dark, abstract wallpaper that resembles the stock wallpapers in Windows Server, albeit with much less color. Having this dark, grim wallpaper highlights the laptop's mini-LED display and its ability to cut off parts of the screen's backlight to achieve OLED-like black levels. However, if you also like light wallpapers, we made a white version by simply inverting its colors. You can download both wallpapers below (click the image, right-click it, and select "Save as"): The Surface Laptop Ultra is expected to launch later this year. Microsoft is not revealing full details yet, including the price. However, Microsoft confirmed up to 1 petaflop of AI performance and RTX 5070-level of GPU performance. The heart of the laptop has up to 20 CPU cores and 6,144 GPU cores. Additionally, Microsoft and NVIDIA boast high CPU efficiency for all-day battery life. As for the display, it is a 15-inch mini-LED display with a pixel density of 262 ppi and a maximum brightness of 2,000 nits. Of course, not everyone needs this amount of power, and certainly not everyone can afford it. For those who need a more affordable device, Microsoft is also preparing the next-generation Surface Pro powered by the Snapdragon X2 Elite processor. Weeks ahead of the announcement, details about this computer were leaked by a retailer. Do you like the Surface Laptop Ultra's stock wallpaper? Share your thoughts in the comments. Image provided by @nextgenos2026 on X
    • From all that I've read on the subject--not that much, really--it looks to me like companies and parents are trying to protect themselves from children using their parents accounts to run up giant bills, sometimes in the thousands of dollars, and the first the parents know about it is when they get sued... Internet companies have been sued for tailoring their ads to children, which is kind of old news. My belief is that policing starts at home with the parents, and the reason that so many laws that can't be enforced are being passed is because parents are eschewing their responsibilities, claiming not enough time, not enough knowledge, etc. Giving kids cell phones sans Internet connectivity is a good place to start--confine Internet activity to PCs in the home that the parents regulate. My kids are all grown and gone, I'm happy to say... They have their own kids to worry about.
    • ChartNet’s 1.7 million synthetic samples let compact open-source models outperform GPT-4o on every chart task   A team from MIT and the MIT-IBM Computing Research Lab has built a training dataset that solves one of the most persistent gaps in enterprise AI: the inability of even the best commercial models to reliably read a chart...... https://www.techtimes.com/articles/317752/20260604/ai-chart-understanding-breakthrough-mit-ibm-dataset-lets-small-models-beat-gpt-4o.htm  
    • BTW DXVK is also available on Windows and offers similar benefits like on Linux when it comes to performance, at least in some titles. The Raceroom racing sim for example even offers DXVK as one of its officially supported options and it can achieve ridiculous improvements in certain situations, like quite literally doubling (or more) the framerates
  • Recent Achievements

    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
    • Week One Done
      jefred earned a badge
      Week One Done
    • Apprentice
      JoeyNeo went up a rank
      Apprentice
  • Popular Contributors

    1. 1
      +primortal
      476
    2. 2
      PsYcHoKiLLa
      233
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      68
    5. 5
      Michael Scrip
      58
  • Tell a friend

    Love Neowin? Tell a friend!