08-04-2015, 02:06 PM
over the last few days i've been modifying the vuze web UI to suit my use, mainly by adding additional sort methods that have been left out by default but can be used in the desktop client.
I've been doing this by modifying these files:
index.html
javascript\common.js
javascript\torrent.js
found in this folder:
C:\Users\<username>\AppData\Roaming\Azureus\plugins\xmwebui\transmission\web
one other feature that is present in the desktop client that i would like to add to the UI is the ability to add/remove torrents to categories and to filter by category, but i am unable to find a 'category' field in the Torrent class in the torrent.js file. is this something thats is not available at all? or has it just been missed out if the class because it's not presently being used?
more to the point, if it's possible to add this, what exactly is the fieldname i would need to use to get it? and which array of properties does it belong to?
any help with this would be appreciated
Thanks
James
I've been doing this by modifying these files:
index.html
javascript\common.js
javascript\torrent.js
found in this folder:
C:\Users\<username>\AppData\Roaming\Azureus\plugins\xmwebui\transmission\web
one other feature that is present in the desktop client that i would like to add to the UI is the ability to add/remove torrents to categories and to filter by category, but i am unable to find a 'category' field in the Torrent class in the torrent.js file. is this something thats is not available at all? or has it just been missed out if the class because it's not presently being used?
more to the point, if it's possible to add this, what exactly is the fieldname i would need to use to get it? and which array of properties does it belong to?
any help with this would be appreciated
Thanks
James