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.