Plush UI for SABnzbd+ 0.5.x

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Vranac
Release Testers
Release Testers
Posts: 7
Joined: January 12th, 2009, 5:05 pm

Re: Plush UI for SABnzbd+ 0.5.x

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

Re: Plush UI for SABnzbd+ 0.5.x

Post by Vranac »

Firefox 3.5.5
IE 8
OS: Windows 7 / 32bit
Sabnzbd running on Synology DS209+
fallchild
Newbie
Newbie
Posts: 11
Joined: November 14th, 2009, 7:54 pm

Re: Plush UI for SABnzbd+ 0.5.x

Post by fallchild »

IS this coming out anytime soon?  Just started using snow leopard and this program.  Im on 4. something
User avatar
foxace
Release Testers
Release Testers
Posts: 67
Joined: November 15th, 2008, 10:31 am
Location: France

Re: Plush UI for SABnzbd+ 0.5.x

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

Re: Plush UI for SABnzbd+ 0.5.x

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

Re: Plush UI for SABnzbd+ 0.5.x

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

Re: Plush UI for SABnzbd+ 0.5.x

Post 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>

User avatar
foxace
Release Testers
Release Testers
Posts: 67
Joined: November 15th, 2008, 10:31 am
Location: France

Re: Plush UI for SABnzbd+ 0.5.x

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

Re: Plush UI for SABnzbd+ 0.5.x

Post 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
Last edited by xorrox on November 18th, 2009, 8:42 am, edited 1 time in total.
User avatar
foxace
Release Testers
Release Testers
Posts: 67
Joined: November 15th, 2008, 10:31 am
Location: France

Re: Plush UI for SABnzbd+ 0.5.x

Post by foxace »

marche pas. toujours en dessous bizarre
Last edited by foxace on November 18th, 2009, 8:52 am, edited 1 time in total.
User avatar
xorrox
Release Testers
Release Testers
Posts: 26
Joined: November 9th, 2009, 7:58 am
Location: FR

Re: Plush UI for SABnzbd+ 0.5.x

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

Re: Plush UI for SABnzbd+ 0.5.x

Post by foxace »

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

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

Re: Plush UI for SABnzbd+ 0.5.x

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

Re: Plush UI for SABnzbd+ 0.5.x

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

Re: Plush UI for SABnzbd+ 0.5.x

Post 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.
Post Reply