2024-11-18, 22:28
i'm trying to make a playlist of shows that aired on 02/28/1992. i tried by tv show and by episode i couldn't find the airdate option only firstaired but that didn't work, any suggestions?
(2024-11-18, 22:28)sk8erguitars Wrote: i couldn't find the airdate option only firstairedIt is the same. There is no database that Kodi uses that tracks all the airdates for episodes, only the first time it was aired.
(2024-11-18, 22:28)sk8erguitars Wrote: i'm trying to make a playlist of shows that aired on 02/28/1992Can you post the code from the xml file, or a screenshot of the playlist edit screen showing your setup.
xml:<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
<name>Episodes-25Mar2024</name>
<match>all</match>
<rule field="airdate" operator="before">
<value>2024-03-26</value>
</rule>
<rule field="airdate" operator="after">
<value>2024-03-24</value>
</rule>
</smartplaylist>
(2024-11-19, 02:00)sk8erguitars Wrote: i setup that in the gui, the date was input using the num pad that pops upThat is really weird. The code is using slashes instead of hyphens, and the wrong American date format is used.
(2024-11-19, 02:46)Fuchs2468 Wrote: I tested it, it works fine for me.Ok, thanks. Something wrong at my end then.
(2024-11-19, 06:44)sk8erguitars Wrote: tgif listWhat is a tgif list?
(2024-11-19, 06:47)Karellen Wrote: What is a tgif list?
And by Friday, you mean always the Friday just past?... a rolling Friday?
(2024-11-19, 08:41)sk8erguitars Wrote: a line up of shows like izprtxqkft said, sorry about the long delaysHmmm, I cannot think of a way to do this with Smart Playlists