使用JAV金鸡儿奖官网附带的工具JAV SQL 查询器,可查询各种类别的JavDB TOP250影片:
及分年数据(存在部分重复影片,原始数据的问题):
| #!/bin/sh | |
| protocol=$5 | |
| inner_ip=$6 | |
| inner_port=$4 | |
| outter_ip=$1 | |
| outter_port=$2 | |
| ip4p=$3 | |
| qbv4="10.0.0.123" |
使用JAV金鸡儿奖官网附带的工具JAV SQL 查询器,可查询各种类别的JavDB TOP250影片:
及分年数据(存在部分重复影片,原始数据的问题):
| #!/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 |