.. |
torrent
|
deluge options update
|
2019-06-26 12:10:54 -04:00 |
__init__.py
|
FIX:(#2275) Experimental search was pointing to incorrect/old domain
|
2019-05-18 11:27:24 -04:00 |
api.py
|
- Fixed 'getIndex' command
|
2019-06-26 12:18:00 -04:00 |
auth.py
|
IMP: Added encrypt_passwords (True/False) to ini as controller, IMP: If encrypt_passwords is enabled, will encrypt all passwords, and apikeys in the ini so as to obfuscate the items
|
2019-03-29 10:18:08 -04:00 |
auth32p.py
|
FIX: fix for 32p Test Connection button not using on-screen information for testing
|
2019-05-19 19:10:57 -04:00 |
cache.py
|
|
|
cmtagmylar.py
|
FIX:(#2088) Fix for search erroring out when searching for issue numbers with decimal places, and/or alpha-numerics within, FIX: Fixed a DDL post-processing problem where it would not pass the full path back to the post-processing call, FIX: Added some more exception logging to aid in future DDL search-related problems
|
2019-01-27 11:46:59 -05:00 |
comicbookdb.py
|
|
|
config.py
|
deluge options update
|
2019-06-26 12:10:54 -04:00 |
cv.py
|
FIX: (#2228) Fix for ExpatError being returned when CV is not responding
|
2019-04-01 11:03:17 -04:00 |
db.py
|
FIX:(#2179) Post-processing item would fail if match would occur on story-arc check, FIX: Fixed some sub-directory problems when doing various types of scans, IMP: Added booktype to filechecker parsing results, FIX: When downloading via DDL, would not adhere to the booktype as a restraint, IMP: Pack support added for DDL (available as a per series option), IMP: Added BookType & Aliases to the arc's section which will impact how issues/series are searched/post-processed/cheked when they're an issue from an arc, IMP: Initial codebase for the a queue manager section, IMP: Write DDL-Queue data to the sql table so that stalled/broken downloads can be resumed/deleted etc eventually, FIX: If a filename didn't have a valid issue number and it is a Print Edition, will now throw a warning indicating other options to try instead of causing a traceback, IMP: Updated snatch notifications so the notification header will just say 'Issue Snatched' with a brief description, FIX: Removed multiple import db lines from the helpers module, IMP: cleanup_cache variable (true/false) added to config section which will initiate a cleanup of items in the cache directory on startup which will remove items that are no longer needed, IMP: Changed some logging string concatenation lines to try and avoid traceback errors due to logging
|
2019-02-01 16:25:24 -05:00 |
dbupdater.py
|
|
|
encrypted.py
|
IMP: Added encrypt_passwords (True/False) to ini as controller, IMP: If encrypt_passwords is enabled, will encrypt all passwords, and apikeys in the ini so as to obfuscate the items
|
2019-03-29 10:18:08 -04:00 |
Failed.py
|
|
|
filechecker.py
|
FIX: fix for file parser error when parsing filename in which series contain numerics and was a special volume
|
2019-05-04 10:45:23 -04:00 |
filers.py
|
IMP: Added 'Force to TPB/GN' option for printed editions and 'Force to Print' option for TPB/GN's (this WILL impact how files are scanned in - so make sure you have files named appropriately), IMP: Added One-Shot as a Type, FIX: Fixed incorrect variable reference to seriesvolume during post-processing of TPB series, FIX: Fixed refresh to fire off every 5 minutes, FIX: When post-processing and metatagging a cbz file with rename files not enabled, would indicate the new filename as being a copy of the existing file (ie. (1).cbz) which would carry over to a final filename, IMP: Allow Mylar to populate the alias list on add/refresh of a series if the aliases don't already exist in the Alternate Series field for the series, FIX: Fixed a problem with single quotes in series titles when using experimental search,
|
2018-12-22 17:48:14 -05:00 |
findcomicfeed.py
|
FIX:(#2275) Experimental search was pointing to incorrect/old domain
|
2019-05-18 11:27:24 -04:00 |
ftpsshup.py
|
|
|
getcomics.py
|
FIX: fix for timeouts occuring when using DDL option, FIX: fix for ddl retry not working due to url changes, IMP: added oneoff variable to ddl queue for future use
|
2019-03-27 09:20:28 -04:00 |
helpers.py
|
FIX:(#2287) Zero-pad single week numbers for weekly directory option
|
2019-06-03 11:03:25 -04:00 |
importer.py
|
FIX:(#2271) Saving cover images into series directories on docker installations would fail
|
2019-05-09 23:37:20 -04:00 |
latest.py
|
|
|
librarysync.py
|
FIX: if 32p was disabled due to inability to signon, would still attempt to retrieve cached result when match occured which would then possibly result in excessive attempted logins, IMP: Added Force Type option to comicdetails page which will allow the type of series to be forced to TPB/GN format if Mylar is unable to decipher it under normal circumstances (doing this will affect how files are parsed for the given series), IMP: TPB/GN File Parser will now account for mutiple issues of the same TPB series within the given directory, IMP: When enabling/disabling Force Type, will rename existing folder to accomodate new naming folder convention if required, IMP: Started to move some of the file rename/manipulation modules into a filer.py module for more consistency, IMP: Added a to Folder Format which when triggered will use the designated Series Type, IMP:(#2130) When importing, option now available for the final series destination path to use the imported path location instead of defaulting to the Comic Location base folder - status will be no longer be Archived in such cases. Will also not show previous imported series on subsequent import runs if the import directory has not changed (thnx @CuddleBear92), IMP: Added the codebase for a Rename Preview option into the mix - GUI available, but not linked, FIX: Removed DEM from RSS scans when Public Torrents option is enabled, FIX:(#2137) When adding series, if series indicated date in a different format other than just numeric, would cause error
|
2018-12-10 12:27:53 -05:00 |
locg.py
|
FIX: Added some additional error codes for pull-list retrieval, FIX: Fixed cache-cleanup not indicating how many items were successsfully cleaned
|
2019-02-05 13:14:02 -05:00 |
logger.py
|
IMP: Tiered wanted list searching - anything older than 2 weeks will only by searched for using RSS and/or manual means (scheduled searches only), IMP: Tiered option viewable in Upcoming tab, FIX: Fixed API searching against WWT option (RSS is still broken however, as that is due to WWT), IMP: Removed cherrypy logging in some instances, IMP: Updated cfscrape library to most recent, FIX: Fixed problem with simliar titles being incorrectly post-processed due to multiple matches when manual post-processing, FIX: Fixed notifications not firing off on a successful manual post-process/folder monitor due to some previous changes, FIX: If grabbag_dir was not set, would not correctly set the location, FIX:(#2051) When using nzbget, if nzbToMylar is enabled along with CDH - warning will be issued within Mylar to indicate as such
|
2018-08-31 12:03:54 -04:00 |
maintenance.py
|
IMP: when using -fs maintenance method, will now use original parent folder location instead of assuming it is the Comic Location path specififed in the configuration
|
2018-06-09 14:11:08 -04:00 |
mb.py
|
FIX: (#2228) Fix for ExpatError being returned when CV is not responding
|
2019-04-01 11:03:17 -04:00 |
moveit.py
|
FIX:(#1959) Test connection button will now return proper status response for NZBGet & will also send now when no category is set, FIX: Fix snatch script error when sending from nzbget and using an on snatch script, FIX: When importing files, would not update the status properly to 'Imported' after a successful import and sometimes create an additional empty entry instead
|
2018-05-22 13:01:48 -04:00 |
newpull.py
|
|
|
notifiers.py
|
FIX: remove NMA (service no longer exists)
|
2019-04-18 16:24:51 -04:00 |
nzbget.py
|
FIX: Fix for CDH looping endlessly when failing to locate item in downloader client history
|
2019-02-21 13:56:21 -05:00 |
opds.py
|
added comic title and volume to entry > title name.
|
2019-02-19 14:38:15 -05:00 |
parseit.py
|
|
|
PostProcessor.py
|
FIX: Allow edge-case for manual post-processing of filenames that did not contain a year, but were instead matched to a lone volume on the watchlist, FIX:(#2281) API would not return a response in some instances of manual post-processing calls
|
2019-05-22 16:36:50 -04:00 |
process.py
|
Various fixes for DDL option
|
2019-01-16 17:09:51 -05:00 |
readinglist.py
|
FIX: Possible fix for 32P not honouring the auto-disable option when invoked, FIX: Annuals would not send notifications with the word annual in them, logging would indicate non-annual items were being post-processed/completed when in fact they were annuals, FIX: ComicTagger would not honour settings.ini file being used for specific settings (also requires usage of 0/1 instead of True/False)
|
2018-10-10 13:17:24 -04:00 |
rsscheck.py
|
IMP(#2170): Added Deluge Test Button, FIX: "Error fetching data from WWT (https://worldwidetorrents.to/download.php): global name 'newurl' is not defined"
|
2019-05-02 20:21:30 -04:00 |
rsscheckit.py
|
FIX: fix for DDL provider option attempting to use incorrect links when downloading, FIX: Fixed some DDL problems due to various parsing / tpe problems, IMP: DDL Provider will now follow RSS feed option if option is enabled
|
2019-03-08 16:56:05 -05:00 |
sabnzbd.py
|
FIX: Fix for CDH looping endlessly when failing to locate item in downloader client history
|
2019-02-21 13:56:21 -05:00 |
sabparse.py
|
|
|
scheduler.py
|
|
|
search.py
|
FIX: Remove NMA (service no longer exists)
|
2019-04-18 16:24:51 -04:00 |
searchit.py
|
|
|
solicit.py
|
|
|
test.py
|
FIX: Corrected issues in an arc being set to None when initially adding an arc, IMP: Changed arc searches & one-off pull-list searches to both use the search-queue, and other queues as required, IMP: Changed 'search for missing' in the arc options to follow search-queue workflow, IMP: Allowed arcs / pullist one-offs to be searched based on one-shot inclusion (ie. no issue number for one-shot issues), IMP: formatted logging lines for arcs to avoid logging errors, IMP: added code to allow requeuing of ddl downloads that fail to resume from point of failure, IMP: added code to display current percentage of ddl progress, IMP: added 'clear status' option to arc details to clear current status of a given issue within an arc, FIX: allow for series within an arc that don't populate a year properly to still have a year designated, IMP: Removed SSL tick box from rtorrent GUI configuration. If previously enabled, will auto-correct host to use https upon initial startup if required,
|
2019-02-19 12:02:05 -05:00 |
updater.py
|
FIX:(#2274) Repeat issue numbers in series incorrectly detected as duplicate
|
2019-05-09 10:36:29 -04:00 |
utorrent.py
|
|
|
version.py
|
|
|
versioncheck.py
|
testing version update
|
2019-04-16 10:44:09 -04:00 |
versioncheckit.py
|
|
|
webserve.py
|
deluge options update
|
2019-06-26 12:10:54 -04:00 |
webstart.py
|
FIX: fixed cache folder being publically exposed, FIX: added .secure folder and move cookies into secured location as required
|
2019-02-03 14:41:11 -05:00 |
weeklypull.py
|
FIX:(#2287) Zero-pad single week numbers for weekly directory option
|
2019-06-03 11:03:25 -04:00 |
weeklypullit.py
|
|
|
wwt.py
|
FIX: Added global reference so can change WWT URL in one location in __init__, FIX: Changed WWT to new domain, FIX: Removed DEM from being used
|
2018-12-04 14:34:10 -05:00 |