-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: categories/labels #98
Conversation
There's a new config: categories.toml # Example category:
# [[category]]
# name = "Classical Music" # required
# icon = "[M]" # optional, default: ""
# default_dir = "/mnt/Music/Classical" # optional, default: transmission's default
# color = "Green" # optional, default: "White" and a new option in config.toml under [torrents_tab]: [search_tab]
# Whether to insert category icon into name as declared in categories.toml.
# An alternative to inserting category's icon into torrent's name is adding a
# CategoryIcon header into your headers.
category_icon_insert_into_name = true
The user is now being asked about a category when adding a magnet: (you can press TAB or CTRL-f or right arrow to autocomplete). After that, the default directory for given category is set: In the torrents tab a torrent with a category may look something like this: There are also two new headers: @aidanaden Could you give it a try? |
TODO:
c
(but don't allow adding a completely new category this way)