XBMC: More Advanced Settings

This article was written on May 10, 2012 by CyberNet.

Xbmc

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:

Copyright © 2013 CyberNetNews.com

How to Harness Solar Energy to Make Your Own Post-Apocalyptic Keys

We all know the world’s going to end at some point, and sure, maybe it’s not entirely "likely" to happen anytime soon—but better safe than sorry. So assuming you’ve already been working diligently on your underground, radiation-proof bunker, what’s going to happen when you need extra keys made with nary a (non-zombie) locksmith in sight? Fortunately, as Hack A Day shows us, there’s an easy, accurate enough way to make your very own spare keys with nothing more than some plaster, the sun, and a giant fresnel lens.

Read more…


    



How To Do an Absinthe Wash (And Why You Should)

If you’ve been to an even moderately progressive bar in the last five years you’ve undoubtedly seen a Sazarac on the menu. Rye whiskey, Peychaud’s Bitters, simple syrup, and an absinthe wash. Wait, what the hell is an absinthe wash? Trust us, you want to know.

Read more…


    



An Amazingly Simple Way To Test If a Battery Is Dead

It turns out that when the alkaline in a battery wears down, it produces a gas that fills the inside. So if you’ve got a box of random batteries you want to test, and don’t have access to a voltmeter or any other device, you can simply drop them vertically a short distance onto a hard surface. A charged battery will make a solid thump sound and often remain standing, while a dead battery makes a muffled sound, bounces repeatedly, and then topples over.

Read more…


    



How to Encrypt Your Email and Keep Your Conversations Private

Between constant password breaches and the NSA looking in on everything you do, you’ve probably got privacy on the mind lately. If you’re looking for a little personal privacy in your communications with friends and loved ones, or you just want to trust that the documents you email to your accountant or client aren’t being intercepted and read, you’ll need to encrypt those messages. Thankfully, it’s easy to do. Here’s how.

Read more…


    

How To Stream Local Content to Chromebooks

Chromebooks do not have any built-in capability to access local content (LAN) in its native mode because there is no access to the chromeOS filesystem to mount a network shared resource. I wish there was a “browse network” feature in […]

Like It , +1 , Tweet It , Pin It Original content from Ubergizmo.

    

The Ultimate (Free) Virus Protection Guide

So you got caught with your pants down on the Internet (figuratively, folks) and contracted a virus. That sucks. Or maybe you were wearing protection but still fell victim to some nasty bit of code that managed to slip by your antivirus software undetected. That sucks even more. Either way, it’s nothing to feel ashamed about. The web is a dangerous place and even the most tech savvy users sometimes slip up. You can even get a virus through no fault of your own simply by visiting a reputable website that, unbeknownst to you, has been compromised by a hacker with malicious intent. The web is a war zone, and even if you’re not a target, you can still end up a casualty. More »

This Is the Most Beautiful Way to Learn How to Code

These days, the sentiment of anyone who doesn’t know how to code being destined to a life of homeless ineptitude has become a fairly common (if mildly exaggerated) one. But of all the ways out there to save yourself from a derelict fate, Jon Duckett’s HTML and CSS: Design and Buil Websites, is, perhaps, the most beautiful, information-packed intro to basic web languages you can find. More »

Five Simple Ways to Keep Your Android Malware-Free

While it’s true that Android is a little more susceptible to malware attacks than iOS, the situation isn’t nearly as bad as Apple would have you believe. With a little knowledge and a sprinkling of common sense, you can make your device impervious to even the most dastardly of digital assaults. Here’s how. More »

How to Turn Your Shell-Prompt Into a Hamburger

Shell prompts are, by definition, pretty dull. So, if you spend a lot of time looking at one, why not make it more fun by… replacing it with a hamburger! More »