Skip to content

Instantly share code, notes, and snippets.

@veltlion
veltlion / qbittorrent.sh
Last active May 11, 2025 11:34
NATMap 打洞后自动更新 qBittorrent/Transmission 监听端口和 OpenWrt 防火墙规则并推送到 Telegram
#!/bin/sh
protocol=$5
inner_ip=$6
inner_port=$4
outter_ip=$1
outter_port=$2
ip4p=$3
qbv4="10.0.0.123"
@jinjier
jinjier / javdb-top250.md
Last active January 25, 2026 17:54
JavDB top 250 movies list. [Updated on 2026/01]
@spartazhc
spartazhc / qb_dispatch.py
Last active October 12, 2023 15:41
qbittorrent link dispatcher
#!/usr/bin/python3
# this script work as qbittorrent's external program and will
# rename and create hard link for emby/jellyfin to scrape easily
# film and episodes naming rule follows https://jellyfin.org/docs/general/server/media/movies.html
# 2021-01-26 by spartazhc
# Usage: download this python script, setup in qbittorrent
# Option -> Download -> Run external program on torrent completion
# set as /path_of_script/qb_dispatch.py -f "%F" -c "%L" -n "%N"
# Set categories "episodes" and "films", choose them when add torrent