![]() |
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 - keklol - 2024-12-05 (2024-11-17, 11:08 AM)Druidblack Wrote:(2024-10-15, 04:48 PM)need4swede Wrote: Would love to try this, but I am running Jellyfin on bare metal (Windows). That's a great alternative, thanks for sharing! RE: JellySearch - kandykarter - 2024-12-11 (2024-12-05, 03:49 AM)keklol Wrote:(2024-11-17, 11:08 AM)Druidblack Wrote:(2024-10-15, 04:48 PM)need4swede Wrote: Would love to try this, but I am running Jellyfin on bare metal (Windows). Yeah this is fantastic. I DO use a reverse proxy but it's an uncommon one and I never got Jellysearch working properly. This plugin worked right away with minimal fiddling. Thanks! RE: JellySearch - twilco - 2025-01-08 (2024-08-20, 05:54 PM)Topomov Wrote: My setup runs on a Synology which reverse proxy (nginx) as far as I know does not allow to easily add routing rules in a docker compose. It's most likely my fault; I failed to fully get it working on my setup. I also use Synology DSM reverse proxy and I setup Jellysearch today. Since you can't make the necessary changes to the ngnix configuration via the limited GUI, you need to ssh into the NAS to make the changes manually. Using this syno forum post as inspiration, you should:
A note regarding the modification of the "server" block. You'll be adding this bit at the beginning of the "location" block: Code: if ($arg_searchTerm) { Make sure that the url specified here matches the address of the host machine on which you're running Jellysearch, and that the port matches the host port that's mapped to port 5000 in the container. Hope that helps! Jellysearch is lightning fast compared to built-in search, and far more functional and flexible. Having gone through this process, I think it was totally worth it. Edit: I've also setup the Meilisearch plugin, which is great because it's simpler, requires no tinkering with reverse proxy, works with all clients (I assume), and works over LAN unlike Jellysearch. Comparing the two, Jellysearch seems to respond much faster, so I think I'll keep both implemented, such that the plug-in is used over LAN and Jellysearch over WAN. RE: JellySearch - JellyHunter - 2025-01-08 I wonder when/if this will even be a official alternative for Jellyfin? RE: JellySearch - thymon - 2025-01-13 Hello, I'm here to find a bit of help because everything seems to be properly implemented, yet it's not working. Jellysearch shows no errors in the logs: Code: warn: Microsoft.AspNetCore.Hosting.Diagnostics[15] And Meilisearch is receiving requests from Jellysearch as expected : Code: 2025-01-13T15:00:00.252755Z INFO HTTP request{method=PUT host="192.168.10.100:7700" route=/indexes/items/settings/sortable-attributes query_parameters= user_agent=Meilisearch .NET (v0.15.0) status_code=202}: meilisearch: close time.busy=127µs time.idle=2.86ms I've modified my NPM configuration (Yes I use port 9096 ![]() ![]() However, it's not working — the search in Jellyfin doesn't return any results. I have to undo the NPM modification to restore Jellyfin's search functionality. As a result, I can't take advantage of Jellysearch. Do you have any idea where the issue might be coming from? RE: JellySearch - thymon - 2025-01-24 I still haven’t been able to get JellySearch working. Everything seems to be OK, but it’s probably an issue with the reverse proxy. I’m stuck. Could anyone help me out? Thanks in advance ![]() RE: JellySearch - domi - 2025-01-29 (2025-01-24, 08:34 AM)thymon Wrote: I still haven’t been able to get JellySearch working. Can you post the logs of JellySearch after you did a few searches? RE: JellySearch - nothingveryobvious - 2025-01-30 Is this still working for people? https://github.com/arnesacnussem/jellyfin-plugin-meilisearch I got it running on 10.10.5 but my search speeds were even slower. RE: JellySearch - kandykarter - 2025-01-31 Yeah I have the same issue. I couldn't get Jellysearch working with my weird reverse proxy, so I installed the plugin. The search results are BETTER, but just as slow as the standard search is. I really hope search in general is helped by the EFCore refactoring they're doing, because it's abysmal in its current state. RE: JellySearch - souvik29766 - 2025-04-01 (2024-08-16, 11:12 AM)keklol Wrote: I have installed Jellyfin server on my windows 11 PC, the search option in Jellyfin is extremely slow, please tell me how to install Jelly search without docker. |