Plush UI for SABnzbd+ 0.5.x
Forum rules
Help us help you:
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.
Re: Plush UI for SABnzbd+ 0.5.x
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
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
Firefox 3.5.5
IE 8
OS: Windows 7 / 32bit
Sabnzbd running on Synology DS209+
IE 8
OS: Windows 7 / 32bit
Sabnzbd running on Synology DS209+
Re: Plush UI for SABnzbd+ 0.5.x
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
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
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
Are there plans to include it in the future?pair of dimes wrote:English is okay.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
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.
Re: Plush UI for SABnzbd+ 0.5.x
Is it possible to have a progress bar in percentage per file on entering the retail nzb.
As the red line that I drew
I hope you understand my English
As the red line that I drew
I hope you understand my English
Re: Plush UI for SABnzbd+ 0.5.x
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
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
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
Re: Plush UI for SABnzbd+ 0.5.x
Je suis sous linux aussi
Faut rajouter aussi qqc :
Remplace ceci :
par
En fait tu ajoutes juste la colonne Progress avec "Progress"
Edit : j'avais même pas tout lu!! Merci pour l'invite!!
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>
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>
Edit : j'avais même pas tout lu!! Merci pour l'invite!!
Last edited by xorrox on November 18th, 2009, 8:42 am, edited 1 time in total.
Re: Plush UI for SABnzbd+ 0.5.x
marche pas. toujours en dessous bizarre
Last edited by foxace on November 18th, 2009, 8:52 am, edited 1 time in total.
Re: Plush UI for SABnzbd+ 0.5.x
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>
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>
Re: Plush UI for SABnzbd+ 0.5.x
Works very well. Please is it possible that the authors add to the code
Thank you.
Thank you.
Re: Plush UI for SABnzbd+ 0.5.x
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
C'est pas facile pour cela.
je dirais :
fichier /interfaces/Plush/templates/static/stylesheets/plush-default.css
Line 1171
Remplace:
Par:
Ca te permet de faire un peu de réglages mais ça sera pas top encore
je dirais :
fichier /interfaces/Plush/templates/static/stylesheets/plush-default.css
Line 1171
Remplace:
Code: Select all
table.nzoTable td.filename {
width:95%;
}
Code: Select all
table.nzoTable td.filename {
width:50%;
}
Re: Plush UI for SABnzbd+ 0.5.x
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.