Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: display the date for recurring recordings #54

Open
toxic0berliner opened this issue Mar 14, 2022 · 6 comments
Open

feature request: display the date for recurring recordings #54

toxic0berliner opened this issue Mar 14, 2022 · 6 comments

Comments

@toxic0berliner
Copy link

I'm recording a daily show using tvhedhend but every recording has the same name so there is no way to distinguish them in any way in the jellyfin UI.

I've hacked my way out of this by editing this plugin so it adds the date before the title every time jellyfin scrapes the content to feed it's library but it's very ugly what I did so I wouldn't make a PR.

So if someone with more understanding of this integration can find a way to make the date actually readable by jellyfin (I believe it passes the wrong date or the wrong field as many of my first attempts failed) and probably even propose some UI changes for tv recordings in the jellyfin UI it would be great!

To be precise on tvhedhend side I have a regexp that automatically plans and performs recordings when the regexp matches which happens every day ;)

@Y0ngg4n
Copy link

Y0ngg4n commented Oct 30, 2022

Same issue here

@toxic0berliner
Copy link
Author

I fear this one requires someone that both know the tvheadend API and how tu buil plugins for jellyfin to get a date structure added to the navigation... I fear my dirty plugin hack will have to do for me quite a while. Unless someone that good sees I'm not alone here 😃

@Y0ngg4n
Copy link

Y0ngg4n commented Oct 30, 2022

@toxic0berliner can you share your dirty plugin hack?

@lomion0815
Copy link
Contributor

I found another "hack" by adding the recording start time as the "release date" in Jellyfin. With this I can order the recordings by "release date" but it not shown in the overview. Here is the commit: f3f1166

Remark: You need to rescan the recordings after updating the plugin.

@fmcd
Copy link

fmcd commented Jan 14, 2023

Another vote for this

@jssilva25
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants