Skip to content
BornSlacker.com
BornSlacker.com

Gadgets, Software, Tutorials, and more…

  • Tutorials
  • Memories
  • About Us
  • Contact Us
BornSlacker.com
BornSlacker.com

Gadgets, Software, Tutorials, and more…

Create Your Own TV Channels on XBMC (Smart Playlists)

SlackMaster, March 9, 2014March 14, 2014

Smart Playlists_1XBMC supports creating a playlist, meaning you can queue up several shows and then let it play through those shows on a playlist. Sometimes though, you just want to watch a certain kind of show, but don’t know specifically what you want to watch, like a TV channel. In such a case, Smart Playlists are a handy little feature.

It’s a pretty simple process to set up a Smart Playlist from within XBMC. Simply follow these instructions:

  1. Select “Videos” from the main screen
  2. Select “Playlists”
  3. Select “Smart Playlists”
  4. Adjust the settings to create your new Smart Playlist
Smart Playlists_1Smart Playlists_1
Smart Playlists_2Smart Playlists_2
Smart Playlists_3Smart Playlists_3
Smart Playlists_4Smart Playlists_4

XBMC Wiki has a great detailed walk-through of how to set each of the settingsĀ and what the available options are for different types of Smart Playlists.

You can also create your own playlists using a text editor like the one I have below. This Smart Playlist is for a “Mythbuters TV” Smart Playlist that I created. Once you create the file, you save it as a .xsp file and then upload it to the userdata folder (check the wiki to find the userdata folder for your platform).


<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
 <name>Mythbusters TV</name>
 <match>all</match>
 <rule field="tvshow" operator="contains">
 <value>MythBusters</value>
 </rule>
 <limit>25</limit>
 <order direction="ascending">random</order>
</smartplaylist>

The bit of code above says to compile a playlist of TV show episodes (25 of them), where the TV show title contains the word “MythBusters”. Once you’ve uploaded the file, restart XBMC, go to playlists, bring up the context menu and hit “play”. Enjoy your MythBusters marathon.

Share this:

  • Click to email a link to a friend (Opens in new window) Email
  • Click to print (Opens in new window) Print
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Pocket (Opens in new window) Pocket

Related

Quick Tips channelsHome TheaterHow-ToHTPCOpenElecplaylistssmart playlistsStep-By-StepXBMC

Post navigation

Previous post
Next post

Leave a ReplyCancel reply

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Recent Posts

  • Port Forwarding, Remote Access, & Other Goodies
  • Setting up SABnzbd
  • Home Media Server: Choose Your Weapon
  • What is Usenet?
  • Create Your Own TV Channels on XBMC (Smart Playlists)

Categories

  • Quick Tips
  • Tutorials
  • Usenet Series

Archives

  • March 2014
©2025 BornSlacker.com | WordPress Theme by SuperbThemes
  • About WordPress
    • WordPress.org
    • Documentation
    • Learn WordPress
    • Support
    • Feedback
  • Log In
  • Register