-
Notifications
You must be signed in to change notification settings - Fork 122
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
whatlanguage service seems to be down. #1515
Comments
Using svtplay-dl v4.17 and Python 3.8.1 I tried a couple of links at URplay.se and did get language-tagged .srt-files. Am I missing something ? Using the command "svtplay-dl -S --all-subtitles": |
this only happen when you use -M to merge the subtitles to the file. the metadata on the file say
for example we can see on the
if you watch the video on video player and switch subtitles. it just say |
With the same example I also get an error from svtplay-dl at the stage of a merge. Given that the example provides multiple equally suitable language options in .srt-files, is it reasonable to let svtplay-dl select an .srt-file without additional configuration of a preferred subtitle language ? |
it seems to be some bug why its not removing those external files for some reason. that is why you see six files. three in the .mp4 file and three external. hmm? i dont really follow what you mean 🤔 how can svtplay-dl select that? if we going to set a language in the metadata. i dont know what language maybe im just overthinking this. |
My point: |
Heroku has discontinued their free tier unfortunately. There are some alternatives to Heroku that I will look into. Services I've found interesting so far:
Another alternative is to not use an external api but include the source code into svtplay-dl, however just changing the api address is probably easier. If you have any other suitable service with a free offering similar to Heroku free dynos, let me know. |
Alright, I figured it would be a good idea to have multiple hosts for the api so I've now migrated it over to
However, I just noticed that the free tier on railway requires the admin to redeploy the app every month, which is not ideal. Fly also requires adding a payment method and, if understand the documentation correctly, starts billing automatically if free tier limit is passed, which is not ideal. Render seems to be the most Heroku-esque alternative so far. Still looking for other alternatives but this will do for now. Again, if you know of any other, holler. |
oh its you running it. what do you need to run this? i have a vps that i have the website at. we could just move it to that host 🤔 instead of being depended on these free hosting stuff. |
Ah, neat! We could do that too. The free tier on Render is comparable with what Heroku offered and the free dyno hours you got were plenty enough most of the time. Since the api now is up and running on Render we might as well use that too I mean. If your vps is down we can rely on Render or vice versa. The source code is in a private repo. I can make you a collaborator if you want.
Python 3 |
How large of a database is it that holds this metadata information? |
got some reports on discord that we are setting subtitles to
und
. it seems to be because the service we used is down.how to handle this thing.
add option do decide what language it is? if so, how to handle videos with several different languages like we have on urplay? force everything to one language? we dont really have an order when each file show up. english might come before swedish or swedish before english
maybe we should just hardcode everything to
und
? 🤔The text was updated successfully, but these errors were encountered: