Page 1 of 4

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 10th, 2009, 12:36 pm
by Vranac
Great Work :-)

Config - TV Sorting:

Some segments aren't properly arranged.
In Firefox there are extreme gaps between the segments, in IE 8 it's a little bit better.

Greetz
Vr

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 10th, 2009, 12:56 pm
by Vranac
Firefox 3.5.5
IE 8
OS: Windows 7 / 32bit
Sabnzbd running on Synology DS209+

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 14th, 2009, 8:13 pm
by fallchild
IS this coming out anytime soon?  Just started using snow leopard and this program.  Im on 4. something

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 17th, 2009, 6:04 am
by foxace
Hello plush is very good but  Is it possible to change the time in days + hours + minute

exemple  2 days 3 hours 15 min.= "2d/3h/15m"

Sorry my English is bad I'm french .RAF is on holiday :)

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 17th, 2009, 10:41 am
by foxace
pair of dimes wrote:
foxace wrote: Hello plush is very good but  Is it possible to change the time in days + hours + minute

exemple  2 days 3 hours 15 min.= "2d/3h/15m"

Sorry my English is bad I'm french .RAF is on holiday :)
English is okay.
I agree with your suggestion.
I think this is something that should probably be solved at the core of SABnzbd.
If you hover the "time left" at least you will get an exact ETA.
Are there plans to include it in the future?

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 18th, 2009, 4:58 am
by foxace
Is it possible to have a progress bar in percentage per file on entering the retail nzb.

As the red line that I drew ;D

I hope you understand my English

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 18th, 2009, 6:36 am
by xorrox
I do it adding lines to /interfaces/Plush/templates/nzo.tmpl (Line 101)

Code: Select all

<td>
<div class="main_sprite_container sprite_progressbar_bg">
<div class="main_sprite_container sprite_progress_done" style="background-position: -<!--#if $file.mb == "0.00" then "120" else int(120 - 120.0 / 100.0 * int(100 - float($file.mbleft) / float($file.mb) * 100))#-->px -347px">
<div class="totalDownload"><!--#echo int(float($file.mbleft))#--> <small>$T('Plush-left')</small></div>
<div class="currentDownload"><!--#echo int(float($file.mb))#--> <small>$T('MB')</small></div>
</div>
</div>
</td>


Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 18th, 2009, 8:28 am
by foxace
Alors la trop fort bravo. Chez moi ces en dessous et pas a coter comme sur ton screenshot, pourqoui ?
J’utilise la version linux sur un nas peut etre  que ta fait les tests sur Windows.



PS regarde tes mail je t'ai envoyer une invite newzbin  ;D

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 18th, 2009, 8:39 am
by xorrox
Je suis sous linux aussi

Faut rajouter aussi qqc :
Remplace ceci :

Code: Select all

Line : 93
<tr><th></th><th>$T('size') ($T('MB'))</th><th>$T('nzo-age')</th><th>$T('nzo-filename')/$T('nzo-subject')</th></tr>
par

Code: Select all

<tr><th></th><th>$T('size') ($T('MB'))</th><th>$T('nzo-age')</th><th>$T('nzo-filename')/$T('nzo-subject')</th><th>Progress</th></tr>
En fait tu ajoutes juste la colonne Progress avec "Progress"

Edit : j'avais même pas tout lu!! Merci pour l'invite!!   :D

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 18th, 2009, 8:46 am
by foxace
marche pas. toujours en dessous bizarre

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 18th, 2009, 9:18 am
by xorrox

Code: Select all

</tr>
<td>
<div class="main_sprite_container sprite_progressbar_bg">
<div class="main_sprite_container sprite_progress_done" style="background-position: -<!--#if $file.mb == "0.00" then "120" else int(120 - 120.0 / 100.0 * int(100 - float($file.mbleft) / float($file.mb) * 100))#-->px -347px">
<div class="totalDownload"><!--#echo int(float($file.mbleft))#--> <small>$T('Plush-left')</small></div>
<div class="currentDownload"><!--#echo int(float($file.mb))#--> <small>$T('MB')</small></div>
</div>
</div>
</td> 
Faire ceci

Code: Select all

<td>
<div class="main_sprite_container sprite_progressbar_bg">
<div class="main_sprite_container sprite_progress_done" style="background-position: -<!--#if $file.mb == "0.00" then "120" else int(120 - 120.0 / 100.0 * int(100 - float($file.mbleft) / float($file.mb) * 100))#-->px -347px">
<div class="totalDownload"><!--#echo int(float($file.mbleft))#--> <small>$T('Plush-left')</small></div>
<div class="currentDownload"><!--#echo int(float($file.mb))#--> <small>$T('MB')</small></div>
</div>
</div>
</td> 
</tr>
Bien enlever le "" et le mettre à la fin de mon ajout

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 18th, 2009, 9:26 am
by foxace
Works very well. Please is it possible that the authors add to the code

Thank you.

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 18th, 2009, 9:38 am
by foxace
Plus longue vers la gauche ces pas possible ? Je chercher a modifié la taille mais je ne trouve pas. Ces justes pour trouver le bon paramètre

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 18th, 2009, 9:54 am
by xorrox
C'est pas facile pour cela.

je dirais :
fichier /interfaces/Plush/templates/static/stylesheets/plush-default.css

Line 1171
Remplace:

Code: Select all

table.nzoTable td.filename {
   width:95%;
}
Par:

Code: Select all

table.nzoTable td.filename {
    width:50%;
}
Ca te permet de faire un peu de réglages mais ça sera pas top encore

Re: Plush UI for SABnzbd+ 0.5.x

Posted: November 18th, 2009, 10:03 am
by foxace
Ta raison ces pas top, laisse tomber ces déjà pas mal comme ca. Bravo a toi je pense que tu devrais demander à faire parti de l'équipe de développement tu maitrise super bien.