Flood-UI / flood

A web UI for rTorrent, qBittorrent and Transmission with a Node.js backend and React frontend. Migrate to v4: https://github.com/jesec/flood/wiki/Migrate-from-older-versions-of-Flood.
https://flood.js.org
GNU General Public License v3.0
1.81k stars 173 forks source link

Improve tagging #854

Open jakoblover opened 4 years ago

jakoblover commented 4 years ago

Type: Feature Request

Summary

It is cumbersome to add tags to torrents when there seems to be no way of adding tags without manually typing in the tag.

Idea of implementation

Select torrents from the overview, then click and drag the group of torrents into a tag on the sidebar. In combination with that, maybe add a way to more easily add existing tags through the "Set tags" option when right clicking a selection of torrents, like a drop down menu

ryanerwin commented 4 years ago

add a way to more easily add existing tags through the "Set tags" option when right clicking a selection of torrents, like a drop down menu

This would be very helpful. I have a small set of tags I use to automatically move into the correct folder on completion... Often end up with variations on the tag name since manually typing it each time. Ideally we could set a list of known tags in the Flood-UI settings page, and choose which of the existing tags to use (as well as typing a new one).

suffixdesign commented 4 years ago

try to edit rtorrent.rc's schedule fodler watch like this: schedule = watch_directory_1,1,30,"load.start=/data/watch/yourlabel/*.torrent,d.custom1.set=yourlabel,d.delete_tied=,d.directory.set=/data/completed/yourlabel/" where yourlabel is your custom label. you have to create the folders, too.