-
#!/bin/sh
cd
sudo rm -fr /tmp/torrent-stream/*
query=$(printf '%s' "$*" | tr ' ' '-' )
movie=$(curl -s https://1337x.to/search/$query/1/ | grep -Eo "torrent/[0-9]{7}/[a-zA-Z0-9?%-]*/" | he…
-
Hi! If anyone has suggestions for scenarios which should be documented, let me know and I'll add them!
# Scenarios
- [ ] Creating a torrent using `TorrentCreator`. Adding Trackers and TrackerTie…
-
Hi, I tried to build a prototype mac app with electron (https://github.com/LeeChSien/electron-torrent).
But if I download multiple files with multiple torrent-stream engines concurrently, the CPU usag…
-
Hello,
I tried your addon and he work fine but im french and sometimes when i search for a serie in french like Camping Paradis, Nouvelle école or Comedy Class par Eric et Ramzy or somethings like …
-
Hey,
I'm not sure if you've tried out Zona (russian popcorn time) but it has the option to associate itself with .torrent and magnet, so when you click the magnet or open a torrent it will instantly …
-
The streaming on your website doesn't work.. just keeps buffering and never plays no matter which torrent.
-
Original discussion: https://discord.com/channels/372137812037730304/1255950330588434512/1255950330588434512 (thread)
For this transfer manager project, a torrent implementation is needed to compete …
-
Hello, I am wondering how I can display a video torrent stream to an HTML5 element on my HTTP Apache server so that I can view the stream in Chrome?
-
Hi all, i have some suggestions for this beautiful application!
I think, it's the futur for the movie share!!!
I don't know where post this, so i do it here.
So:
- add picture profile and login user…
-
```
What steps will reproduce the problem?
1.write a simple stream_plugin which extends torrent_plugin like that: (detail
in attached file stream.cpp)
void tick() {
int cancel_piece = -1;…