Support me - https://patreon.com/bugswriter
Yet another video with power of Linux user and his command line.
notflix re-birth
Link - https://github.com/bugswriter/notflix
Old notflix (kinda) - https://github.com/bugswriter/pirokit/
my website - bugswriter.com
Send me email - suraj@bugswriter.com
I am a guy from UP bareilly India. Who love Computers/Linux/Programming.
I enjoy making Tech videos.
Please subscribe to my channel.
I’m running a similar script, and it’s great. Takes a minute to find less popular films, but broadly works fine.
i lol’d @ 3m when he says “to be honest, like, i don’t know how regex works” … but “as you can see we are getting it” (the search results).
(fwiw at that moment he would be better served by using a negation class to match everything except the double quote that comes at the end of the href ([^"]+) rather than trying to make a class that includes all possible characters that might appear in a torrent’s title.)
seriously, though, as cool as this script is, it’s cooler to seed.
I’m remaking the script right now with btfs as an option for those who don’t have peerflix in their distro’s package manager.
Adding an option to leave something seeding would be good too, for some default time, like ‘7 days’, or perhaps a time proportional to the filesize, so you could add a series and leave it for a month.
I guess you could use transmission-remote, but it won’t auto-play like btfs does. Any ideas for both auto-playing and long-term seeding?
I’m sure there must be a torrent client that downloads things in-order and also seeds, but apparently the one this script is using (“peerflix”) doesn’t. Here is one of several open issues on the subject from 8 years ago where the author (who is a prolific javascript library author, btw) says he would have no problem with it being the default… and then asks for a PR that never came.
I’d really like to continue seeding while I watch my downloaded video;
That’s better… but a week seems more sustainable.
I suppose the best result would be to cut if anything has more than 20 seeders, keep for a week if it has 5, and seed forever while is has 1 or 2. I’m mostly worried about torrent health on the old book collections I occasionally download.
i lol’d @ 3m when he says “to be honest, like, i don’t know how regex works” … but “as you can see we are getting it” (the search results).
(fwiw at that moment he would be better served by using a negation class to match everything except the double quote that comes at the end of the href (
[^"]+
) rather than trying to make a class that includes all possible characters that might appear in a torrent’s title.)seriously, though, as cool as this script is, it’s cooler to seed.
I’m remaking the script right now with btfs as an option for those who don’t have peerflix in their distro’s package manager.
Adding an option to leave something seeding would be good too, for some default time, like ‘7 days’, or perhaps a time proportional to the filesize, so you could add a series and leave it for a month.
I guess you could use transmission-remote, but it won’t auto-play like btfs does. Any ideas for both auto-playing and long-term seeding?
I’m sure there must be a torrent client that downloads things in-order and also seeds, but apparently the one this script is using (“peerflix”) doesn’t. Here is one of several open issues on the subject from 8 years ago where the author (who is a prolific javascript library author, btw) says he would have no problem with it being the default… and then asks for a PR that never came.
That’s better… but a week seems more sustainable.
I suppose the best result would be to cut if anything has more than 20 seeders, keep for a week if it has 5, and seed forever while is has 1 or 2. I’m mostly worried about torrent health on the old book collections I occasionally download.