Skip to content

Commit

Permalink
Log loaded, completed, deleted download items in rtorrent (Closes #142)
Browse files Browse the repository at this point in the history
  • Loading branch information
chros authored and chros committed Apr 18, 2018
1 parent dc71a87 commit 3a56d8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ubuntu-14.04/home/chros73/.pyroscope/rtorrent-ps.rc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ method.set_key = pyro.print_help, !10wiki, ((print, ((cat, "rTorrent Wiki
method.set_key = pyro.print_help, !20pyrocore, ((print, ((cat, "pyrocore Manual (rtcontrol) https://pyrocore.readthedocs.io/" )) ))
method.set_key = pyro.print_help, !90ps-ch, ((print, ((cat, "rTorrent-PS-CH Setup Wiki https://github.com/chros73/rtorrent-ps-ch_setup/wiki" )) ))

# UI/EVENTS/SCHEDULE: Log loaded, completed, deleted download items and add day break to log
method.set_key = event.download.inserted_new, log, ((print, "LOADED ", ((d.name)), " [", ((convert.date,((system.time)))), "]"))
method.set_key = event.download.finished, log, ((print, "COMPLETED ", ((d.name)), " [", ((convert.date,((system.time)))), "]"))
method.set_key = event.download.erased, log, ((print, "DELETED ", ((d.name)), " [", ((convert.date,((system.time)))), "]"))
schedule2 = log_new_day, 00:00:05, 24:00:00, ((print, "New day: ", ((convert.date, ((system.time_seconds)) )) ))

### end: UI commands ###


Expand Down

0 comments on commit 3a56d8b

Please sign in to comment.