mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
Sizes are now given in bytes. Dates are Unix timestamps and converted to ISO 8601 in the web UI. Numbers are not converted to strings. -1 is returned for undefined values. Some keys have been splitted: Torrent list (json/torrents) * num_seeds: Torrent seeds connected to * num_complete: Torrent seeds in the swarm * num_leechs: Torrent leechers connected to * num_incomplete: Torrent leechers in the swarm Torrent generic properties (propertiesGeneral/hash) * total_uploaded: Total data uploaded * total_uploaded_session: Total data uploaded this session * total_downloaded: Total data dowloaded * total_downloaded_session: Total data downloaded this session * time_elapsed: Torrent elapsed time * seeding_time: Torrent elapsed time while complete * nb_connections: Torrent connection count * nb_connections_limit: Torrent connection count limit Global transfer info (json/transferInfo) * dl_info_speed: Global downalod rate * dl_info_data: Data downloaded this session * up_info_speed: Global upload rate * up_info_data: Data uploaded this session Closes #1524.
41 lines
1.7 KiB
Plaintext
41 lines
1.7 KiB
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>www/private/index.html</file>
|
|
<file>www/private/login.html</file>
|
|
<file>www/public/css/Core.css</file>
|
|
<file>www/public/css/dynamicTable.css</file>
|
|
<file>www/public/css/Layout.css</file>
|
|
<file>www/public/css/style.css</file>
|
|
<file>www/public/css/Tabs.css</file>
|
|
<file>www/public/css/Window.css</file>
|
|
<file>www/public/scripts/client.js</file>
|
|
<file>www/public/scripts/contextmenu.js</file>
|
|
<file>www/public/scripts/download.js</file>
|
|
<file>www/public/scripts/dynamicTable.js</file>
|
|
<file>www/public/scripts/excanvas-compressed.js</file>
|
|
<file>www/public/scripts/misc.js</file>
|
|
<file>www/public/scripts/mocha.js</file>
|
|
<file>www/public/scripts/mocha-init.js</file>
|
|
<file>www/public/scripts/mocha-yc.js</file>
|
|
<file>www/public/scripts/mootools-1.2-core-yc.js</file>
|
|
<file>www/public/scripts/mootools-1.2-more.js</file>
|
|
<file>www/public/scripts/parametrics.js</file>
|
|
<file>www/public/scripts/progressbar.js</file>
|
|
<file>www/public/about.html</file>
|
|
<file>www/public/addtrackers.html</file>
|
|
<file>www/public/confirmdeletion.html</file>
|
|
<file>www/public/download.html</file>
|
|
<file>www/public/downloadlimit.html</file>
|
|
<file>www/public/filters.html</file>
|
|
<file>www/public/preferences.html</file>
|
|
<file>www/public/preferences_content.html</file>
|
|
<file>www/public/properties.html</file>
|
|
<file>www/public/prop-files.html</file>
|
|
<file>www/public/prop-general.html</file>
|
|
<file>www/public/prop-trackers.html</file>
|
|
<file>www/public/transferlist.html</file>
|
|
<file>www/public/upload.html</file>
|
|
<file>www/public/uploadlimit.html</file>
|
|
</qresource>
|
|
</RCC>
|