openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
372 stars 47 forks source link

Some (perhaps Mac-only) ideas #17

Closed melyux closed 1 year ago

melyux commented 1 year ago

Beautiful app, already nicer looking than the mess that Transmission Remote GUI is.

Here are some issues/complaints I've found:

qu1ck commented 1 year ago

Thanks for feedback. First 2 are fixed and will be in next version. Last active is more useful as a date I think because usually you only care about the old ones to purge from the client so you sort by date and pick a cut off line.

For the last one see #2. It's not supported by the framework I'm using right now, I may have to come up with some sort of hack.

melyux commented 1 year ago

Awesome, saw the fixes. For last date, is that so? I use it to understand how stale a download is. It's hard to parse the full date and then think of the current date and subtract in my head. Whereas "2d ago" would be much clearer. Maybe a way to click on it to switch between absolute and relative time?

qu1ck commented 1 year ago

But it doesn't indicate stale download, it indicates when was it last downloaded OR uploaded.

If you had the "2d ago" info, what do you typically use that for?

I could add another column that is just different representation of last active field and let users pick which column they want but it has to be justified by a good use case as there are already lots of columns.

melyux commented 1 year ago

Yep, I meant like how stale this torrent is. Has it downloaded or uploaded recently? 30d ago? If it's that stale, that's what makes me decide to remove it or not.

qu1ck commented 1 year ago

Right, so same as my use case, delete old ones. But you don't sort by the column, just pick out old ones and need an easier way to determine age at a glance?

melyux commented 1 year ago

Yeah I sort by age (aka datetime added) to keep a consistent ordering no matter what, so last active becomes much more important to quickly see at a glance since it's unpredictable by the order

qu1ck commented 1 year ago

I tried the relative time and found that it's just as easy to use with sorted column and easier to use with unsorted so I'll stick to it. Absolute date is still shown as tooltip on hover.

melyux commented 1 year ago

Build and tried latest. Everything's great