-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Comments
Same issue here |
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 😃 |
@toxic0berliner can you share your dirty plugin hack? |
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. |
Another vote for this |
+1 |
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 ;)
The text was updated successfully, but these errors were encountered: