Skip to content

Commit

Permalink
Add new custom view for deletable data (Closes #50)
Browse files Browse the repository at this point in the history
  • Loading branch information
chros authored and chros committed Jul 6, 2016
1 parent c471e15 commit 93e3a4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ubuntu-14.04/home/chros73/.pyroscope/rtorrent-ps.rc
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ branch=pyro.extended=,"view.sort_current = category,\"compare=+,d.get_data_full_
view.sort = category
branch=pyro.extended=,"schedule2 = bind_category,0,0,\"ui.bind_key=download_list,@,ui.current_view.set=category\""

# UI/VIEW: ADD collapsed DELETABLE view (bound to '?' in rT-PS) SORT it by DOWNLOADED time, group by 'unsafe_data' desc, THROTTLE desc . Show deletable torrents.
view.add = deletable
view.filter = deletable,d.custom=unsafe_data
branch=pyro.extended=,"view.collapsed.toggle=deletable"
branch=pyro.extended=,"view.sort_current = deletable,\"compare=--+,d.custom=unsafe_data,d.throttle_name=,d.custom=tm_downloaded\"","view.sort_current = deletable,greater=d.custom=unsafe_data"
branch=pyro.extended=,"schedule2 = bind_deletable,0,0,\"ui.bind_key=download_list,?,ui.current_view.set=deletable\""

### end: Adding new useful views ###


Expand Down

0 comments on commit 93e3a4e

Please sign in to comment.