diff --git a/data/interfaces/default/comicdetails.html b/data/interfaces/default/comicdetails.html index 6699d874..fccad32a 100644 --- a/data/interfaces/default/comicdetails.html +++ b/data/interfaces/default/comicdetails.html @@ -626,6 +626,8 @@ --> + + diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index 5a0c21b4..2393f90a 100755 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -150,7 +150,7 @@
- +
@@ -283,7 +283,7 @@
- +
@@ -349,7 +349,7 @@
- +
@@ -438,7 +438,7 @@
- +
@@ -457,7 +457,7 @@
- +
@@ -466,11 +466,37 @@
- Will *ONLY* work if rtorrent has RPC Support
- + - ie. https://my.rtorrent:80/myuser/RPC1 + ie. my.rtorrent:80, 192.168.1.1, scgi://localhost:5000 +
+
+ +
+
+
+ +
+
+
+ + +
+
+ + + ie. httprpc plugin = rutorrent/plugins/httprpc/action.php
rpc plugin = user/RPC2
@@ -478,10 +504,10 @@
- +
- +
Folder path where torrent download will be assigned
@@ -506,7 +532,7 @@
- +
@@ -624,7 +650,7 @@
- + ( monitor the NEW releases feed & your personal notifications )
@@ -1674,6 +1700,7 @@ initConfigCheckbox("#enforce_perms"); initConfigCheckbox("#enable_api"); initConfigCheckbox("#sab_to_mylar"); + initConfigCheckbox("#rtorrent_ssl"); initConfigCheckbox("#usenewznab"); initConfigCheckbox("#enable_torznab"); initConfigCheckbox("#usenzbsu"); diff --git a/data/interfaces/default/storyarc.html b/data/interfaces/default/storyarc.html index e91082d1..c64dda6b 100755 --- a/data/interfaces/default/storyarc.html +++ b/data/interfaces/default/storyarc.html @@ -39,7 +39,7 @@
+ (this.value==this.defaultValue) this.value='';" name="filename" size="45" />
@@ -48,12 +48,43 @@
Options -
+
<% storyarcdest = os.path.join(mylar.DESTINATION_DIR, 'StoryArcs') %> - - + +
+
+
+ + +
+
+
+ <% + if mylar.STORYARCDIR: + carcdir = 'StoryArc' + else: + carcdir = 'GrabBag' + %> + +
@@ -132,6 +163,24 @@