In the latest pre-release, we've added support for parsing new m3u tags from Custom Channels.
tvc-guide-tags
& tvc-guide-genres
The first 2 allow you to provide tags and genres (comma separated) that will be applied to guide placeholders for Custom Channels that have no guide data. When created, these placeholders will adopt the tags and genres you have set for the channel.
tvc-guide-tags="HDTV, Live"
tvc-guide-genres="Sports event, Action, Sitcom"
This is useful if you want to seed this data into the placeholders for Custom Channels so that their airings can be pulled into your Channel Collections via Automatic Channels.
tvc-guide-placeholders
The third tag is tvc-guide-placeholders
. This tag can either have a value of false
, or an integer greater than 0, representing duration in seconds.
tvc-guide-placeholders="7200"
Using false
or 0
, will tell Channels DVR Server to not make placeholders at all. The channel will work just like it did before we added automatic placeholders. Using an integer, will create placeholders of that length.
Maybe you would like your airings in your Custom Channel channel to be 30 minutes or 2 hours. Using this tag, you can accomplish that.
Pro Tips
Not including this tag at all will just create placeholders at 1 hour increments, like it did before.
Any placeholder equal to or greater than 24 hours (86,400) will create placeholders that size, but without adding the "@2pm" title to them. So, if you want Custom Channels to show with just their channel name, cleanly, but also need a placeholder airing to exist to work with Automatic Channels, use this trick.