![]() |
Does the upcoming EFCore rework mean fixes for longstanding livetv bugs? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Off Topic (https://forum.jellyfin.org/f-off-topic) +--- Forum: General Discussion (https://forum.jellyfin.org/f-general-discussion) +--- Thread: Does the upcoming EFCore rework mean fixes for longstanding livetv bugs? (/t-does-the-upcoming-efcore-rework-mean-fixes-for-longstanding-livetv-bugs) |
Does the upcoming EFCore rework mean fixes for longstanding livetv bugs? - Digital-Yeti - 2024-12-11 For anyone who hasnt read about the upcoming EFCore refactoring: https://jellyfin.org/posts/efcore-refactoring-incoming/ This change effects the library.db file, which as I understand it contains the Livetv channel data. There have been multiple issues related to modifying data in this library.db file for multiple years, and upon reading that a general overhaul was coming, was wondering if anyone knows if this has a chance of effecting some of these long-standing issues, or if these issues lay elsewhere in code that will not be changed? At the very least hoping it can make diagnosing and finding bugs easier related to these. tldr: gonna effect these bugs? copium or no? RE: Does the upcoming EFCore rework mean fixes for longstanding livetv bugs? - TheDreadPirate - 2024-12-11 It's a huge PR. It is very hard to say what it will fix. The point of the EFCore refactor is to fix a bad database design that we've been working around for years. It should allow for a lot of library.db related issues to be resolved. But it's hard to say if this specific issue can/will be resolved. |