Plush UI for SABnzbd+ 0.5.x

Questions and bug reports for Beta releases should be posted here.

Re: Plush UI for SABnzbd+ 0.5.x

Postby Vranac » November 10th, 2009, 1:36 pm

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
Vranac
Release Testers
Release Testers
 
Posts: 15
Joined: January 12th, 2009, 6:05 pm

Re: Plush UI for SABnzbd+ 0.5.x

Postby Vranac » November 10th, 2009, 1:56 pm

Firefox 3.5.5
IE 8
OS: Windows 7 / 32bit
Sabnzbd running on Synology DS209+
Vranac
Release Testers
Release Testers
 
Posts: 15
Joined: January 12th, 2009, 6:05 pm

Re: Plush UI for SABnzbd+ 0.5.x

Postby fallchild » November 14th, 2009, 9:13 pm

IS this coming out anytime soon?  Just started using snow leopard and this program.  Im on 4. something
fallchild
Newbie
Newbie
 
Posts: 11
Joined: November 14th, 2009, 8:54 pm

Re: Plush UI for SABnzbd+ 0.5.x

Postby foxace » November 17th, 2009, 7:04 am

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 :)
User avatar
foxace
Release Testers
Release Testers
 
Posts: 91
Joined: November 15th, 2008, 11:31 am
Location: France

Re: Plush UI for SABnzbd+ 0.5.x

Postby foxace » November 17th, 2009, 11:41 am

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?
User avatar
foxace
Release Testers
Release Testers
 
Posts: 91
Joined: November 15th, 2008, 11:31 am
Location: France

Re: Plush UI for SABnzbd+ 0.5.x

Postby foxace » November 18th, 2009, 5:58 am

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
User avatar
foxace
Release Testers
Release Testers
 
Posts: 91
Joined: November 15th, 2008, 11:31 am
Location: France

Re: Plush UI for SABnzbd+ 0.5.x

Postby xorrox » November 18th, 2009, 7:36 am

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>

User avatar
xorrox
Release Testers
Release Testers
 
Posts: 37
Joined: November 9th, 2009, 8:58 am
Location: FR

Re: Plush UI for SABnzbd+ 0.5.x

Postby foxace » November 18th, 2009, 9:28 am

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
User avatar
foxace
Release Testers
Release Testers
 
Posts: 91
Joined: November 15th, 2008, 11:31 am
Location: France

Re: Plush UI for SABnzbd+ 0.5.x

Postby xorrox » November 18th, 2009, 9:39 am

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
Last edited by xorrox on November 18th, 2009, 9:42 am, edited 1 time in total.
User avatar
xorrox
Release Testers
Release Testers
 
Posts: 37
Joined: November 9th, 2009, 8:58 am
Location: FR

Re: Plush UI for SABnzbd+ 0.5.x

Postby foxace » November 18th, 2009, 9:46 am

marche pas. toujours en dessous bizarre
Last edited by foxace on November 18th, 2009, 9:52 am, edited 1 time in total.
User avatar
foxace
Release Testers
Release Testers
 
Posts: 91
Joined: November 15th, 2008, 11:31 am
Location: France

Re: Plush UI for SABnzbd+ 0.5.x

Postby xorrox » November 18th, 2009, 10:18 am

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
User avatar
xorrox
Release Testers
Release Testers
 
Posts: 37
Joined: November 9th, 2009, 8:58 am
Location: FR

Re: Plush UI for SABnzbd+ 0.5.x

Postby foxace » November 18th, 2009, 10:26 am

Works very well. Please is it possible that the authors add to the code

Thank you.
User avatar
foxace
Release Testers
Release Testers
 
Posts: 91
Joined: November 15th, 2008, 11:31 am
Location: France

Re: Plush UI for SABnzbd+ 0.5.x

Postby foxace » November 18th, 2009, 10:38 am

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
User avatar
foxace
Release Testers
Release Testers
 
Posts: 91
Joined: November 15th, 2008, 11:31 am
Location: France

Re: Plush UI for SABnzbd+ 0.5.x

Postby xorrox » November 18th, 2009, 10:54 am

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
User avatar
xorrox
Release Testers
Release Testers
 
Posts: 37
Joined: November 9th, 2009, 8:58 am
Location: FR

Re: Plush UI for SABnzbd+ 0.5.x

Postby foxace » November 18th, 2009, 11:03 am

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.
User avatar
foxace
Release Testers
Release Testers
 
Posts: 91
Joined: November 15th, 2008, 11:31 am
Location: France

Next

Return to Beta Releases