-
Notifications
You must be signed in to change notification settings - Fork 182
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
Submit infoHash when play-stream is executed instead on defineStreamHandler() #262
Comments
Здравейте, не е по темата, но какви са възможностите да се създадат добавки
към българските сайтове за субтитри? Някой пробвал ли е?
На ср, 21.02.2024 г. в 0:05 Svetlozar Draganov ***@***.***>
написа:
… I'm working on addon that provides the ability to videos from torrent
files.
The defineStreamHandler() function expects to receive infoHash information
but the extraction of this information is time consuming, especially when
involving multiple streams.
Is there a way to submit everything but the infoHash information to
defineSteamHandler() function and only when the play-stream is executed to
download and submit the infoHash information for the respective stream?
This will save a lot of time to pre-download all infoHash-es.
—
Reply to this email directly, view it on GitHub
<#262>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEVOV56MHJ3WSM5423MRSQ3YUUMZVAVCNFSM6AAAAABDR53N4KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE2DKMZWHE3TIMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Not sure if this is allowed but I will answer the question below:
Доколкото виждам могат да се направят всякакви добавки включително и за субтитри. |
Страхотно. За съжаление нищо не разбирам от програмиране, но ще бъде много
добре ако се появят добавки към subs.sab.bz , subunacs.net & yavka.net.
На чт, 22.02.2024 г., 00:19 ч. Svetlozar Draganov ***@***.***>
написа:
… Not sure if this is allowed but I will answer the question below:
Здравейте, не е по темата, но какви са възможностите да се създадат
добавки към българските сайтове за субтитри? Някой пробвал ли е?
Доколкото виждам могат да се направят всякакви добавки включително и за
субтитри. В момента точно върху това работя.
—
Reply to this email directly, view it on GitHub
<#262 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEVOV5YKFUV7HB7YCLDM5C3YUZXH3AVCNFSM6AAAAABDR53N4KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJYGEZDGNZWGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Със сигурност, не съм сигурен обаче дали това би било в интерес на Stremio. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm working on addon that provides the ability to videos from torrent files.
The defineStreamHandler() function expects to receive infoHash information but the extraction of this information is time consuming, especially when involving multiple streams.
Is there a way to submit everything but the infoHash information to defineSteamHandler() function and only when the play-stream is executed to download and submit the infoHash information for the respective stream? This will save a lot of time to pre-download all infoHash-es.
The text was updated successfully, but these errors were encountered: