custom-cards / upcoming-media-card

📺 A card to display upcoming episodes and movies from services like: Plex, Kodi, Radarr, Sonarr, and Trakt.
267 stars 79 forks source link

[Feature Request] Only show items for today #101

Open wwelles opened 5 days ago

wwelles commented 5 days ago

Describe the solution you'd like I'd like to be able to only show items airing today.

Additional context N/A

My apologies if there's a way to do this already, but I don't believe there is.

gbdavidx commented 5 days ago

This is not an issue

On Mon, Oct 14, 2024 at 10:11 AM wwelles @.***> wrote:

Describe the solution you'd like I'd like to be able to only show items airing today.

Additional context N/A

My apologies if there's a way to do this already, but I don't believe there is.

— Reply to this email directly, view it on GitHub https://github.com/custom-cards/upcoming-media-card/issues/101, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGJFZNCP62VHSIAKVD35KB3Z3P3MFAVCNFSM6AAAAABP5NT7N6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4DMNRRGA3DIOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

wwelles commented 5 days ago

This is not an issue

Did I miss something ? I created a feature request and it was tagged as such?

mkanet commented 4 days ago

Hi @wwelles thank you for your suggestion. Do you mind sharing with me what integration(s) you are using with Upcoming Media Card that you would like to limit the items to only display today's airings? Would something like airing_today: true be okay?

wwelles commented 4 days ago

I'm using Trakt, but it seems like a feature that should be generic. The config you suggested seems fine to me.

mkanet commented 4 days ago

I'm using Trakt, but it seems like a feature that should be generic. The config you suggested seems fine to me.

The trakt integration is one of my favorites. In fact, I recently I provided a PR to it to add support for Anticipated New Movies and Anticipated New Shows

In any case, I think airing_today: true would be a useful feature. I'll add this to my to do list.

wwelles commented 4 days ago

I'm using Trakt, but it seems like a feature that should be generic. The config you suggested seems fine to me.

The trakt integration is one of my favorites. In fact, I recently I provided a PR to it to add support for Anticipated New Movies and Anticipated New Shows

In any case, I think airing_today: true would be a useful feature. I'll add this to my to do list.

Thank you for the quick follow-up.

It's been working decently for me as well. I'm not a big fan of the yaml config however.

Also, while I know I could do something similar by pulling less data using Trakt, having a config on the card let's me have the best of both worlds. Thanks for entertaining the idea.