lformella / xdcc-grabscher

XG is an IRC Downloadmanager written in C#.
http://www.larsformella.de/lang/en/portfolio/programme-software/xg
66 stars 50 forks source link

feature requests #16

Closed hrvstr closed 10 years ago

hrvstr commented 11 years ago

I don't know if this is the right place for feature requests, so feel free to move/close this issue.

features:

I know this is kind of an overcharge but i would like to know if you plan on adding any of this features. I also would like to contribute but I am afraid I could only help design-wise (as this is my profession) and maybe a little html/css.

anyway, thanks for this amazing software!

lformella commented 11 years ago

Can you be more specific?

You can click on the icon of a downloading packet and XG will stop the download process and clean up temporary files.

Yeah, I noticed this, too. I ll try to improve the loading process, so it wont block the browser.

I am planing to show some useful informations at the first page in the near futurre :)

There is already an option ("Combine IRC View") which results into a single table where packets are grouped under their bots.

hrvstr commented 11 years ago
Hamdor commented 11 years ago

I can confirm that canceling download is broken, tested with lastest chrome, IE and opera Using your last sources (09.07.2013)

Hamdor commented 11 years ago

OK i found the function to cancle downloads, it only works in the irc overview, but if you have a "dead" download (means that the bot gone offline) you cant cancel the download anymore...

lformella commented 11 years ago

@Hamdor your issue is solved here: https://github.com/lformella/xdcc-grabscher/releases/tag/v2.1.0

hrvstr commented 11 years ago

Canceling downloads by clicking the icon works now after applying the 2.1.0 update. Thanks!

hrvstr commented 11 years ago

another request: add a restart button to the settings drop-down menu.

this would be awesome as i have to constantly restart XG for two reasons:

lformella commented 11 years ago

I am running XG on a pc connected via dsl which is disconnected from the provider every day. XG handles this disconnection properly and reconnects to all servers. The machine running the web frontend goes to sleep regulary and after wakeup there pops up a small window in the frontend saying that you should reload the page. Because of the used websocket you have to reload the page after a disconnect - even if you lost your wlan signal.

Which browser do you use? I noticed that chrome sometimes wont show the popup and thinks that he is connected, but you cant do anything.

hrvstr commented 11 years ago

I should have been more clear: i have set up my server to go to sleep mode after a certain time of inactivity (i use this tool: getsmartpower.co.uk). it basicly sends a suspend signal when the cpu or network usage have not hit a specified threshold in 10 minutes.

everything is working as expected when the maschine viewing the webfrontend goes to sleep.

lformella commented 11 years ago

@hrvstr packet name highlight bug is solved in: https://github.com/lformella/xdcc-grabscher/releases/tag/v2.1.1

hrvstr commented 11 years ago

Hm, doesn't seem to work here. I'm on 2.1.1. and i can only highlight the line in yellow to see the bot. Still can't select text to copy and paste or use the context menu.

lformella commented 11 years ago

you have to double click on a packet to open a box with its name - (by design you cant copy packet names in slick grid)

hrvstr commented 11 years ago

got it now, thanks for the help!

lformella commented 10 years ago

XG3 solves highlight and grid slow down issues (https://github.com/lformella/xdcc-grabscher/issues?milestone=3)