McCloudS / subgen

Autogenerate subtitles using OpenAI Whisper Model via Jellyfin, Plex, Emby, Tautulli, or Bazarr
MIT License
453 stars 45 forks source link

I don´t undertand how works #42

Closed dboillos closed 5 months ago

dboillos commented 5 months ago

I don't understand if something else needs to be configured. The logs are fine, the container receives the requests. The path mapping is corret. It is set to debug=true and no errors appear. The webhook in emby is configured with all options. I don't understand. I need config anything else?

McCloudS commented 5 months ago

Is it actually 'working' and providing any subtitles? Are you seeing anything in your media folders? The logs should show any ongoing transcription if configured correctly. I'm running my hooks through Tautulli, but Emby should look near identical to something like below (below doesn't have Debug on): image

It also depends on what you have PROCADDEDMEDIA and PROCMEDIAONPLAY set to and whether you're playing or adding media to trigger the webhook. For the most part, as long as you have your webhook configured and path mappings correct, the defaults will at least get you running.

McCloudS commented 5 months ago

Closed. No information provided.