aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: View file details in amuleweb and comment completed files from download tab  (Read 8491 times)

ViKT0RY

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2

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.
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming

amuleweb is not really being developed at the moment I'm afraid.
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

ViKT0RY

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2

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?
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685

Here, for example.
Logged
concordia cum veritate

Fabioamd87

  • Jr. Member
  • **
  • Karma: 1
  • Offline Offline
  • Posts: 78

atm only comment aren't unsopported, right?
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming

Huh?
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

Fabioamd87

  • Jr. Member
  • **
  • Karma: 1
  • Offline Offline
  • Posts: 78

I mean, the advise say: Comments are not allowed on remote gui yet
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming

amulegui or amuleweb? This thread is about amuleweb.
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

De-MonHell

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

 
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.   :(
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming

Better post it here. The tracker is not being monitored well...
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

De-MonHell

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: View file details in amuleweb and comment completed files from download tab
« Reply #10 on: February 09, 2012, 01:07:23 PM »

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:


Let me know if it works for you.  ;D
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: View file details in amuleweb and comment completed files from download tab
« Reply #11 on: February 09, 2012, 08:17:51 PM »

Looks like I can't download the attachments from the tracker.
Please post the patches here.
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

De-MonHell

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: View file details in amuleweb and comment completed files from download tab
« Reply #12 on: February 09, 2012, 09:40:21 PM »

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.  ;)
Logged