1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-25 01:01:47 +00:00
mylar/mylar
2017-01-25 13:27:03 -05:00
..
torrent FIX:(#1525) Deluge not setting label properly 2017-01-04 13:43:42 -05:00
__init__.py FIX:(#667) DB Locking would occur on startup sequence on some instances. Removed update call 2017-01-22 18:34:30 -05:00
albumart.py
api.py FIX: getUpcoming API method: days in a new year that precede the first Monday now look to the previous Monday for week and year 2017-01-20 14:56:25 -05:00
auth32p.py FIX:(#1529) Retrying downloads would fail to start search, FIX: One-off downloads from the weekly pull should now be working again, FIX: Test button for 32P Auth mode option will display proper response 2017-01-20 14:15:15 -05:00
bencode.py
cache.py
cmtagmylar.py
comicbookdb.py
cv.py FIX:(#1485) URLs of issue covers were saving main image for each issue 2016-12-19 17:58:28 -05:00
db.py
dbupdater.py
Failed.py Fixed some incorrect lib references 2016-09-07 00:04:42 -04:00
filechecker.py FIX: Fix to address .MU issues set to come out this week 2017-01-23 14:58:22 -05:00
findcomicfeed.py Fixed some incorrect lib references 2016-09-07 00:04:42 -04:00
ftpsshup.py Updates to init for new config flag. FTP Client modifications to allow for folder existence checking and uploading 2016-12-29 01:29:50 -05:00
helpers.py FIX: Fix to address .MU issues set to come out this week 2017-01-23 14:58:22 -05:00
importer.py FIX: Typo caused error when updating issue data 2017-01-25 10:07:39 -05:00
latest.py
librarysync.py FIX: Fixed problem with Import scanner not completing the scan when encoutering an error. Will now log the error(s) and continue scanning. 2017-01-20 14:43:32 -05:00
locg.py FIX: Fix for empty pullist table for first week of 2017 2017-01-02 00:55:15 -05:00
logger.py
mb.py New helper function for listing Story Arc IDs and modification to Story Arc Info function to use new helper function 2016-12-31 00:37:13 -05:00
moveit.py
newpull.py Fixed some incorrect lib references 2016-09-07 00:04:42 -04:00
notifiers.py FIX:(#1466) When post-processing if filename did not have issue year or volume, would error, IMP:(#1418) Separate copy/move/hardlink/symlink option for Story arcs, IMP:(#1417) Added story arc format folder to story arc options - can now specify folder format for story arc naming, IMP:(#1374) Added rtorrent_authentication to config.ini allowing user to specify digest/basic authentication, as well as the rpc_url (rtorrent_rpc_url) and ssl (rtorrent_ssl). Rtorrent_host no longer requires protocol in field, IMP: Instead of hitting the intermediary/32P site to get the torrent group, will now retain specific id for torrent group to speed up searches, FIX: (#1472) Fixed some problems with series being searched against 32P which had special characters and would return no results, FIX: Added some specific exception catches when attempting to retrieve search results for nzb providers, FIX: Fixed publisher retaining problem for story arcs (note story arcs will have to be refreshed), FIX: Fixed a problem with the pull-list matching up to the correct series when the issue was an annual for a given series with the alt_pull 2 method (would create an invalid link on the Wanted tab), IMP:(#1470) Added config.ini option to specify folder-formatting for weekly folder numbering, 0=YYYY-WN, 1=YYYY-MM-DD, IMP: (#1471) Added quick check to ensure that newznab host entries do not contain leading/trailing spaces and will strip accordingly, FIX:(#1476) Annuals now have option to add to reading list via the series detail page, IMP: Fixed password fields to allow for special characters within password, IMP: Weekly pull will now correctly show status for previous/future weeks for watchlisted series, IMP: Download option on pullist will work for previous weeks, FIX: Fixed some issues with one-off and story arc post-processing using different file operations, FIX: Fixed error when performing an 'Force Update Active Comics' from the Manage tab (or the scheduled updating of all active comics), IMP: Storyarc issues that are not on watchlist will now retain value for volume to help when searching and file-checking/post-processing, FIX:(#1473) Changed pullist dates on pullist page to unicode to allow for non-English presentation 2016-12-02 12:45:49 -05:00
parseit.py
PostProcessor.py FIX: Fix to address .MU issues set to come out this week 2017-01-23 14:58:22 -05:00
readinglist.py Add All to Reading List Button, Account for issues renamed/rescanned after adding to reading list but before sync by ignoring stored location in readlist table and instead joining on comics and issues. 2016-12-31 00:40:18 -05:00
rsscheck.py FIX:(#1548) Fix to allow for continuation of polling RSS Feeds if provider is non-responsive 2017-01-25 13:27:03 -05:00
rsscheckit.py IMP: Added new Public Torrent providers to TPSE option (will use TPSE for searches, and both WWT and DEM to poll RSS Feeds from), FIX: Removed KAT as a provider, IMP: Added ability for Retry Issue option to scan through all previous snatches instead of just using the last option, FIX: Tried to fix problems with Wanted tab causing an error when opening (usually after a new install), IMP: Will now store the last time that Mylar retrieved a pullist with alt_pull =2 method and will check every 2 hours for new issues and/or issues being delayed, FIX: Fixed a notification error when doing one-off downloads from the pull-list, FIX:(#1348) Fixed an issue with escape characters when performing a mass update change to the comic location (loc_move setting), FIX:(#1350) When post-processing if filename didn't have a year present, and volume of series wasn't given would cause an error 2016-08-20 17:56:30 -04:00
sabparse.py Fixed some incorrect lib references 2016-09-07 00:04:42 -04:00
scheduler.py
search.py FIX:(#1541) Quick patch for the nzbhydra local adhere to search wait times previous fix 2017-01-16 13:31:34 -05:00
searchit.py
solicit.py
test.py FIX:(#1466) When post-processing if filename did not have issue year or volume, would error, IMP:(#1418) Separate copy/move/hardlink/symlink option for Story arcs, IMP:(#1417) Added story arc format folder to story arc options - can now specify folder format for story arc naming, IMP:(#1374) Added rtorrent_authentication to config.ini allowing user to specify digest/basic authentication, as well as the rpc_url (rtorrent_rpc_url) and ssl (rtorrent_ssl). Rtorrent_host no longer requires protocol in field, IMP: Instead of hitting the intermediary/32P site to get the torrent group, will now retain specific id for torrent group to speed up searches, FIX: (#1472) Fixed some problems with series being searched against 32P which had special characters and would return no results, FIX: Added some specific exception catches when attempting to retrieve search results for nzb providers, FIX: Fixed publisher retaining problem for story arcs (note story arcs will have to be refreshed), FIX: Fixed a problem with the pull-list matching up to the correct series when the issue was an annual for a given series with the alt_pull 2 method (would create an invalid link on the Wanted tab), IMP:(#1470) Added config.ini option to specify folder-formatting for weekly folder numbering, 0=YYYY-WN, 1=YYYY-MM-DD, IMP: (#1471) Added quick check to ensure that newznab host entries do not contain leading/trailing spaces and will strip accordingly, FIX:(#1476) Annuals now have option to add to reading list via the series detail page, IMP: Fixed password fields to allow for special characters within password, IMP: Weekly pull will now correctly show status for previous/future weeks for watchlisted series, IMP: Download option on pullist will work for previous weeks, FIX: Fixed some issues with one-off and story arc post-processing using different file operations, FIX: Fixed error when performing an 'Force Update Active Comics' from the Manage tab (or the scheduled updating of all active comics), IMP: Storyarc issues that are not on watchlist will now retain value for volume to help when searching and file-checking/post-processing, FIX:(#1473) Changed pullist dates on pullist page to unicode to allow for non-English presentation 2016-12-02 12:45:49 -05:00
updater.py FIX:(#1529) Retrying downloads would fail to start search, FIX: One-off downloads from the weekly pull should now be working again, FIX: Test button for 32P Auth mode option will display proper response 2017-01-20 14:15:15 -05:00
utorrent.py FIX: utorrent library error 2016-10-05 10:19:29 -04:00
version.py
versioncheck.py Fixed some incorrect lib references 2016-09-07 00:04:42 -04:00
versioncheckit.py
webserve.py FIX: Fix to address .MU issues set to come out this week 2017-01-23 14:58:22 -05:00
webstart.py
weeklypull.py FIX: Fix to address .MU issues set to come out this week 2017-01-23 14:58:22 -05:00
weeklypullit.py