aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amule(d|cmd|gui|web) not working features (CVS Snapshot 3.Jun.05)  (Read 2108 times)

sirius

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18

Great work guy's, and here some pointers for improvement.

amulegui

not working
- partfile name not shown in right-click menu
- priority settings not effective, one can click it but setting does not change
- last found does not seem to be accurate, shows mostly unknown except for loading ones
- statistics not working / shown
- logs (server, amule) not shown
- percentages complete do not show in listing
- download details for clients not available/expandable (as in a normal mule)

amuled / amuleweb
- not producing any data for logfiles, they are simply empty, but created

amulecmd
- 'show DL' shows all listed files, not just the ones that are downloading, similar to that UL only shows the ones currently uploading. If this is supposed to show all, I suggest renaming into ALL and suggest adding of the following:
- show high, med, low, auto for the different priorities
- show complete, waiting, paused, stoped, groups
- suggest to add setting of priorities, stoping, pausing, canceling of items

amuleweb
- dropdown to show all, waiting, paused is reading in local language (i.e. german) but sending in english, but then it does not show anything. Manually changing the &cat= to the local language works however (i.e. &cat=waiting into &cat=warten) -> need to fix coordination, suggest to stay in english language.
- initial list takes long to load, suggest to make currenlly downloading list default
- suggest to add visibility of categories and ability to set and group in categories from web interface
- suggest to add javascipt popup on each item to recreate right-click menu. could be easily created by a standard .js file that is inclulded and that included function(s) are just called with the hash of the file - simply and does not add any overhead to the webpage to load. Simiar to what is used here: http://www.vbulletin-germany.com/forum/showthread.php?t=5964 - click on the username "pogo" to see what I mean.
- change sort to sort the other way around when sorting by clicking on a header name, so that the highest value is on top when the link is clickt the first time. then act as a toggle.
« Last Edit: June 07, 2005, 04:38:07 AM by sirius »
Logged

lfroen

  • Guest
Re: amule(d|cmd|gui|web) not working features (CVS Snapshot 3.Jun.05)
« Reply #1 on: June 07, 2005, 06:27:13 AM »

Quote
- partfile name not shown in right-click menu
- last found does not seem to be accurate, shows mostly unknown except for loading ones
- statistics not working / shown
- download details for clients not available/expandable (as in a normal mule)
Known issues. First 2 will be fixed, while last 2 are quite different to implement without seriosly hurting bandwidth and/or memory consumption. But I'm working on it.

Quote
- logs (server, amule) not shown
Want to see it - open it. That's normal practice in "daemon-gui" environment.

Quote
- priority settings not effective, one can click it but setting does not change
- percentages complete do not show in listing
Worked last time I've checked. Will check again, promise :)

Quote
- not producing any data for logfiles, they are simply empty, but created
Also, known issue. As a workaround I suggest you to run "amuled -o > my.log &"
Logged

sirius

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
thanks
« Reply #2 on: June 07, 2005, 08:16:26 AM »

Thanks and keep up the good work
Logged