Search found 7 matches

by billy
Sat Apr 16, 2022 2:40 pm
Forum: Support
Topic: Deluge 2.0.5 Webui Columns - changes are not saved after editing deluge-all-debug.js (Arch Linux)
Replies: 12
Views: 2106

Re: Deluge 2.0.5 Webui Columns - changes are not saved after editing deluge-all-debug.js (Arch Linux)

mherz: you're a gent. Thank you SO much for taking the time to help with this.

It works!!!
by billy
Thu Apr 14, 2022 8:56 pm
Forum: Support
Topic: Deluge 2.0.5 Webui Columns - changes are not saved after editing deluge-all-debug.js (Arch Linux)
Replies: 12
Views: 2106

Re: Deluge 2.0.5 Webui Columns - changes are not saved after editing deluge-all-debug.js (Arch Linux)

Below is the complete section and all columns work fine (on/off) except that final 'Label' column modification. Noticing it's the only line without the 'true,renderer:' part ... could that be the reason why it's not being recognised? Deluge.TorrentGrid=Ext.extend(Ext.grid.GridPanel,{torrents:{},colu...
by billy
Thu Apr 14, 2022 5:38 pm
Forum: Support
Topic: Deluge 2.0.5 Webui Columns - changes are not saved after editing deluge-all-debug.js (Arch Linux)
Replies: 12
Views: 2106

Re: Deluge 2.0.5 Webui Columns - changes are not saved after editing deluge-all-debug.js (Arch Linux)

Interestingly, that code still isn't removing the persistent 'Label' column. Here's what I have: {header:_('Seeds:Peers'),hidden:true,width:75,sortable:true,renderer:availRenderer,dataIndex:'seeds_peers_ratio',}, {header:_('Last Transfer'),hidden:true,width:75,sortable:true,renderer:ftime,dataIndex:...
by billy
Thu Apr 14, 2022 3:36 pm
Forum: Support
Topic: Deluge 2.0.5 Webui Columns - changes are not saved after editing deluge-all-debug.js (Arch Linux)
Replies: 12
Views: 2106

Re: Deluge 2.0.5 Webui Columns - changes are not saved after editing deluge-all-debug.js (Arch Linux)

Thank you for taking a look at this! I made the modification as suggested above and can confirm .... it works perfectly! 'Completed' now sorts just like the other columns: ) Much appreciated : ) One other (minor) question: is there any way to permanently hide the 'Label' Column? Can't seem to find a...
by billy
Wed Apr 13, 2022 4:05 pm
Forum: Support
Topic: Deluge 2.0.5 Webui Columns - changes are not saved after editing deluge-all-debug.js (Arch Linux)
Replies: 12
Views: 2106

Re: Deluge 2.0.5 Webui Columns - changes are not saved after editing deluge-all-debug.js (Arch Linux)

Thank for the response - much appreciated. That worked! All columns are now as they should be after deleting the .debug and editing the 'deluge-all.js' file. The only issue is that 'Complete' still won't sort. Every other column will, so I guess it's simply a bug which will hopefully be fixed at som...
by billy
Sun Apr 10, 2022 2:31 pm
Forum: Support
Topic: Deluge 2.0.5 Webui Columns - changes are not saved after editing deluge-all-debug.js (Arch Linux)
Replies: 12
Views: 2106

Deluge 2.0.5 Webui Columns - changes are not saved after editing deluge-all-debug.js (Arch Linux)

Hi everyone, I want to ask for some help. I upgraded to the latest 2.0.5 on Arch and everything runs fine, but for some reason any modifications to deluge-all-debug.js are not displayed by the webui. The file is located at /usr/lib/python3.10/site-packages/deluge/ui/web/js I want to permanently hide...
by billy
Fri Nov 23, 2018 5:36 am
Forum: Plugins
Topic: [Plugin] LabelPlus v0.3.2.2
Replies: 264
Views: 693804

Re: [Plugin] LabelPlus v0.3.2.2

I fixed LabelPlus so it now works with magnets too, as auto-labeling didn't work before when e.g. filtering by file-extensions. I built a fixed python2.7 version of latest LabelPlus v0.3.2.2 and uploaded it here: http://s000.tinyupload.com/index.php?file_id=44233688289068862801 The link gets disabl...