You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternative implementation for Tver extractor for yt-dlp, this extractor works as plugin
This is my alternative implementation for Tver extractor.
Sadly the PR kindof staled and waiting on base streaks.jp extractor. so the main class in my PR will have to adapt to
the new baseclase, which will no longer make sideloading this possible, as such i have made this seperate implementation with
more features that i personally use.
A Python script to rename files with history support.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A python script to save your bash history to sqlite db and allow you to export it back.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wrapper around curl to accelerate download speed using range requests for downloading.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tdarr boosh qsv plugin without the mkvpropedit and ffmpeg stats call. if you use cloud backend, or have slow drive pool, this is a MUST as the original plugin would cause massive writes for things which aren't really needed. as it was used in the nvidia plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There is a a bug in Plex old localmedia agent for python based agents, it will not search for any subtitles if the season folder is year based, for more information please take look at this plex bug report.
To fix the issue at least for linuxserver/plex containers. do the following, this has to happen everytime the container restarts as plex somehow redownload everytime the container restarts.
first gain shell access to your docker container by doing docker exec -ti container_name bash change container_name to whatever you named your container to be. Then execute the following commands.
$ sed -i 's/int(s) < 1900/int(s) < 3000/g' /usr/lib/plexmediaserver/Resources/Plug-ins-*/LocalMedia.bundle/Contents/Code/__init__.py
Patch sabnzbd to use same hostip for downloads/outgoing connections., do note that the WebUI will still report host default IP connection. this only affect the outgoing NNTP connections., also this may not work well on IPv6 NTP servers, i only tested it on ipv4 servers. taken from https://forums.sabnzbd.org/viewtopic.php?p=96582#p96582 please re…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create a encrypted tar.gz file from a directory on the fly. The encryption is done by GPG with a public key. The resulting filename is tagged with the date of creation. Very usefull for encrypted snapshots of folders.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters