Search found 541 matches

by killemov
Sat Jul 27, 2013 9:00 am
Forum: Support
Topic: how do I enable SSL
Replies: 3
Views: 5673

Re: how do I enable SSL

It's really not that hard or a lot of work. Install a web server like lighttpd or apache, configure it for https and configure it to forward /transmission to your actual transmission port.
by killemov
Fri Jul 26, 2013 5:57 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269827

Re: Unrar and cleanup script - UPDATE 2013.05.24

Well, you might want to put your file names in quotes.

Code: Select all

cp -R "$SRC_DIR" "$DEST_DIR"
by killemov
Fri May 24, 2013 2:06 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269827

Re: Unrar and cleanup script - UPDATE 2013.05.24

Changelog
  • Make sure only FILES with .rar suffix are processed, NOT FOLDERS.
by killemov
Mon May 20, 2013 8:20 pm
Forum: General
Topic: How to uninstall old version transmission?
Replies: 3
Views: 3139

Re: How to uninstall old version transmission?

If you use the CentOS package manager doing a simple upgrade might be enough.
by killemov
Mon May 20, 2013 8:16 pm
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 782293

Shift, a new web UI - UPDATE 2013.05.20

Changelog: Implemented basic queue control. Implemented storing/restoring selection of torrents. Added "<" and ">" as filtering operators. Minor code cleanup. The queue controls are available when clicking on the queue index on the main torrents page. It's also allowed to manuall...
by killemov
Tue Apr 30, 2013 7:39 am
Forum: Requests
Topic: Moving completed .torrent files
Replies: 2
Views: 7867

Re: Moving completed .torrent files

If the path to the "working" torrentfile is passed along to the torrent-done-script, we might be able to script the archiving functionality ourselves.
by killemov
Tue Apr 30, 2013 7:34 am
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269827

Re: Unrar and cleanup script - UPDATE 2013.01.10

Please refrain from using this topic for anything other than questions about or suggestions for the script in the first post.

@Dan_Aykroyd: I might have helped you out if you posted this in its own topic.
by killemov
Mon Apr 22, 2013 7:48 am
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269827

Re: Unrar and cleanup script - UPDATE 2013.01.10

lewsut wrote:killemov, Does the Keep file have the same effect as commenting out the transmission-remote --remove-and-delete line?

Edit: I guess not as stuff gets removed keep file or not?
Yes, that should work also. But remember: "keep" != "Keep".
by killemov
Mon Apr 22, 2013 7:44 am
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269827

Re: Unrar and cleanup script - UPDATE 2013.01.10

The torrent file itself? The content? Some rar-specific files? The script contains linux commands. Look for information on cp or mv, for example. Sorry, should have made myself a bit clearer. If the torrent only contains one file e.g. movie.mkv and no rars where abouts in your script would I place ...
by killemov
Mon Apr 22, 2013 7:28 am
Forum: Web Interface
Topic: Are these two things possible?
Replies: 2
Views: 3213

Re: Are these two things possible?

1. Is it possible to get a simple download link after a torrent has been finished? Rather than using FTP, etc. Yes, but not in the Clutch interface. You will need Shift, a new web UI AND configure a webserver (lighttpd) to actually serve the files. 2. Is it possible to automatically RAR/ZIP the fol...
by killemov
Sat Apr 13, 2013 1:39 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269827

Re: Unrar and cleanup script - UPDATE 2013.01.10

I saw mention a manual somewhere on the last 8 pages, for use of the Keep/Exit files and so on. Where does that live? Start post updated. Use a "keep" control file. If the torrent doesn't need unraring what do I need to add so the file is copied to a different location instead? :?: The to...
by killemov
Mon Apr 01, 2013 12:00 pm
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 782293

Shift, a new web UI - UPDATE 2013.04.01

Changelog:
  • Implemented basic tracker management.
by killemov
Mon Apr 01, 2013 11:57 am
Forum: Web Interface
Topic: Adding trackers
Replies: 1
Views: 4730

Re: Adding trackers

Yes, unlike managing peers, this can be done in the web interface. I have implemented basic tracker management in Shift.
by killemov
Wed Mar 27, 2013 7:57 pm
Forum: Web Interface
Topic: How can the most newest version support IE8?
Replies: 1
Views: 2865

Re: How can the most newest version support IE8?

Since you got your topic title from this one:
viewtopic.php?f=8&t=14551

In short: You can't. Upgrade your browser our downgrade you transmission-web-ui.
by killemov
Wed Mar 27, 2013 7:49 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269827

Re: Unrar and cleanup script - UPDATE 2013.01.10

Hello, Script looks really good, but since I'm such a newbie at this I'm a little afraid to implement it before I know a few things. Yeah, I just finished slapping some lipstick on her. :wink: Can you toggle it, so it doesn't actually delete the rarfiles after the extracting is done? I use a FTP ra...