Commit Graph

83 Commits

Author SHA1 Message Date
Barbeque Sauce 420a3e0570 IMP: OPDS page size as configuration option (#2393) 2020-01-27 21:51:21 -05:00
claym 94228f3662 added comic title and volume to entry > title name. 2019-02-19 14:38:15 -05:00
barbequesauce 18b5608998 FIX: update opds.py for tiered searches
Changes to the annual table caused annual detection to break.
2018-09-14 09:57:46 -04:00
barbequesauce 98e4ddf095 IMP: add grabbag to OPDS server 2018-08-14 19:42:29 -04:00
barbequesauce dc937c8781 Series name namespace clashes: 2 reboots/same year
Namespace clashes when a series reboots more than once in the same year (Unbeatable Squirrel Girl (2015), Spider-Gwen (2015)). Introduced ComicID into the series title and ID - not tremendously user-friendly, but the only real option at this point.
2018-07-31 16:13:40 -04:00
barbequesauce a4e6564170 Update opds.py
IMP: (#2030) Establish unique OPDSRoot to avoid namespace clashes
2018-07-23 15:38:37 -04:00
barbequesauce 1cd3543351 BUG: change comic ID, series ID to avoid namespace collisions 2018-07-23 15:37:25 -04:00
barbequesauce 40df1cf574 forgot a '
forgot a '
2018-07-09 17:12:28 -04:00
barbequesauce 23de104392 move reading list update into a try/except
move reading list update into a try/except to avoid errors found when not using reading list functionality.
2018-07-09 16:55:09 -04:00
Giao Phan 22de99943b OPDS enhancements
Fix bug for reading list
Mark a comic as read if it's downloaded through the OPDS feed
Reading list will not show Read comics
2018-07-07 14:57:40 -04:00
evilhero 05081d9a62 FIX:(#1789) Fix for OPDS Feed not showing non-watchlisted items of an arc 2018-05-23 10:23:36 -04:00
Barbeque Sauce 3ffec19628 FIX: it's a key, dummy 2018-03-09 12:30:23 -05:00
Barbeque Sauce 506435c598 Added DateAdded, ReleaseDate to OPDS titles
Added DateAdded, ReleaseDate to OPDS titles
2018-03-09 12:30:23 -05:00
evilhero 0ff38c164e IMP: Added Choose specific Download option to manually select from result list on Upcoming/Details/Weekly tabs, IMP: Added Wanted storyarcs to the overall Wanted section so now will search as per global options (storyarc issues can be displayed optionally on Wanted tab), IMP: Added custom url option for image banners/posters for storyarcs, IMP: updated Cherrypy, FIX: Fixed ComicRN not working when forms authentication used - in conjunction updated autoProcessComics to 2.0 which now uses apikey instead of user/pass, IMP: Alternate Series Covers option for alternating existing series image to the most current issue image, IMP: Added overall series total to series page for reference, IMP: Search workflow completely changed to accomodate more than one indexer - now will simultaneously sumbit initial request to each provider, wait 30s submit additional as required at 30s intervals, FIX: Removed TPSE as an option and relabelled to just Public Torrents, IMP: Added direct backlog search to WWT option (pack support will follow), FIX: Removed line about configparser being required for ComicTagger usage, IMP: Test code in place for newzab testing, FIX: Fixed layout problem with torrents that are in auto-snatch status on weekly tab, IMP: backend code improvements to allow for better alias usage and annual linking directly from WS, IMP: Updated systemd init-scripts with read.me, IMP: When post-processing, will now check for available destination free space before actually moving files, IMP: Will copy during metatagging to cache folder instead of move being an option so cleanup is cleaner if something fails, FIX: Changed readinglist table to storyarcs for clarity, IMP: When post-processing issues, will now only update the one issue status and adjust totals accordingly (instead of doing a complete rescan of the series), FIX: Clear out empty ID's from the Failed DB on startup, IMP: Initial code-run at REST API interface, FIX: Fixed some matching problems with 32p due to case, IMP: removed apikeys from log entries that were accidentally logging, IMP: When searching 32p, if items get packed up - will now delete the cached reference so new items of the same can be located, IMP: ForceSearch option switched to scheduler so simultaneous runs should not occur, FIX: Fixed manual metatagging error that would occur if multiple destination directories existed 2018-02-16 14:57:01 -05:00
LordJay23 750657bea1 API - addStoryArc 2018-01-02 22:55:33 -05:00
DarkSir23 002d96e4af OPDS Recents Fix 2017-12-29 21:48:18 -05:00
LordJay23 ba005073ab OPDS - Location location location 2017-12-14 09:15:55 -05:00
LordJay23 c8a4c9837d OPDS - Annuals in Recents Fix 2017-12-13 10:45:49 -05:00
DarkSir23 05ac670ccc Issue Searching for OPDS 2017-12-08 12:41:37 -05:00
DarkSir23 994113dd5a Story Arc Fix for OPDS 2017-12-08 12:41:37 -05:00
DarkSir23 c7aa240f5b Story Arc Fix for OPDS 2017-12-07 13:27:16 -05:00
LordJay23 74a7c07dcb Further Fixes to OPDS - Story Arcs and Unicode fixes 2017-12-07 09:56:03 -05:00
LordJay23 5ff4c200d8 Another Unicode Fix 2017-12-07 09:56:03 -05:00
DarkSir23 745b515b6f Unicode Fix for OPDS 2017-12-06 14:40:27 -05:00
DarkSir23 6df8976f73 Story Arc Fix 2017-12-05 15:46:09 -05:00
LordJay23 8d87d9e447 Recents fix 2017-12-05 15:46:09 -05:00
lordjay23 5e3000d311 More OPDS fixes (Recents failing if a book file is missing) 2017-11-25 13:43:00 -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
lordjay23 11b3ca3ff8 OPDS AllTitles Fix 2017-11-23 09:47:41 -05:00
lordjay23 c2cd9f44f3 OPDS AllTitles Fix 2017-11-21 10:09:23 -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 27eca82cf0 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 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
DarkSir23 5c3c51fb89 OPDS Comics and Issues 2017-11-01 23:21:20 -04:00
DarkSir23 64a0820a7c OPDS Comics and Issues 2017-11-01 23:21:20 -04:00