Skip to content
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

Interface for transmission's labels feature #220

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

rsekman
Copy link
Contributor

@rsekman rsekman commented Apr 21, 2022

Since version 3.00 transmission now supports labels for torrents, e.g., music, movies, iso. stig should provide an interface to this feature, meaning

  • torrent lists should have a column for labels
  • torrent details should display labels
  • it should be possible to filter torrents by labels
  • there should be a command to manipulate labels
    • set a torrent's labels to a new list
    • add any number of labels
    • remove any number of labels
    • clear all labels
  • add should take an argument to label torrents as they are added

@rndusr
Copy link
Owner

rndusr commented Apr 21, 2022 via email

@rsekman
Copy link
Contributor Author

rsekman commented Apr 21, 2022

Thanks! I think I got all of them fixed.

Thank you also for pointing me to flake8. This will help me lint the rest of my contributions. Previously I was sort of guessing the style.

empty labels argument to add was not properly handled; ''.split() returns [''] not []
@rndusr
Copy link
Owner

rndusr commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants