aMule Forum
English => Feature requests => Topic started by: ViKT0RY on January 24, 2012, 10:04:13 AM
-
That are my suggestions, now from the web interface I can't view the alternative names of the file, and that way I can't tell if It's a fake or not (that's the method I usually use).
Other usefull thing is that if I have more than 1000 files shared, having to search for a file I've just downloaded to leave a (probably positive) comment is quite annoying.
It would be great to allow commenting on files directly from the download tab when they are completed.
Thank you in advance.
-
amuleweb is not really being developed at the moment I'm afraid.
-
Ok, thank you for your reply. I will take a look at the sources of amuleweb and see if I can help.
If I'm able to do some improvements, where should I file the patch?
-
Here, for example.
-
atm only comment aren't unsopported, right?
-
Huh?
-
I mean, the advise say: Comments are not allowed on remote gui yet
-
amulegui or amuleweb? This thread is about amuleweb.
-
That are my suggestions, now from the web interface I can't view the alternative names of the file, and that way I can't tell if It's a fake or not (that's the method I usually use).
I already created a patch for that. A while ago i submitted a draft version of it in the mantis tracker.
When i get time i can submit here the latest version of the patch.
Be aware that it's not perfect at all: it loads only the filenames discovered since the server latest restart. For the comments it works just fine (only for viewing them). :P
--
For me and my friends the amuleweb is a nice fallback when you're in mobility. Given that MuleDroid no longer works and i don't have so much time to fix it. :(
-
Better post it here. The tracker is not being monitored well...
-
here it goes.
The fields added to the amuleweb-php's amule_load_vars("downloads") are:
- sourcenames: an array field that include sourcename objects. A sourcename object include these fields:
(NOTE: these fields are correctly filled only for files added to the download queue since last webserver restart.)
- name : the filename
- count: number of known sources that have that filename as name.
- comments: an array field that include comment objects. A comment object include these fields:
- username: user name that reported the comment
- filename: file name on which the user reported the comment
- rating: his vote on this file in a 1 (fake) to 5 (excellent) scale.
- comment
The files are here:
- WebServer Patch: http://bugs.amule.org/file_download.php?file_id=353&type=bug (http://bugs.amule.org/file_download.php?file_id=353&type=bug)
- A demo webskin that use those new fields. http://bugs.amule.org/file_download.php?file_id=354&type=bug (http://bugs.amule.org/file_download.php?file_id=354&type=bug) click on a name in the dload list to see its details
Let me know if it works for you. ;D
-
Looks like I can't download the attachments from the tracker.
Please post the patches here.
-
Looks like I can't download the attachments from the tracker.
Please post the patches here.
the links work just fine for me. you must be logged in the tracker before clicking on them.
BTW, here they are. ;)