• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Development Plugin Development JellySearch

     
    • 1 Vote(s) - 5 Average

    JellySearch

    A fast full-text search proxy for Jellyfin
    thymon
    Offline

    Junior Member

    Posts: 48
    Threads: 3
    Joined: 2025 Jan
    Reputation: 0
    Country:France
    #45
    2025-01-13, 03:43 PM (This post was last modified: 2025-01-13, 09:22 PM by thymon. Edited 1 time in total.)
    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]
          Overriding HTTP_PORTS '8080' and HTTPS_PORTS ''. Binding to values defined by URLS instead 'http://0.0.0.0:5000'.
    info: JellySearch.Jobs.IndexJob[0]
          Indexing items...
    info: Microsoft.Hosting.Lifetime[14]
          Now listening on: http://0.0.0.0:5000
    info: Microsoft.Hosting.Lifetime[0]
          Application started. Press Ctrl+C to shut down.
    info: Microsoft.Hosting.Lifetime[0]
          Hosting environment: Production
    info: Microsoft.Hosting.Lifetime[0]
          Content root path: /app
    info: JellySearch.Jobs.IndexJob[0]
          Indexed 233886 items, it might take a few moments for Meilisearch to finish indexing


    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
    2025-01-13T15:00:00.259024Z  INFO HTTP request{method=PUT host="192.168.10.100:7700" route=/indexes/items/settings/searchable-attributes query_parameters= user_agent=Meilisearch .NET (v0.15.0) status_code=202}: meilisearch: close time.busy=144µs time.idle=5.49ms
    2025-01-13T15:00:00.265120Z  INFO HTTP request{method=PUT host="192.168.10.100:7700" route=/indexes/items/settings/displayed-attributes query_parameters= user_agent=Meilisearch .NET (v0.15.0) status_code=202}: meilisearch: close time.busy=88.1µs time.idle=5.31ms
    2025-01-13T15:00:00.266777Z  INFO index_scheduler: A batch of tasks was successfully completed with 1 successful tasks and 0 failed tasks.
    2025-01-13T15:00:00.274445Z  INFO HTTP request{method=PUT host="192.168.10.100:7700" route=/indexes/items/settings/ranking-rules query_parameters= user_agent=Meilisearch .NET (v0.15.0) status_code=202}: meilisearch: close time.busy=118µs time.idle=8.60ms
    2025-01-13T15:00:00.289329Z  INFO index_scheduler: A batch of tasks was successfully completed with 3 successful tasks and 0 failed tasks.
    2025-01-13T15:00:00.309443Z  INFO index_scheduler: A batch of tasks was successfully completed with 1 successful tasks and 0 failed tasks.


    I've modified my NPM configuration (Yes I use port 9096 Grinning-face )

    [Image: image.png]

    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?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    JellySearch - by keklol - 2024-08-16, 11:12 AM
    RE: JellySearch - by jennystreaming - 2024-08-18, 06:34 PM
    RE: JellySearch - by jennystreaming - 2024-08-18, 06:50 PM
    RE: JellySearch - by TheDMV - 2024-08-28, 10:46 AM
    RE: JellySearch - by Topomov - 2024-08-20, 09:54 AM
    RE: JellySearch - by thornbill - 2024-08-20, 12:31 PM
    RE: JellySearch - by Topomov - 2024-08-20, 05:54 PM
    RE: JellySearch - by xiNe - 2024-08-20, 07:18 PM
    RE: JellySearch - by twilco - 2025-01-08, 02:52 AM
    RE: JellySearch - by domi - 2024-08-21, 08:06 AM
    RE: JellySearch - by Topomov - 2024-08-21, 06:45 PM
    RE: JellySearch - by domi - 2024-08-22, 09:36 PM
    RE: JellySearch - by Nerokor - 2024-08-23, 12:54 AM
    RE: JellySearch - by Topomov - 2024-08-23, 02:55 PM
    RE: JellySearch - by vodka - 2024-08-23, 03:50 PM
    RE: JellySearch - by domi - 2024-08-24, 10:39 AM
    RE: JellySearch - by Nerokor - 2024-08-28, 12:49 AM
    RE: JellySearch - by keklol - 2024-08-27, 08:46 AM
    RE: JellySearch - by Topomov - 2024-08-27, 07:25 PM
    RE: JellySearch - by jennystreaming - 2024-10-06, 03:03 PM
    RE: JellySearch - by domi - 2024-10-07, 07:12 AM
    RE: JellySearch - by jennystreaming - 2024-10-07, 07:13 AM
    RE: JellySearch - by domi - 2024-08-28, 08:34 AM
    RE: JellySearch - by hov - 2024-09-17, 06:16 AM
    RE: JellySearch - by Zedniac - 2024-09-18, 05:43 AM
    RE: JellySearch - by Zedniac - 2024-09-18, 03:21 PM
    RE: JellySearch - by Hectik - 2024-09-30, 11:12 PM
    RE: JellySearch - by Hectik - 2024-10-02, 11:28 PM
    RE: JellySearch - by TheDreadPirate - 2024-10-03, 12:25 AM
    RE: JellySearch - by Hectik - 2024-10-05, 08:30 PM
    RE: JellySearch - by dontcryforme - 2024-10-03, 12:54 PM
    RE: JellySearch - by Hectik - 2024-10-05, 09:32 PM
    RE: JellySearch - by domi - 2024-10-06, 09:01 AM
    RE: JellySearch - by Hectik - 2024-10-06, 11:30 PM
    RE: JellySearch - by WheelFire - 2024-10-11, 02:02 PM
    RE: JellySearch - by domi - 2024-10-12, 08:47 AM
    RE: JellySearch - by WheelFire - 2024-10-12, 09:01 AM
    RE: JellySearch - by vbs - 2024-10-12, 11:35 AM
    RE: JellySearch - by need4swede - 2024-10-15, 04:48 PM
    RE: JellySearch - by Druidblack - 2024-11-17, 11:08 AM
    RE: JellySearch - by keklol - 2024-12-05, 03:49 AM
    RE: JellySearch - by kandykarter - 2024-12-11, 05:54 PM
    RE: JellySearch - by Druidblack - 2024-11-16, 06:44 PM
    RE: JellySearch - by JellyHunter - 2025-01-08, 06:31 PM
    RE: JellySearch - by thymon - 2025-01-13, 03:43 PM
    RE: JellySearch - by thymon - 2025-01-24, 08:34 AM
    RE: JellySearch - by domi - 2025-01-29, 09:51 AM
    RE: JellySearch - by nothingveryobvious - 2025-01-30, 05:06 AM
    RE: JellySearch - by kandykarter - 2025-01-31, 07:10 PM
    RE: JellySearch - by souvik29766 - 2025-04-01, 12:41 PM
    RE: JellySearch - by TheDreadPirate - 2025-04-01, 01:29 PM
    RE: JellySearch - by kandykarter - 2025-04-01, 05:31 PM
    RE: JellySearch - by Feliz Lombriz - 2025-06-24, 03:57 AM
    RE: JellySearch - by keesfluitman_76238 - 2025-05-19, 03:35 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode