Skip to content

Instantly share code, notes, and snippets.

@justinemter
Created January 10, 2020 04:25
Show Gist options
  • Save justinemter/6d62591239cfd6003499baeba272e9ef to your computer and use it in GitHub Desktop.
Save justinemter/6d62591239cfd6003499baeba272e9ef to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Welcome to PseudoChannel!
This will be the most difficult part in the process of setting up your PseudoChannel (but it is not hard,
just be sure to read this and you will be set).
There are a few things to keep in mind when setting up this XML.
1) What exactly is this file for?
The whole idea behind "PseudoChannel.py" is to create your own channel(s) to mimick real TV,
using your own "TV Shows", "Movies" and "Commercials". You are not supposed to intervene too often,
rather you are supposed to set it up (here) and just let it go as it advances in series episodes, playing
commercials to fill up gaps between scheduled content and playing movies where specified. That being said,
this particular file is where you map out what your channel looks like. I have my own schedule
below so you can reference it when building your own channel.
2) How do I make sense of these '<time></time>' blocks / '<weekdays></weekdays' blocks?
Since the whole concept of the channel is to have repeating blocks of content that changes throughout the
week depending on the day / time of day (like a real channel) you specify your "TV Shows" and "Movies" schedule
by adding a '<time></time>' block within the part of the week you want it to be scheduled for. For instance,
below I have "Looney Tunes" scheduled to play "everyday" starting at "6:00 AM", whereas I have "Garfield &#38; Friends"
playing only on "weekday" mornings scheduled for after Looney Tunes starting at "8:00 AM". Also notice that
"Garfield &#38; Friends" below is actually written as, "Garfield &#38; Friends". This is especially important
to those new to editing XML. In XML, "UTF-8", you are forbidden from using certain characters like the and
character. It is important to encode your titles to XML friendly text (this is also important for non-english characters).
You can convert titles that have forbidden characters by using this online too: http://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii
3) Setting the available parameters: "title=", "type=", "strict-time=", "time-shift=", "xtra="
There are two required parameters: "title" and "type". The "title" value should be either the title of your series
(i.e. "Friends") or if you are scheduling a movie it should only be set to, "random". The "type" parameter should be set
to either "series" or "movie". The attribute "strict-time" can either be "true" or "false" and refers to
whether or not the particular "<time>" block will be scheduled for the exact time you specify or if it will
shift around to fill up gaps. This is useful as sometimes episodes are as short as 5 minutes (cartoons) while
other episodes that are normally ~25 minutes are an hour or so long. Setting "strict-time" to "false" will
tell the app to shift that time block closer to the previous episode. The corresponding, "time-shift" attribute
tells the app how to shift the item. Its value can be "1" or more and will help the scheduler determine when to schedule the
shifting time according to that value. So for instance, if you'd like no gaps between your content, then you want
to set "strict-time='false'" and "time-shift='1'". However if you want your content to shift but would rather
it 'hook' on to a pretty time, like "2:45 PM" versus "2:41 PM" then you would set "time-shift" to a value like "5".
This will shift content around and schedule it within 5 minutes of the previous item but hook it on to the
nearest multiple of "5". You could use "15" or "30" too for even prettier times. Experiment.
4) Movies. How do I schedule "Billy Madison" to play on Saturday afternoon?
Well, since the app is supposed to work like a real TV Channel, you aren't supposed to have that kind of
control. If you want to watch "Billy Madison" then why not just turn on your Plex TV app and play it? Instead
here you want to always use "random" tor the "title=" value of movie content. But let's say you have a ton of Adam Sandler
movies and want to schedule a "random" Adam Sandler movie on Saturday afternoon? That makes more sense, that way
you aren't playing the same movie every Saturday afternoon! For movies specifically, you have a new
attribute called "xtra". There you can add various parameters to narrow in on the random movie type you
want scheduled every Saturday afternoon. So if for some reason you are set on playing an Adam Sandler comedy
every Saturday, then you might have a <time> block that looks like this:
<time title="random" type="movie" strict-time="true" xtra='actor:adam sandler genre:comedy contentRating:PG'>12:45 PM</time>
The available "xtra" paramters are as follows (http://python-plexapi.readthedocs.io/en/latest/_modules/plexapi/library.html#LibrarySection.search):
* unwatched: Display or hide unwatched content (True, False). [all]
* duplicate: Display or hide duplicate items (True, False). [movie]
* actor: List of actors to search ([actor_or_id, ...]). [movie]
* collection: List of collections to search within ([collection_or_id, ...]). [all]
* contentRating: List of content ratings to search within ([rating_or_key, ...]). [movie]
* country: List of countries to search within ([country_or_key, ...]). [movie,music]
* decade: List of decades to search within ([yyy0, ...]). [movie]
* director: List of directors to search ([director_or_id, ...]). [movie]
* genre: List Genres to search within ([genere_or_id, ...]). [all]
* resolution: List of video resolutions to search within ([resolution_or_key, ...]). [movie]
* studio: List of studios to search within ([studio_or_key, ...]). [music]
* year: List of years to search within ([yyyy, ...]). [all]
Currently the "xtra" attribute is only available to be used with movies.
5) Commercials?
If you are planning on using "time-shift" with a value greater than "1", then you will have empty gaps
in between your scheduled content. A neat feature is to fill those gaps with commercials, music videos,
or whatever you can come up with. All you have to do is set the commercial flag in the "pseudo_config.py"
file to tell the app to use "commercial injection" and make sure you have a "Commercials" library in your
plex media library. In that library, fill it with as many commercials or short videos as you can. The more
the better! I have close to a thousand commercials in mine - this helps the app fill up the gaps with a
wide variety of video content of varied durations. (hint: use a tool like 'youtube-dl' to download full
playlists from yourtube. You can fill up your "Commercials" library quick). Once you have your commercials library
setup, make sure to run, "python PseudoChannel.py -u" once more to update your local db with your new commercials
library. Commercials will now be "injected" to fill up gaps upon the next days schedule (or you can manually
generate the schedule using the "-g" flag).
Ok, that should be it. I've made it sound much more complicated than it actually is. Just make sure that you aren't
accidentally overlapping times, aren't accidentally trying to use forbidden XML characters, etc. Once you have
everything set, it should be hands off form there on out. Just go back to the cli and run "python PseudoChannel.py -xml"
to tell the app that you have updated the XML.
Oh and lastly, make sure that your "series" title's are written exactly as they are in your Plex Library. So if you
have "The Office (us)" in your Plex library, you need to have it written exactly like that here (not case sensitive) or it won't work. In
my previous "garfield" example you might be tempted to write it as "Garfield and Friends" instead of the hassle of
using the XML ascii character "&#38;". Well you cannot do that. I usually like to have my Plex Server web page
open in a tab while making my XML. That way for each "series" title I can double check the library to make sure I
am using the series title exactly as Plex is.
Ok, that is it. If you have questions feel free to contact Mark or I on discord here: https://discord.gg/7equn68,
or open an 'issue' on the github repository. Have fun!
-->
<schedule>
<everyday>
<!-- The first item is set to: strict-time=true - this isn't necessary but helps organize the schedule -->
<!--
The following is a good example of content that is extremely short. Looney Tunes cartoons are around
5 minutes in length per episode. Althrough sometimes they are as much as 25 minutes long.
Since strict-time is set to false, the app will adjust accordingly. I am however setting a *rough
intended time of 6:00 AM and incrementing by 10 minutes. The app will figure out the real
start times but this will help me conceptualize my schedule as I keep adding entries.
-->
<time title="Looney Tunes" type="series" strict-time="true" time-shift="1" >5:00 AM</time>
<time title="Looney Tunes" type="series" strict-time="false" time-shift="1" >5:10 AM</time>
<time title="Looney Tunes" type="series" strict-time="false" time-shift="1" >5:20 AM</time>
<time title="Looney Tunes" type="series" strict-time="false" time-shift="1" >5:40 AM</time>
<time title="Looney Tunes" type="series" strict-time="false" time-shift="1" >5:50 AM</time>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >6:00 AM</time>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >6:30 AM</time>
</everyday>
<mondays>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:00 AM</time>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:30 AM</time>
<time title="Person of Interest" type="series" strict-time="false" time-shift="5" >10:00 AM</time>
<time title="Rubicon" type="series" strict-time="false" time-shift="5" >12:00 AM</time>
<time title="Sherlock" type="series" strict-time="false" time-shift="5" >12:30 PM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >1:30 PM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >2:00 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra=''>2:30 PM</time>
<time title="Arrested Development" type="series" strict-time="false" time-shift="5" >3:30 PM</time>
<time title="Bizarre Foods" type="series" strict-time="false" time-shift="5" >4:00 PM</time>
<time title="the office (us)" type="series" strict-time="false" time-shift="5" >4:30 PM</time>
<time title="Good Eats" type="series" strict-time="false" time-shift="5" >5:00 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >5:30 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >6:00 PM</time>
<time title="Quantum Leap" type="series" strict-time="false" time-shift="5" >6:30 PM</time>
<time title="Elementary" type="series" strict-time="false" time-shift="5" >7:00 PM</time>
<time title="Anthony Bourdain: Parts Unknown" type="series" strict-time="false" time-shift="5" >7:30 PM</time>
<time title="Peep Show" type="series" strict-time="false" time-shift="5" >8:00 PM</time>
<time title="Strangers with Candy" type="series" strict-time="false" time-shift="5" >8:30 PM</time>
<time title="Breaking Bad" type="series" strict-time="false" time-shift="5" >8:45 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra='decade:1980,1990,2000,2010,2020'>9:00 PM</time>
<time title="Conan (2010)" type="series" strict-time="false" time-shift="5" >9:25 PM</time>
<time title="Curb Your Enthusiasm" type="series" strict-time="false" time-shift="5" >10:50 PM</time>
<time title="Flight of the Conchords" type="series" strict-time="false" time-shift="5" >11:00 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:20 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:21 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:22 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:30 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:40 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:45 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:50 PM</time>
</mondays>
<tuesdays>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:00 AM</time>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:30 AM</time>
<time title="Person of Interest" type="series" strict-time="false" time-shift="5" >10:00 AM</time>
<time title="Designated Survivor" type="series" strict-time="false" time-shift="5" >12:00 AM</time>
<time title="White Collar" type="series" strict-time="false" time-shift="5" >12:30 PM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >1:30 PM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >2:00 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra=''>2:30 PM</time>
<time title="Arrested Development" type="series" strict-time="false" time-shift="5" >3:30 PM</time>
<time title="Bizarre Foods" type="series" strict-time="false" time-shift="5" >4:00 PM</time>
<time title="the office (us)" type="series" strict-time="false" time-shift="5" >4:30 PM</time>
<time title="Good Eats" type="series" strict-time="false" time-shift="5" >5:00 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >5:30 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >6:00 PM</time>
<time title="Quantum Leap" type="series" strict-time="false" time-shift="5" >6:30 PM</time>
<time title="Anthony Bourdain: Parts Unknown" type="series" strict-time="false" time-shift="5" >6:40 PM</time>
<time title="Anthony Bourdain: Parts Unknown" type="series" strict-time="false" time-shift="5" >6:50 PM</time>
<time title="Strangers with Candy" type="series" strict-time="false" time-shift="5" >8:00 PM</time>
<time title="Game of Thrones" type="series" strict-time="false" time-shift="5" >8:30 PM</time>
<time title="True Detective" type="series" strict-time="false" time-shift="5" >9:00 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra='decade:1980,1990,2000,2010,2020'>9:05 PM</time>
<time title="Band of Brothers" type="series" strict-time="false" time-shift="5" >9:45 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >10:00 PM</time>
<time title="Curb Your Enthusiasm" type="series" strict-time="false" time-shift="5" >10:50 PM</time>
<time title="Flight of the Conchords" type="series" strict-time="false" time-shift="5" >11:00 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:20 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:21 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:22 PM</time>
<time title="The X-Files" type="series" strict-time="false" time-shift="5" >11:30 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:40 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:45 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:50 PM</time>
</tuesdays>
<wednesdays>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:00 AM</time>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:30 AM</time>
<time title="Person of Interest" type="series" strict-time="false" time-shift="5" >10:00 AM</time>
<time title="Fleabag" type="series" strict-time="false" time-shift="5" >11:00 AM</time>
<time title="Freaks and Geeks" type="series" strict-time="false" time-shift="5" >12:00 AM</time>
<time title="The Simpsons" type="series" strict-time="false" time-shift="5" >12:30 PM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >1:30 PM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >2:00 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra=''>2:30 PM</time>
<time title="Arrested Development" type="series" strict-time="false" time-shift="5" >3:30 PM</time>
<time title="Bizarre Foods" type="series" strict-time="false" time-shift="5" >4:00 PM</time>
<time title="the office (us)" type="series" strict-time="false" time-shift="5" >4:30 PM</time>
<time title="Good Eats" type="series" strict-time="false" time-shift="5" >5:00 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >5:30 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >6:00 PM</time>
<time title="Quantum Leap" type="series" strict-time="false" time-shift="5" >6:30 PM</time>
<time title="Elementary" type="series" strict-time="false" time-shift="5" >7:00 PM</time>
<time title="Anthony Bourdain: Parts Unknown" type="series" strict-time="false" time-shift="5" >7:20 PM</time>
<time title="Strangers with Candy" type="series" strict-time="false" time-shift="5" >8:00 PM</time>
<time title="Breaking Bad" type="series" strict-time="false" time-shift="5" >8:30 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra='decade:1980,1990,2000,2010,2020'>9:00 PM</time>
<time title="Curb Your Enthusiasm" type="series" strict-time="false" time-shift="5" >10:50 PM</time>
<time title="Flight of the Conchords" type="series" strict-time="false" time-shift="5" >11:00 PM</time>
<time title="Peep Show" type="series" strict-time="false" time-shift="5" >11:20 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:21 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:22 PM</time>
<time title="The X-Files" type="series" strict-time="false" time-shift="5" >11:30 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:40 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:45 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:50 PM</time>
</wednesdays>
<thursdays>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:00 AM</time>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:30 AM</time>
<time title="Person of Interest" type="series" strict-time="false" time-shift="5" >10:00 AM</time>
<time title="Futurama" type="series" strict-time="false" time-shift="5" >12:00 AM</time>
<time title="Roseanne" type="series" strict-time="false" time-shift="5" >12:30 PM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >1:30 PM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >2:00 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra=''>2:30 PM</time>
<time title="Arrested Development" type="series" strict-time="false" time-shift="5" >3:30 PM</time>
<time title="Bizarre Foods" type="series" strict-time="false" time-shift="5" >4:00 PM</time>
<time title="the office (us)" type="series" strict-time="false" time-shift="5" >4:30 PM</time>
<time title="Good Eats" type="series" strict-time="false" time-shift="5" >5:00 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >5:30 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >6:00 PM</time>
<time title="Quantum Leap" type="series" strict-time="false" time-shift="5" >6:30 PM</time>
<time title="Elementary" type="series" strict-time="false" time-shift="5" >7:00 PM</time>
<time title="Anthony Bourdain: Parts Unknown" type="series" strict-time="false" time-shift="5" >7:30 PM</time>
<time title="Strangers with Candy" type="series" strict-time="false" time-shift="5" >8:00 PM</time>
<time title="Better Call Saul" type="series" strict-time="false" time-shift="5" >8:30 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra='decade:1980,1990,2000,2010,2020'>9:00 PM</time>
<time title="Homeland" type="series" strict-time="false" time-shift="5" >9:40 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >10:00 PM</time>
<time title="Curb Your Enthusiasm" type="series" strict-time="false" time-shift="5" >10:50 PM</time>
<time title="Flight of the Conchords" type="series" strict-time="false" time-shift="5" >11:00 PM</time>
<time title="Peep Show" type="series" strict-time="false" time-shift="5" >11:20 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:21 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:22 PM</time>
<time title="The X-Files" type="series" strict-time="false" time-shift="5" >11:30 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:40 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:45 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:50 PM</time>
</thursdays>
<fridays>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:00 AM</time>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:30 AM</time>
<time title="Person of Interest" type="series" strict-time="false" time-shift="5" >10:00 AM</time>
<time title="Our Planet" type="series" strict-time="false" time-shift="5" >11:00 AM</time>
<time title="Rubicon" type="series" strict-time="false" time-shift="5" >12:00 AM</time>
<time title="Reno 911!" type="series" strict-time="false" time-shift="5" >12:30 PM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >1:30 PM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >2:00 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra=''>2:30 PM</time>
<time title="Arrested Development" type="series" strict-time="false" time-shift="5" >3:30 PM</time>
<time title="Bizarre Foods" type="series" strict-time="false" time-shift="5" >4:00 PM</time>
<time title="the office (us)" type="series" strict-time="false" time-shift="5" >4:30 PM</time>
<time title="Good Eats" type="series" strict-time="false" time-shift="5" >5:00 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >5:30 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >6:00 PM</time>
<time title="Quantum Leap" type="series" strict-time="false" time-shift="5" >6:30 PM</time>
<time title="Elementary" type="series" strict-time="false" time-shift="5" >7:00 PM</time>
<time title="Anthony Bourdain: Parts Unknown" type="series" strict-time="false" time-shift="5" >7:30 PM</time>
<time title="Strangers with Candy" type="series" strict-time="false" time-shift="5" >8:00 PM</time>
<time title="Boardwalk Empire" type="series" strict-time="false" time-shift="5" >8:30 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra='decade:1980,1990,2000,2010,2020'>9:00 PM</time>
<time title="Curb Your Enthusiasm" type="series" strict-time="false" time-shift="5" >10:50 PM</time>
<time title="Flight of the Conchords" type="series" strict-time="false" time-shift="5" >11:00 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:20 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:21 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:22 PM</time>
<time title="The X-Files" type="series" strict-time="false" time-shift="5" >11:30 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:40 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:45 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:50 PM</time>
</fridays>
<saturdays>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:00 AM</time>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:30 AM</time>
<time title="Person of Interest" type="series" strict-time="false" time-shift="5" >10:00 AM</time>
<time title="Person of Interest" type="series" strict-time="false" time-shift="5" >11:00 AM</time>
<time title="Rubicon" type="series" strict-time="false" time-shift="5" >12:00 AM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >1:30 PM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >2:00 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra=''>2:30 PM</time>
<time title="Arrested Development" type="series" strict-time="false" time-shift="5" >3:30 PM</time>
<time title="Bizarre Foods" type="series" strict-time="false" time-shift="5" >4:00 PM</time>
<time title="the office (us)" type="series" strict-time="false" time-shift="5" >4:30 PM</time>
<time title="Good Eats" type="series" strict-time="false" time-shift="5" >5:00 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >5:30 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >6:00 PM</time>
<time title="Quantum Leap" type="series" strict-time="false" time-shift="5" >6:30 PM</time>
<time title="Elementary" type="series" strict-time="false" time-shift="5" >7:00 PM</time>
<time title="Strangers with Candy" type="series" strict-time="false" time-shift="5" >8:00 PM</time>
<time title="Curb Your Enthusiasm" type="series" strict-time="false" time-shift="5" >8:30 PM</time>
<time title="Curb Your Enthusiasm" type="series" strict-time="false" time-shift="5" >8:35 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra='decade:1980,1990,2000,2010,2020'>9:00 PM</time>
<time title="Anthony Bourdain: Parts Unknown" type="series" strict-time="false" time-shift="5" >9:30 PM</time>
<time title="King of the Hill" type="series" strict-time="false" time-shift="5" >9:40 PM</time>
<time title="Curb Your Enthusiasm" type="series" strict-time="false" time-shift="5" >10:50 PM</time>
<time title="Flight of the Conchords" type="series" strict-time="false" time-shift="5" >11:00 PM</time>
<time title="Peep Show" type="series" strict-time="false" time-shift="5" >11:20 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:21 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:22 PM</time>
<time title="The X-Files" type="series" strict-time="false" time-shift="5" >11:30 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:40 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:45 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:50 PM</time>
</saturdays>
<sundays>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:00 AM</time>
<time title="The Price Is Right" type="series" strict-time="false" time-shift="5" >9:30 AM</time>
<time title="Person of Interest" type="series" strict-time="false" time-shift="5" >10:00 AM</time>
<time title="Rubicon" type="series" strict-time="false" time-shift="5" >12:00 AM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >1:30 PM</time>
<time title="That '70s Show" type="series" strict-time="false" time-shift="5" >2:00 PM</time>
<time title="White Collar" type="series" strict-time="false" time-shift="5" >2:30 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra=''>2:35 PM</time>
<time title="Arrested Development" type="series" strict-time="false" time-shift="5" >3:30 PM</time>
<time title="Bizarre Foods" type="series" strict-time="false" time-shift="5" >4:00 PM</time>
<time title="the office (us)" type="series" strict-time="false" time-shift="5" >4:30 PM</time>
<time title="Good Eats" type="series" strict-time="false" time-shift="5" >5:00 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >5:30 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >6:00 PM</time>
<time title="Quantum Leap" type="series" strict-time="false" time-shift="5" >6:30 PM</time>
<time title="Elementary" type="series" strict-time="false" time-shift="5" >7:00 PM</time>
<time title="Strangers with Candy" type="series" strict-time="false" time-shift="5" >8:00 PM</time>
<time title="Curb Your Enthusiasm" type="series" strict-time="false" time-shift="5" >8:30 PM</time>
<time title="Curb Your Enthusiasm" type="series" strict-time="false" time-shift="5" >8:35 PM</time>
<time title="random" type="movie" strict-time="false" time-shift="5" xtra='decade:1980,1990,2000,2010,2020'>9:00 PM</time>
<time title="Anthony Bourdain: Parts Unknown" type="series" strict-time="false" time-shift="5" >9:30 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >10:00 PM</time>
<time title="Nature" type="series" strict-time="false" time-shift="5" >10:30 PM</time>
<time title="Curb Your Enthusiasm" type="series" strict-time="false" time-shift="5" >10:50 PM</time>
<time title="Flight of the Conchords" type="series" strict-time="false" time-shift="5" >11:00 PM</time>
<time title="Peep Show" type="series" strict-time="false" time-shift="5" >11:20 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:21 PM</time>
<time title="How the Universe Works" type="series" strict-time="false" time-shift="5" >11:22 PM</time>
<time title="The X-Files" type="series" strict-time="false" time-shift="5" >11:30 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:40 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:45 PM</time>
<time title="Beavis and Butt-Head" type="series" strict-time="false" time-shift="5" >11:50 PM</time>
</sundays>
<weekends>
</weekends>
<weekdays>
</weekdays>
</schedule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment