1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-22 14:00:32 +00:00
Commit graph

967 commits

Author SHA1 Message Date
evilhero
05a3c49c65 FIX:(#1784) On new installations, pull-list tab would give a float error due to some improper trapping of variables 2017-11-25 15:56:29 -05:00
lordjay23
5e3000d311 More OPDS fixes (Recents failing if a book file is missing) 2017-11-25 13:43:00 -05:00
evilhero
d86f4c2cb5 FIX: fix for initial startup not creating values for config.ini successfully 2017-11-25 13:40:34 -05:00
evilhero
40c945376a FIX:(#1785) Additional fix for config.ini's that are manually entered that have a % value, and/or initial startup sequences with said character 2017-11-25 13:16:09 -05:00
evilhero
ab0d195196 FIX:(#1785) Fix for passwords containing a % character causing interpolation problems due to the config parser 2017-11-25 12:14:06 -05:00
evilhero
6754ad0b8b Tiny OPDS fix (Not showing non-post-processed issues in Recent) 2017-11-24 00:13:32 -05:00
Rupa Schomaker
3ac494222f skip file rather than try to serve it up. Prevents error, but now the dir count and the real count differ. Probably want to only list items at the directory level when the item physically exists on disk. 2017-11-24 00:04:27 -05:00
Rupa Schomaker
b9f11bfb79 move page size to a class constant rather than having magic 30 everywhere. Probably should move to config... 2017-11-24 00:04:27 -05:00
DarkSir23
be108c6579 OPDS Add Recent Additions 2017-11-23 14:43:31 -05:00
evilhero
7be5b02ff6 FIX: After a save, Local Watch Dir option for Torrents would become unchecked if it was enabled 2017-11-23 09:50:04 -05:00
lordjay23
11b3ca3ff8 OPDS AllTitles Fix 2017-11-23 09:47:41 -05:00
evilhero
7421ffb12d FIX:(#1776) If newznab provider does not have the rss url on the same url as the api, rss would always return 0 hits. Now will try to use rss url first, and if fails diretly query the api for the last 100 items, IMP: Will now disable nzb provider that returns a 503 in response to a query (timed feature coming), FIX: Some issues arose when 0 providers were enabled after disabling, as well as if torrents were disabled but the torrent provider was enabled, IMP: Removed some unnecessary logging when peforming provider order search sequence 2017-11-22 13:23:52 -05:00
evilhero
f77d144c73 FIX: Fix for naming conventions that displace part of the series title after the issue number, which would cause problems when post-processing/file checking 2017-11-22 12:02:32 -05:00
evilhero
8ba07e959d FIX: small css fix for some columns in pull-list going to a 2nd line 2017-11-22 11:56:55 -05:00
lordjay23
c2cd9f44f3 OPDS AllTitles Fix 2017-11-21 10:09:23 -05:00
evilhero
fc76303af4 FIX: fix for invalid css reference on index page, FIX: Corrected forum url to point to https 2017-11-18 20:24:31 -05:00
evilhero
54009f9179 FIX: fix for config page not displaying after a save when run behind reverse proxy 2017-11-18 19:37:03 -05:00
evilhero
a6ee85c9ae Added Paused status to weekly pull list to show series that are in a Paused status, but would have been marked as Wanted otherwise 2017-11-18 14:32:30 -05:00
evilhero
e4541708b8 FIX: changed how scheduled jobs are ran when forced, which also fixed the db updater not returning to a Waiting status after it was run 2017-11-17 20:00:49 -05:00
evilhero
75f12b15ce FIX: When adding series that have no issue dates whatsoever would error out/display incorrect count values 2017-11-17 19:52:48 -05:00
evilhero
c45a70b0da IMP: Added config.ini option to not create series folders (create_folder=True/False) when adding/refreshing series, IMP: Adde test connection button for rtorrent, FIX: Fixed weekly pull recreate, FIX: Removed TorrentProject from public torrent searches, FIX: Updated url for demonoid again, FIX: Fixed schedulers not running/returning error when forced from schedulers tab, IMP: Removed some more unnecesary logging lines 2017-11-16 11:22:46 -05:00
evilhero
dccbdcdba8 FIX: Fixed search query to be more accurate on multi-termed queries 2017-11-15 17:49:57 -05:00
evilhero
95b39ca1ed FIX: fix for search not returning results properly to screen 2017-11-15 15:01:45 -05:00
barbequesauce
fab36cb53d Add config viewer 2017-11-15 11:53:37 -05:00
barbequesauce
62b6f16e98 Add config data viewer 2017-11-15 11:53:37 -05:00
evilhero
7c171a7e8f FIX: fix for keyfile usage with auto-snatch using correct information 2017-11-13 11:53:16 -05:00
evilhero
e02a5d01f6 FIX: Fix for Mylar usage behind reverse proxy not returning properly on a Recreate Pullist, IMP: Removed some unnecessary logging lines from the weekly pull logging 2017-11-10 20:11:18 -05:00
evilhero
8f4082c7b8 FIX: fix for configuration save error due to blacklisted_publishers not being handled correctly 2017-11-10 20:02:44 -05:00
evilhero
689268684b IMP: Changed configuration completely. New config processing, global/config variables changed over entire application. All changes in the configuration GUI take effect immediately after saving - no more need to restart Mylar, IMP: Added provider order sequence header to the top of the Providers tab for improved visibilty, IMP: Added completed download handling for both SABnzbd and NZBGet - will monitor active queue for downloads sent by Mylar and then post-process them accordingly (no more ComicRN), FIX: When recreating a pullist for a week that's not the current week, will now refresh series that are still missing data in case of late population, IMP: Removed loose/explict search options, and search results will now match more accurately to the terms entered, as well as being much quicker, IMP: Changed colour-codes on search results screen, green now indicates that the series is a print series, non-green indicates that it is either a HC/TPB/digital series and will also be indicated as such, IMP: Fixed weeklypull not refreshing some series due to legacy numbering on series deemed as Ended by Mylar, or the pull not refreshing propeprly and thereby were not elgible to be considered as a valid series for matching, IMP: Fixed problem with the scheduler of the weekly pull not running at the designated time, which causes problems when attempting to match series to the pullist for issues, IMP: Changed the autosnatch script so that the get.conf is no longer required to be maintained seperately. The get.conf config items are now located in the main config.ini and have to be repopulated initially, FIX: Fixed problem with the import count not resetting to 0 on subsequent runs of the Import A Directory option, IMP: Changed the sab api key from using the nzbkey to the full api key as is required for completed download handling, FIX: Fixed the retry option for newznab entries so that it should work across the board now for newznabs as opposed to only some providers, IMP: some minor code cleanup 2017-11-10 14:25:14 -05:00
DarkSir23
8744904147 OPDS Root Fix 2017-11-03 11:13:20 -04:00
DarkSir23
a171bf8164 OPDS (Near Completion) 2017-11-03 10:27:52 -04:00
DarkSir23
b4d913807a OPDS Story Arcs (part 1) 2017-11-01 23:21:20 -04:00
DarkSir23
c612c56841 OPDS Publishers Part 1 (testing) 2017-11-01 23:21:20 -04:00
DarkSir23
bc8eb58e70 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
f9b1236215 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
796b968449 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
5af005395c OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
5c30fe444a OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
27eca82cf0 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
1f98ae96f2 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
8560295e2e OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
aeb9101469 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
ecc9837ef3 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
74fca9dfb1 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
8fe07a0024 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
aa57ceb36d OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
8a81a47552 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
9e8020d4c0 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
acaf26e29f OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23
787f86c30d OPDS Comics and Issues 2017-11-01 23:21:20 -04:00