XBMC: More Advanced Settings
Posted in: Today's ChiliThis article was written on May 10, 2012 by CyberNet.
While XBMC is a versatile piece of software there are always a lot of things that advanced users wish they could configure, but the developers can’t possible cram it all into the XBMC interface. That’s where the advancedsettings.xml file comes into play. This file will let you adjust a dizzying number of settings that are not configurable any other way, and gives you even more control over your XBMC experience.
You’ll find the advancedsettings.xml file in your profile folder:
- Mac: ~/Library/Application Support/XBMC/userdata/
- Windows: %appdata%\XBMC\userdata\
Once in your profile directory find and open up the advancedsettings.xml file, or create the file if it doesn’t already exist. After you’ve got the file open you can start changing some of the hundreds of settings that are available.
What settings have I changed? I’ve covered a few in past guides including setting up a media library that is shared amongst multiple machines, and I’ve even provided configuration tips to help resolve buffering issues. I have a few other tweaks that I haven’t mentioned yet…
Video Library:
There are several settings that I change related to the video libraries:
<videolibrary>
<flattentvshows>2</flattentvshows>
<hideemptyseries>true</hideemptyseries>
<recentlyaddeditems>50</recentlyaddeditems>
</videolibrary>
Here is what each of them mean:
- flattentvshows (2): Shows all episodes for a TV show at the same level rather than sorting them by season.
- hideemptyseries (true): Hides TV shows that don’t have any episodes in them. This is especially useful if you delete shows after you watch them.
- recentlyaddeditems (50): Increases the number of items that are displayed in the recently added list.
Splash Screen:
This is a simple setting that disables the splash screen when XBMC is starting up. It’s something a lot of people probably won’t care about changing, but since it is available I thought it wouldn’t hurt to turn it off:
<splash>false</splash>
Debug Log:
I don’t always use this, but if I’m trying to troubleshoot a problem it can be useful. This will let you adjust how much info gets logged:
<loglevel hide="false">1</loglevel>
These are what the various values are used for:
- -1: All logging is OFF
- 0: Normal logging, only logging errors (Default)
- 1: Debug logging
- 2: Debug logging with free memory, frames-per-second and CPU usage shown on screen
- 3: Debug logging with free memory, frames-per-second and CPU usage shown on screen; Plus full SMB logging
CyberNet’s XBMC Guides:
- XBMC: Introduction to Our Upcoming Guides
Our introduction provides some of the deciding factors for switching from Windows Media Center to XBMC. - XBMC: Build Your Own HTPC
Our extensive guide on the hardware we chose for our home theater PCs (HTPCs), the cost, and some tips on choosing the hardware for your own HTPC. - XBMC: Prepare and Optimize Windows 7
A helpful list of tips to optimize the performance of Windows 7 so that the system is able to offer as many resources to XBMC as it can. - XBMC: IR Receiver and Remote (Harmony, Xbox 360, and More)
If you want your HTPC to operate like a set-top box you’ll definitely want to get a remote control configured, and for me this was a critical step so that I wouldn’t have to be concerned about less tech-savvy users trying to use my TV. - XBMC: Share and Sync Media/Settings Between Multiple XBMC Installs
Configuring XBMC to share settings between multiple instances means you’ll be able to stop a show in one room, and seamlessly pick up where you left off in another room. - XBMC: Fit the Picture to Your TV with Overscan
If XBMC doesn’t fit your TV screen perfectly there are a couple of steps you can take to get it just right. - XBMC: Installing Skins
How to tweak the appearance of XBMC so that it looks the way you want it to. - XBMC: Custom Home Screen Menu Backgrounds
Make the backgrounds of your chosen skin/theme a little more interesting by having it flip through artwork from your favorite TV shows and movies. - XBMC: Dynamic Weather Backgrounds
If you’re using the Aeon MQ 3 theme you can have it use dynamic wallpapers that change based on the time of day and current weather conditions. - XBMC: SMB on Mac OS X 10.7 (Lion)
I use a Mac to serve up files to my XBMC instances running on Windows, and so my preferred protocol for sharing files is SMB. This guide explains how you can get a XBMC-compatible version of SMB running on Mac OS X 10.7 Lion. - XBMC: Adding Media Sources
Learn how to add your media to XBMC and turn on the appropriate content scrapers. - XBMC: Troubleshoot Buffering Issues
Trying to troubleshoot buffer issues in XBMC can be quite a pain, and so I lay out some of the most common culprits. - XBMC: Test Your HTPC with High Bitrate Sample Videos
Want to see how well your HTPC performs? Throw some of these high bitrate 1080p sample videos at it. - XBMC: More Advanced Settings
Configure some of the settings that you won’t find anywhere in the GUI. - XBMC: Stream Hulu, Food Network, and More
Thanks to add-ons you can stream videos from some of your favorite sources including Hulu, Food Network, HGTV, TWiT, and more. - XBMC: AirPlay on Windows
Send videos from your iOS device to any XBMC instance with very little configuration. - XBMC: Web Interface and Chrome Extension
As long as you are on the same network as your XBMC box you can control it from any browser using the built-in web interface, or you can install a Chrome extension to make it even easier. - XBMC: iPhone and iPad Remote
If you own an iPhone or iPad you can enjoy one of the best XBMC remote control experiences I’ve seen, and it will only cost you a few bucks. - XBMC: A List of Our Guides, Plus Helpful Wiki and Forum Posts
A recap of all the guides we’ve written as well as useful wiki and forum post from the official XBMC.org site. - XBMC: Free and Official iOS Remote for XBMC Released
This is the free and official XBMC remote control iOS app (optimized for both the iPhone and iPad). It will let you easily control all of the XBMC instances in your house as long as they are all on the same network. - XBMC: Running XBMC on Startup in Windows 8
Learn how you can make XBMC start automatically when Windows 8 boots. - XBMC: Send YouTube Videos From Chrome to XBMC
Send YouTube videos from your PC to any XBMC instance in a single click. - XBMC: Aeon MQ 4 Skin
If you’re looking for one of the best and most popular XBMC skins the Aeon MQ 4 is a great choice. - XBMC: Android Widget Remote Control
Control multiple instances of XBMC without ever having to open an app on your Android device!
Copyright © 2013 CyberNetNews.com
Post a Comment