index
:
AutoMedia
master
Automatically track new releases of media and download them. Supports torrents using rss (nyaa.si) and manga sites using html.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
automedia.py
Age
Commit message (
Expand
)
Author
2020-07-12
Revert torrent finish logic
dec05eba
2020-07-12
Decrease cpu usage (every 15 seconds), fix incorrect doc
dec05eba
2020-07-12
Prompt which nyaa.si submitter to track
dec05eba
2020-07-08
Mangadex: do not download same chapter by a different translator
dec05eba
2020-07-07
Fix incorrect prompt
dec05eba
2020-07-07
Add option to start tracking anime from filename
dec05eba
2020-07-07
Clearify the meaning of --start-after
dec05eba
2020-07-06
Add launcher script, remove unused function
dec05eba
2020-07-06
List all chapters on mangadex, use correct download server
dec05eba
2020-07-06
Only update html data downloaded list if download succeeds
dec05eba
2020-07-06
Fail if add html plugin list fails
dec05eba
2020-07-06
Fix previous torrent link used instead of new one when syncing rss
dec05eba
2020-07-06
Use torrent filename instead of rss title name
dec05eba
2020-07-06
Update usage output
dec05eba
2020-07-06
Ignore in progress media for open media script
dec05eba
2020-07-06
Only allow one instance of automedia to run at once (pid file)
dec05eba
2020-07-06
Fix all chapters redownloading if latest chapter changes name
dec05eba
2020-07-06
Fix data list missing resumed content
dec05eba
2020-07-06
Use correct path for open_media for html (manga)
dec05eba
2020-07-06
Use list instead of object for plugin list command
dec05eba
2020-07-06
Fix sorting of downloaded list
dec05eba
2020-07-06
Remove dependency on tldextract
dec05eba
2020-07-06
Hide tracking files
dec05eba
2020-07-06
Add script to open media, and track already seen media
dec05eba
2020-07-06
Check name
dec05eba
2020-07-06
dd
dec05eba
2020-07-06
Add sync date for series
dec05eba
2020-07-06
Add last updated time to files, so we can remove old tracked data
dec05eba
2020-07-06
Compare torrents by id instead of name, fixes spamming finished torrent notif...
dec05eba
2020-07-06
Verify start_after for html, dont create folders if fails to add html/rss
dec05eba
2020-07-06
Strip start after
dec05eba
2020-07-06
Simplify cli arguments
dec05eba
2020-07-06
Add url to error notification
dec05eba
2020-07-06
Check for error when parsing rss
dec05eba
2020-07-06
Fix incorrect string format
dec05eba
2020-07-06
Update notification message
dec05eba
2020-07-06
Append downloaded item name to a file
dec05eba
2020-07-06
Exit manga download on failure
dec05eba
2020-07-06
Initial commit, support for rss torrent, manganelo and readms
dec05eba