johman10 / flood-for-transmission

A Flood (https://github.com/Flood-UI/flood) clone for Transmission
GNU General Public License v3.0
340 stars 33 forks source link

Missing: Right Click Menu - Queue #337

Closed dannyvfilms closed 2 years ago

dannyvfilms commented 2 years ago

First off, hot damn does this look good! I'm using the version paired with haugene/transmission-openvpn:latest and was getting some settings back where I usually have then. I noticed that Queue and the submenu options are not available in the right click menu:

Screen Shot 2022-01-28 at 3 41 15 PM

Pictured: https://github.com/transmission-remote-gui/transgui

A little off topic, but Copy Magnet Link also wasn't present. I didn't see a different place to control Queue, so I figured I'd post here. Thanks!

johman10 commented 2 years ago

I noticed that Queue and the submenu options are not available in the right click menu

This is correct. I didn't implement any queue prioritization yet. I didn't really decide on how I wanted to do that yet. Idealy I would like to do some kind of drag and drop to prioritize, but perhaps that's too much work and it doesn't work because of the sorting behaviour. This was also discussed on issue #138.

I would want to maintain one issue for the queue priotizing, so perhaps we can use the other issue for that. Please subscribe there for future updates.

A little off topic, but Copy Magnet Link also wasn't present. I didn't see a different place to control Queue, so I figured I'd post here.

Copy magnet link button should be easy to add. I just have to add another item and request the required data from Transmission. I can consider that part of this ticket.

johman10 commented 2 years ago

Copy Magnet links was now added in the context menu. I will have a look at Queue control next I think since that seems like a basic thing to support, please follow #138 for updates on this topic.

Hope this helps you, let me know if you have more ideas to make Flood for Transmission better!