-
Notifications
You must be signed in to change notification settings - Fork 53
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
Almost working...on unraid #54
Comments
If i would know how to get the logs, i could post it on the Whisper Discord... |
You won’t need volume if you’re using Bazarr. Your up address for the
whisper provider will be your unraid ip. So for mine the full url is
http://192.168.1.111:9000
…On Sun, Mar 3, 2024 at 6:34 AM Maitresinh ***@***.***> wrote:
If i would know how to get the logs, i could post it on the Whisper
Discord...
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APJACQLLIL74KFPYNPW7TCDYWMRFLAVCNFSM6AAAAABED63VLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZVGE3DMNRUGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
thanks. Changed in bazarr to http://192.168.1.111:9000/ (port is open) do i have to borrow any volume in the .yml ? |
Edit (affter reading again your post) : added my own unraid (local) ip, with port 9000. Still the same |
Looks like you're using a slightly older subgen (<1-2 days ago). Set your I changed the default port and added the ability to change the port and some documentation fell through the gaps. |
"You accessed this request incorrectly via a GET request. See https://github.com/McCloudS/subgen for proper configuration" |
That means the port is exposed and all good (and accessable). Try your Bazarr again with it set to |
Tested. Nothing found Below the / docFastAPI GET GET POST GET POST GET POST GET POST GET POST GET POST POST POST Schemas |
That shows subgen working properly, you just have a misconfiguration in Bazarr then. What is your whisper-provider settings and how are you searching for subtitles? Simple way is just a manual search to see if whisper is showing up. You also may need to reset the providers if whisper is showed as failed. |
My Whisper setting on bazarr http://mylocalipunraid:9000 To look for the subs, i'm going to the serie detail (epsiodes), select one episode and look for subtiles. By the way, how do i use it under Plex ? Just looking for subs ? |
Under system does it show the whisper provider good? Bazarr probably marked the provider as bad while you were configuring it. For plex, the subtitles will show under subtitles. If you’re talking about the plex integration, it will run whisper on file add or file play. |
Also if you don’t meet the minimum score, whisper will never run. Bazarr sets it as a low static score so virtually anything can replace it. |
Past that, you’ll have to go into the bazarr discord for support, as the subgen container is working and bazarr configuration stuff is beyond my knowledge. |
I'm doing the test on a show already in my plex, withtout subs (The Newsreader) Provider "status" : good thanks for your help anyway, i will ask @discord |
Last but not least : how can i get the logs ? |
While it should be something like:
Notice the |
thanks @Tuumke i mentionned i wasn't sure about that. Tested again. No subs found |
User was trying to translate into unsupported language. |
yes i did :- It seems it works for transcription. |
What a wonderfull app. I've tried to add it on my Unraid server, usring plex and bazarr, to ger french and spanish subs.
What i've done sor far :
1/ Use Docker compose with that file below. Downloaded and installed
#docker-compose.yml
version: '2'
services:
subgen:
container_name: subgen
tty: true
image: mccloud/subgen
environment:
- "WHISPER_MODEL=medium"
- "WHISPER_THREADS=4"
- "PROCADDEDMEDIA=True"
- "PROCMEDIAONPLAY=False"
- "NAMESUBLANG=aa"
- "SKIPIFINTERNALSUBLANG=fra"
- "PLEXTOKEN=tokenhere"
- "PLEXSERVER=http://plexserver:32400"
- "JELLYFINTOKEN=token here"
- "JELLYFINSERVER=http://jellyfin:8096"
- "WEBHOOKPORT=8090"
- "CONCURRENT_TRANSCRIPTIONS=2"
- "WORD_LEVEL_HIGHLIGHT=False"
- "DEBUG=True"
- "USE_PATH_MAPPING=False"
- "PATH_MAPPING_FROM=/tv"
- "PATH_MAPPING_TO=/Volumes/TV"
- "TRANSCRIBE_DEVICE=cpu"
- "CLEAR_VRAM_ON_COMPLETE=True"
- "HF_TRANSFORMERS=False"
- "HF_BATCH_SIZE=24"
- "MODEL_PATH=./models"
- "UPDATE=False"
- "APPEND=False"
volumes:
- /mnt/user/video/films
- /mnt/user/video/series
ports:
- "9000:9000"
I'm not 100 % sure on the Volumes (addded the complete path) and path mapping from/too (my "series" volume is mapped under "TV" in Sonarr/Bazarr, but i don't know if subgen will find it
2 - I've addd it to bazarr with local server (127. ...) and open a port on my router.
i've added it too as a webhook
Anyway, when i search a sub with bazar, nothing is found. Same thing on plex.
Help ?
The text was updated successfully, but these errors were encountered: