1. Current Location: Home >  NAS >  Install an agent on the Feiniu NAS to automatically find movies and TV downloads

Install an agent on the Feiniu NAS to automatically find movies and TV downloads

to achieve a total of 3 ways to "automatically find movies and TV → download→ and store" for Feiniu NAS, and press "Zero Command Line"→ "Geek Edition"→ "AI Agent" from easy to difficult.

  1. Zero command line: One-click matryoshka doll in the Feiniu Application Center
    Step overview:
    (1) Install qBittorrent in the application center (2) Install Nastool (or MovieBot) (3) Fill in RSS/Douban (4) Specify the download directory (5) Automatic scraping of Feiniu Film and Television.
  • open Feiniu's "Application Center" and search for qBittorrent, install it, and point the download directory to /media/download.
  • search for Nastool (or pull the image fjlzwl/nastool) to create it with one click, and the port default is 3000.
  • to Nastool "Site Management" and paste RSS such as 6v and Movie Paradise; If you want to chase Douban, scan the code to authorize and turn on the "want to see" switch.
  • to qBittorrent → RSS → Add Subscription → Paste the "RSS Aggregation Address" generated by Nastool into → check "Automatic Download".
  • Finally, set /media/download as the movie/TV series folder in the "Media Library", and Feiniu Film and Television will automatically scrape posters, actors, and subtitles, and the whole web interface will be completed in 5 minutes.
  • Install an agent on the Feiniu NAS to automatically find movies and TV downloads

  1. Geek Edition: Docker-compose is a command
    suitable for users who want to run the latest version or more plugins.
    mkdir -p /vol1/docker/nastool && cd /vol1/docker/nastool
    cat > docker-compose.yml < version: "3" services: nastool: image: nastool/nastool:latest container_name: nastool ports:
    • 3000:3000 volumes:
    • ./config:/config
    • /media/download:/downloads restart: unless-stopped qb: image: linuxserver/qbittorrent:latest container_name: qb ports:
    • 8080:8080
    • 6881:6881
    • 6881:6881/udp volumes:
    • ./qb-config:/config
    • /media/download:/downloads environment:
    • PUID=1000
    • PGID=1000 restart: unless-stopped EOF
      docker compose up -d
      Then enter Nastool and configure RSS/Douban according to Scheme 1, and docker compose pull && docker compose up -d command is completed when upgrading.

  1. AI agent: open-webui + local large model to do "voice dotting"
    if you want to "open your mouth to get off", install an open-webui+ollama, connect Nastool's OpenAPI, and you can directly say "Download the latest 4K version of The Wandering Earth 3" on the webpage/WeChat.
  • Feiniu "Docker Management", search for ollama in the image repository and start port 11434, and then search for open-webui, port 8080.
  • to open-webui, settings, plugins, add "nastool_tool", and fill in Nastool's API-key (Nastool settings → generated by security →).
  • Open the conversation, select a model (such as qwen2-7b), enter "I want to watch a science fiction movie with a score >of 8.0 in 2025, help me add it to the download queue", and the large model will adjust Nastool search→ filter→ join the download, and WeChat/email will notify you after completion.
    (The whole link runs locally, no need to worry about privacy; The model 3B-7B size is completely sufficient on the NAS. )

Common pit shorthand
  1. separate the seed directory from the library directory: qB After downloading, Nastool will use a hard link to "map" the file to the media library, which does not hinder the seed and does not take up double the space.
  2. RSS The address is changed when it expires, and someone in the forum maintains the latest address every day.
  3. want to download remotely: Install a cpolar intranet penetration for Feiniu, map out Nastool's 3000 ports, and mobile phone traffic can also be used.

summary
"lazy people" go directly to plan 1, five minutes to get it; If you want to play with flowers
just go to 2+3 together, local AI voice dot films, and Flying Bull instantly becomes a personal film and television assistant. Happy watching the drama!
Read More


Copyright Notice Scan to read on mobile
All Rights Reserved: 《SHUNOT》 => 《Install an agent on the Feiniu NAS to automatically find movies and TV downloads
Article URL: https://www.shunot.com/en/nas/693.html
Unless otherwise stated, all articles are original by 《Routing enthusiast》. Reposting is welcome! Please indicate the original URL when reposting, thank you.

Comment List

Night crawler
Night crawlerReply
#6
The automatic download function of Feiniu NAS is indeed very convenient, especially the zero command line solution, which is simple to operate and suitable for users who are not very tech-savvy, saving time and effort.
4 个月前
Old memories of t...
Old memories of t...Reply
#5
This solution is simple to operate and suitable for novices, but has limited features and cannot meet the needs of advanced users.
4 个月前
The sword is dusty
The sword is dustyReply
#4
This method is simple to operate and suitable for beginners, but it may rely on network stability, and if the RSS feed changes frequently, you need to manually update the link, which is a bit cumbersome.
4 个月前
The west wind blo...
The west wind blo...Reply
#3
This solution is easy to operate, suitable for novices, can quickly realize automatic download and organization of film and television resources, save time and effort, and is recommended for users who want to easily manage NAS.
4 个月前
The remnants of d...
The remnants of d...Reply
#2
This method is very practical, the operation is simple and convenient, automatic finding, downloading, and warehousing in one step, saving a lot of trouble, and it is suitable for users who are not very tech-savvy can also get started.
4 个月前
Bookworm
BookwormReply
#1
This method is very practical, simple to operate and can automatically organize film and television resources, saving time and effort, recommended for users who want to improve the NAS experience.
4 个月前

Contact Us

Online Consultation: Click here to send me a message

WeChat ID: master_135

Scan to follow