Search found 9 matches

by verysofttoiletpaper
Sat May 31, 2014 3:52 pm
Forum: Web Interface
Topic: Adding Remove & Trash button to toolbar
Replies: 5
Views: 8680

Re: Adding Remove & Trash button to toolbar

JJTagy wrote:I was thinking about something similar a few months back. I was actually thinking we should add a checkbox to the confirmation dialog that says "Also delete data".
As long as the state of the checkbox would remembered each time automatically.. I don't see a problem with that..
by verysofttoiletpaper
Sat May 31, 2014 10:10 am
Forum: Web Interface
Topic: Adding Remove & Trash button to toolbar
Replies: 5
Views: 8680

Re: Adding Remove & Trash button to toolbar

New patch: https://dpaste.de/89sz http://i.imgur.com/y6itNUF.png diff --git a/index.html b/index.html index d7c25bf..3fff561 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,7 @@ <div id="toolbar"> <div id="toolbar-open" title="Open Torrent"></div> <div id="to...
by verysofttoiletpaper
Tue Oct 22, 2013 11:26 pm
Forum: General
Topic: Add to Transmission for Safari
Replies: 10
Views: 23505

Re: Add to Transmission for Safari

Is it working with Safari 7? I installed 1.3 but there is no item when I right clock torrent links.. EDIT It's working, it isn't detecting the torrent links though. It seems the filter for torrent links needs some tuning since it didn't detect this link. Also, is it possible for it to automatically ...
by verysofttoiletpaper
Tue Oct 22, 2013 10:57 pm
Forum: General
Topic: Add to Transmission for Safari
Replies: 10
Views: 23505

Re: Add to Transmission for Safari

Is it in the Safari store yet? It's a shame the safari extension store not even a search feature has..
That is the main drawback of Safari against Chrome or Firefox.
by verysofttoiletpaper
Tue Aug 13, 2013 5:15 pm
Forum: General
Topic: script to run when add torrent
Replies: 3
Views: 3404

Re: script to run when add torrent

+1

Also script on torrent deleted to clean extra files and whatnot.
by verysofttoiletpaper
Tue Jul 30, 2013 7:39 pm
Forum: Requests
Topic: lauch a script after download is finished, seeding, paused e
Replies: 13
Views: 34666

Re: lauch a script after download is finished, seeding, paus

So, one would have to schedule a list to run from time to time and parse the list?
To inefficient indeed. This event scripts should be added to transmission..
by verysofttoiletpaper
Tue Jul 30, 2013 7:32 pm
Forum: Requests
Topic: [script-torrent-done] variable with tracker needed
Replies: 0
Views: 7111

[script-torrent-done] variable with tracker needed

This is a request for the inclusion of a variable containing the tracker domain/hostname/url of the torrent to be passed to the script-torrent-done. This would allow the torrent-done script to do execute only for some trackers, or to have his behaviour modeled by the tracker. This would be useful f...
by verysofttoiletpaper
Tue Jul 30, 2013 7:08 pm
Forum: Requests
Topic: Script registration and execution framework
Replies: 2
Views: 10770

Re: Script registration and execution framework

+1

I would be happy with the ability to run a script on 'torrent added' and 'torrent deleted'.

The purpose of 'torrent added' script would be just custom notifications.
The purpose of 'torrent deleted' script would be to cleanup leftovers like hardlinks, symlinks, subtitles, artwork, etc.
by verysofttoiletpaper
Tue Jul 30, 2013 7:05 pm
Forum: Requests
Topic: lauch a script after download is finished, seeding, paused e
Replies: 13
Views: 34666

Re: lauch a script after download is finished, seeding, paus

Someone mentioned that it was possible to set up scripts to run on 'torrent added', 'torrent deleted', etc using transmission-remote.
Is this true? How can this be accomplished?

Thank you.