5 <meta charset=
"UTF-8" />
6 <title>QBT_TR(Add Torrent Links)QBT_TR[CONTEXT=downloadFromURL]
</title>
7 <link rel=
"stylesheet" href=
"css/style.css?v=${CACHEID}" type=
"text/css" />
8 <link rel=
"stylesheet" href=
"css/Window.css?v=${CACHEID}" type=
"text/css" />
9 <script src=
"scripts/lib/MooTools-Core-1.6.0-compat-compressed.js"></script>
10 <script src=
"scripts/lib/MooTools-More-1.6.0-compat-compressed.js"></script>
11 <script src=
"scripts/download.js?v=${CACHEID}"></script>
12 <script src=
"scripts/misc.js?locale=${LANG}&v=${CACHEID}"></script>
16 <iframe id=
"download_frame" name=
"download_frame" class=
"invisible" title=
"" src=
"about:blank"></iframe>
17 <form action=
"api/v2/torrents/add" enctype=
"multipart/form-data" method=
"post" id=
"downloadForm" style=
"text-align: center;" target=
"download_frame" autocorrect=
"off" autocapitalize=
"none">
18 <div style=
"text-align: center;">
20 <h2 class=
"vcenter">QBT_TR(Download Torrents from their URLs or Magnet links)QBT_TR[CONTEXT=HttpServer]
</h2>
21 <textarea id=
"urls" rows=
"10" name=
"urls"></textarea>
22 <p>QBT_TR(Only one link per line)QBT_TR[CONTEXT=HttpServer]
</p>
23 <fieldset class=
"settings" style=
"border: 0; text-align: left; margin-top: 6px;">
24 <table style=
"margin: auto;">
27 <label for=
"autoTMM">QBT_TR(Torrent Management Mode:)QBT_TR[CONTEXT=AddNewTorrentDialog]
</label>
30 <select id=
"autoTMM" name=
"autoTMM" onchange=
"qBittorrent.Download.changeTMM(this)">
31 <option selected
value=
"false">QBT_TR(Manual)QBT_TR[CONTEXT=AddNewTorrentDialog]
</option>
32 <option value=
"true">QBT_TR(Automatic)QBT_TR[CONTEXT=AddNewTorrentDialog]
</option>
38 <label for=
"savepath">QBT_TR(Save files to location:)QBT_TR[CONTEXT=HttpServer]
</label>
41 <input type=
"text" id=
"savepath" name=
"savepath" style=
"width: 16em;" />
46 <label for=
"cookie">QBT_TR(Cookie:)QBT_TR[CONTEXT=HttpServer]
</label>
49 <input type=
"text" id=
"cookie" name=
"cookie" style=
"width: 16em;" />
54 <label for=
"rename">QBT_TR(Rename torrent)QBT_TR[CONTEXT=HttpServer]
</label>
57 <input type=
"text" id=
"rename" name=
"rename" style=
"width: 16em;" />
62 <label for=
"category">QBT_TR(Category:)QBT_TR[CONTEXT=AddNewTorrentDialog]
</label>
65 <div class=
"select-watched-folder-editable">
66 <select id=
"categorySelect" onchange=
"qBittorrent.Download.changeCategorySelect(this)">
67 <option selected
value=
"\other"></option>
69 <input name=
"category" type=
"text" />
75 <label for=
"startTorrent">QBT_TR(Start torrent)QBT_TR[CONTEXT=AddNewTorrentDialog]
</label>
78 <input type=
"hidden" id=
"startTorrentHidden" name=
"stopped" />
79 <input type=
"checkbox" id=
"startTorrent" />
84 <label for=
"addToTopOfQueue">QBT_TR(Add to top of queue)QBT_TR[CONTEXT=AddNewTorrentDialog]
</label>
87 <input type=
"checkbox" id=
"addToTopOfQueue" name=
"addToTopOfQueue" value=
"true" />
92 <label for=
"stopCondition">QBT_TR(Stop condition:)QBT_TR[CONTEXT=AddNewTorrentDialog]
</label>
95 <select id=
"stopCondition" name=
"stopCondition">
96 <option selected
value=
"None">QBT_TR(None)QBT_TR[CONTEXT=AddNewTorrentDialog]
</option>
97 <option value=
"MetadataReceived">QBT_TR(Metadata received)QBT_TR[CONTEXT=AddNewTorrentDialog]
</option>
98 <option value=
"FilesChecked">QBT_TR(Files checked)QBT_TR[CONTEXT=AddNewTorrentDialog]
</option>
104 <label for=
"skip_checking">QBT_TR(Skip hash check)QBT_TR[CONTEXT=AddNewTorrentDialog]
</label>
107 <input type=
"checkbox" id=
"skip_checking" name=
"skip_checking" value=
"true" />
112 <label for=
"contentLayout">QBT_TR(Content layout:)QBT_TR[CONTEXT=AddNewTorrentDialog]
</label>
115 <select id=
"contentLayout" name=
"contentLayout">
116 <option selected
value=
"Original">QBT_TR(Original)QBT_TR[CONTEXT=AddNewTorrentDialog]
</option>
117 <option value=
"Subfolder">QBT_TR(Create subfolder)QBT_TR[CONTEXT=AddNewTorrentDialog]
</option>
118 <option value=
"NoSubfolder">QBT_TR(Don't create subfolder)QBT_TR[CONTEXT=AddNewTorrentDialog]
</option>
124 <label for=
"sequentialDownload">QBT_TR(Download in sequential order)QBT_TR[CONTEXT=TransferListWidget]
</label>
127 <input type=
"checkbox" id=
"sequentialDownload" name=
"sequentialDownload" value=
"true" />
132 <label for=
"firstLastPiecePrio">QBT_TR(Download first and last pieces first)QBT_TR[CONTEXT=TransferListWidget]
</label>
135 <input type=
"checkbox" id=
"firstLastPiecePrio" name=
"firstLastPiecePrio" value=
"true" />
140 <label for=
"dlLimitText">QBT_TR(Limit download rate)QBT_TR[CONTEXT=HttpServer]
</label>
143 <input type=
"hidden" id=
"dlLimitHidden" name=
"dlLimit" />
144 <input type=
"text" id=
"dlLimitText" style=
"width: 16em;" placeholder=
"KiB/s" />
149 <label for=
"upLimitText">QBT_TR(Limit upload rate)QBT_TR[CONTEXT=HttpServer]
</label>
152 <input type=
"hidden" id=
"upLimitHidden" name=
"upLimit" />
153 <input type=
"text" id=
"upLimitText" style=
"width: 16em;" placeholder=
"KiB/s" />
157 <div id=
"submitbutton" style=
"margin-top: 12px; text-align: center;">
158 <button type=
"submit" id=
"submitButton">QBT_TR(Download)QBT_TR[CONTEXT=downloadFromURL]
</button>
163 <div id=
"download_spinner" class=
"mochaSpinner"></div>
168 const encodedUrls
= new URI().getData("urls");
170 const urls
= encodedUrls
.split("|").map((url
) => {
171 return decodeURIComponent(url
);
175 $("urls").set("value", urls
.join("\n"));
178 let submitted
= false;
180 $("downloadForm").addEventListener("submit", () => {
181 $("startTorrentHidden").value
= $("startTorrent").checked
? "false" : "true";
183 $("dlLimitHidden").value
= $("dlLimitText").value
.toInt() * 1024;
184 $("upLimitHidden").value
= $("upLimitText").value
.toInt() * 1024;
186 $("download_spinner").style
.display
= "block";
190 $("download_frame").addEventListener("load", () => {
192 window
.parent
.qBittorrent
.Client
.closeWindows();