Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Tagging/grouping TV Show episodes
#1
Hi,

My Mrs is a big fan of Xmas (who isn't) and when the day rolls around we like to fill the TV with Xmas expisodes of our favourite shows. Is there a way to tag or group together all episodes across various shows by tagging or collecting them?

Ta.
Reply
#2
There is nothing that really sets apart a Christmas episode from a standard episode. Some may have the word "Christmas" in the title, others won't.

The only way I can think to accomplish this is by creating a Basic Playlist.
  1. Download and Install via zip the following addon... https://forum.kodi.tv/showthread.php?tid=257334
  2. Restart Kodi
  3. Navigate to the first episode to add to the list
  4. Call up the Context Menu and select Add to Basic Playlist
  5. The first time you do this you will need to create the playlist by typing in the name. eg Christmas Episodes
  6. Once done, you can quickly add the remaining episodes to the playlist via the context menu.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
I use the smart playlist function to look for words in the title and plot.
It's not perfect by any means, but gives the Mrs a good selection of Christmas eps to watch Smile

xml:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
    <name>All Christmas</name>
    <match>one</match>
    <rule field="title" operator="contains">
        <value>christmas</value>
    </rule>
    <rule field="plot" operator="contains">
        <value>christmas</value>
    </rule>
    <rule field="title" operator="contains">
        <value> santa.</value>
    </rule>
    <rule field="plot" operator="contains">
        <value> santa.</value>
    </rule>
    <rule field="title" operator="contains">
        <value> santa,</value>
    </rule>
    <rule field="plot" operator="contains">
        <value> santa,</value>
    </rule>
    <rule field="title" operator="contains">
        <value>secret santa</value>
    </rule>
    <rule field="plot" operator="contains">
        <value>secret santa</value>
    </rule>
    <rule field="title" operator="contains">
        <value>santa claus</value>
    </rule>
    <rule field="plot" operator="contains">
        <value>santa claus</value>
    </rule>
    <rule field="title" operator="contains">
        <value>st. nick</value>
    </rule>
    <rule field="plot" operator="contains">
        <value>st. nick</value>
    </rule>
    <rule field="title" operator="contains">
        <value>yule</value>
    </rule>
    <rule field="plot" operator="contains">
        <value>yule</value>
    </rule>
    <rule field="title" operator="contains">
        <value>xmas</value>
    </rule>
    <rule field="plot" operator="contains">
        <value>xmas</value>
    </rule>
    <rule field="title" operator="contains">
        <value> elf</value>
    </rule>
    <rule field="plot" operator="contains">
        <value> elf</value>
    </rule>
    <rule field="title" operator="contains">
        <value> elves</value>
    </rule>
    <rule field="plot" operator="contains">
        <value> elves</value>
    </rule>
    <rule field="title" operator="contains">
        <value>scrooge</value>
    </rule>
    <rule field="plot" operator="contains">
        <value>scrooge</value>
    </rule>
    <rule field="title" operator="contains">
        <value>mistletoe</value>
    </rule>
    <rule field="plot" operator="contains">
        <value>mistletoe</value>
    </rule>
    <order direction="ascending">tvshow</order>
</smartplaylist>

4x R-Pi4b LibreELEC v10 | Aeon Nox: SiLVO | Flirc cases
Storage Synology DS411 | 4 x WD RED 6TB
Software MariaDB 10.4.19 | Filebot | Ember Media Manager
wiki (wiki) | First time user (wiki) | Debug_Log (wiki) | mysql (wiki) | artwork (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
Tagging/grouping TV Show episodes0