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

mythfrontend release34 watch videos #873

Open
DavidKellyShare opened this issue Feb 27, 2024 · 0 comments
Open

mythfrontend release34 watch videos #873

DavidKellyShare opened this issue Feb 27, 2024 · 0 comments
Assignees

Comments

@DavidKellyShare
Copy link

DavidKellyShare commented Feb 27, 2024

  • Platform: Ubuntu

  • MythTV version: 34

  • Package version:

  • Component: Myth Frontend

What steps will reproduce the bug?

Long time mythtv user, new to forum. Really appreciate the work that's been done to keep mythtv moving forward.
I just updated to v34 in support of a nodejs express web client I've been working on.
The issue I encountered is when I use the mythtv-frontend and go to "Media Library/Watch Videos". I get a significant pause before seeing anything. I monitored mysql and saw the following statement being run for the duration of the pause:
SELECT filename, type, mark, offset FROM filemarkup WHERE type IN (2, 34, 41) ORDER BY filename
I have ~12M rows in the fielmarkup table.
By adding a new index for type to filemarkup, the screen loads quickly.

How often does it reproduce? Is there a required condition?

Everytime.

What is the expected behaviour?

What do you see instead?

Additional information

@linuxdude42 linuxdude42 self-assigned this Mar 16, 2024
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

2 participants