![]() |
JellySearch - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development) +--- Thread: JellySearch (/t-jellysearch) |
RE: JellySearch - TheDreadPirate - 2025-04-01 I'm not the dev, but the requirements explicitly state Jellyfin in Docker as a requirement. RE: JellySearch - kandykarter - 2025-04-01 There's a plugin version of this but you have to have an instance of mellisearch running, not sure if you can do that easily without docker, but here's the link: https://github.com/arnesacnussem/jellyfin-plugin-meilisearch It's not *that* much faster than the standard jellyfin search but it produces way better results. RE: JellySearch - keesfluitman_76238 - 2025-05-19 Can anyone help. Ive installed jellysearch properly on my unraid server with meilisearch. all works fine. Yet i get the log: Could not find either library.db or jellyfin.db in config folder. But when i go into the container, I can see that the /config folder does have the jellyfin.db in it. The appdata folder is mounted just fine. edit. Solved. I just had to change /config to /config/data, since i have the linuxserver jellyfin image. https://gitlab.com/DomiStyle/jellysearch/-/issues/?sort=created_date&state=closed&first_page_size=20&show=eyJpaWQiOiIzIiwiZnVsbF9wYXRoIjoiRG9taVN0eWxlL2plbGx5c2VhcmNoIiwiaWQiOjE1MTgyNzMwMX0%3D RE: JellySearch - Feliz Lombriz - 2025-06-24 (2025-04-01, 05:31 PM)kandykarter Wrote: There's a plugin version of this but you have to have an instance of mellisearch running, not sure if you can do that easily without docker, but here's the link: Any idea if jellyfin-plugin-meilisearch makes the episode Overview searchable? |