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

[FEAT]: Search for actors/actresses #1142

Open
dschulten opened this issue Feb 27, 2024 · 1 comment
Open

[FEAT]: Search for actors/actresses #1142

dschulten opened this issue Feb 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dschulten
Copy link

Description

Search is not looking for actor/actress names in info from imdb. It mainly looks for movie titles, as it seems.
Sometimes I want to watch a movie with specific cast members, or check my collection.
For that, cast search would come in handy.

Additional information

No response

@dschulten dschulten added the enhancement New feature or request label Feb 27, 2024
@phhusson
Copy link
Contributor

Yeah I think that's a good point. I was starting to do AI shenanigans, but it's possible to start with a simpler full text search.

Here is a quick and dirty demo of this:
Demo code at https://github.com/nova-video-player/aos-Video/tree/dev/phh/full-text-search-demo

hello.mp4

It's not completely trivial to integrate properly though, because it requires letting go of system sqlite for our own sqlite, or to have two different sqlite databases (running different versions of sqlite) synchronized between each other. My current demo pushes the full-text-search database in RAM and re-generates it at every app boot, so very far from ideal.

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

No branches or pull requests

2 participants