Search found 4 matches

by addictedtoscreens
Sun May 15, 2011 10:38 am
Forum: General
Topic: Unrar/unzip and manage your torrents with just one script
Replies: 7
Views: 18427

Re: Unrar/unzip and manage your torrents with just one scrip

Hi
The reason why I had to chain a bunch of old school regexp (a to A, b to B, etc...) instead of using a modern case conversion technique was to make sure it worked on most platforms.
Mac OS X doesn't have GNU SED and the version of SED currently installed is buggy. I could shorten most of these ...
by addictedtoscreens
Sun Apr 24, 2011 4:19 pm
Forum: General
Topic: Unrar/unzip and manage your torrents with just one script
Replies: 7
Views: 18427

Re: Unrar/unzip and manage your torrents with just one scrip

Hello
As promised, I just released a new update of my script (v0.15), with the features requested by McManuf, along with a bunch of new enhancements.
It can be downloaded there
http://code.google.com/p/torrentexpander/downloads/list

Addictedtoscreens
by addictedtoscreens
Wed Apr 20, 2011 7:36 am
Forum: General
Topic: Unrar/unzip and manage your torrents with just one script
Replies: 7
Views: 18427

Re: Unrar/unzip and manage your torrents with just one scrip

Hi mcmanuf
Thanks for your input
Since the beginning I had a non destructive approach in mind, as I mostly use private trackers
I'll add this to my todo list, but with a slightly different approach :
- I've ofter seen rar archives containing another rar archive with exactly the same name, so I ...
by addictedtoscreens
Mon Mar 28, 2011 11:28 pm
Forum: General
Topic: Unrar/unzip and manage your torrents with just one script
Replies: 7
Views: 18427

Unrar/unzip and manage your torrents with just one script

Hi
I never found a transmission unrar script that fully suited my needs. That's why I tried to write my own script.
One thing led to another, my script is now a multipurpose tool

http://code.google.com/p/torrentexpander/

I admit, it's huge for a bash script and it lacks polishing, but it seems to ...