renanrt / periscope

Automatically exported from code.google.com/p/periscope
0 stars 0 forks source link

Suppor on Transmission #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Could you add support for Transmission client Torrent on Ubuntu?

Original issue reported on code.google.com by shaka...@gmail.com on 14 Oct 2009 at 6:30

GoogleCodeExporter commented 8 years ago
I've taken a look at Transmission and it does not seem to support plugins. I 
don't
really want to create a periscope deamon that would be running all the time to 
check
if transmission has finished a download.

Currently the transmission developers don't seem to provide a way to run a 
script
when a download is over. So I'll think about it but I don't promise anything.

Original comment by patrick....@gmail.com on 14 Oct 2009 at 11:03

GoogleCodeExporter commented 8 years ago
Maybe you could contact with the Transmission developers for suggest a plugin 
system.
You get many Ubuntu users if you get support for this stuff.

Original comment by shaka...@gmail.com on 14 Oct 2009 at 11:12

GoogleCodeExporter commented 8 years ago
Well ... this is not entirely true.
Transmission has already a callback where you can define a system script to run 
when
torrent finish.

Im already using it. They provide with several env variables with torrent 
specific information.

But, a pluggin system would be more efficient cause if your script does not 
fork periscope execution ... it blocks transmission. And knowing the time it 
takes, even for a single file, it seems to be so much time.

config property to setup in transmission:
script-torrent-done-enabled
script-torrent-done-filename

Variables provided by transmission:
TR_TORRENT_NAME
TR_TORRENT_DIR
TR_TORRENT_ID
TR_APP_VERSION
TR_TORRENT_HASH
TR_TIME_LOCALTIME

Original comment by joze...@gmail.com on 8 Oct 2010 at 2:43

GoogleCodeExporter commented 8 years ago
Ok, that's not entirely true anymore :)

I'll take a look at their documentation and see if I can make a 
periscope-transmission package.

Original comment by patrick....@gmail.com on 9 Oct 2010 at 6:10

GoogleCodeExporter commented 8 years ago
Any news about this plugin? Would be very nice to use that!

Original comment by marc...@gmail.com on 9 Jun 2011 at 6:20

GoogleCodeExporter commented 8 years ago
I second this. I have a script running that unrars for me but now i want to add 
a line to get it to periscope for me. Anyone knows what to add and where =?

Original comment by ludwig.h...@gmail.com on 28 Nov 2012 at 2:17

Attachments:

GoogleCodeExporter commented 8 years ago
Any news about it, i have transmission on my QNAP NAS, and it work great with 
scripts, like email and unrar after download finish, any chance to compile 
version of periscope to transmission ? would be really great. Thanks.

Original comment by felipesa...@gmail.com on 20 Feb 2013 at 8:05

GoogleCodeExporter commented 8 years ago
If you can run Python script on your QNAP NAS, there is no reason for periscope 
not to work.

Calling something like 
$ periscope -l en <folder_where_you_put_your_files>
would probably work to update all you video files with subtitles

Original comment by patrick....@gmail.com on 24 Feb 2013 at 12:10

GoogleCodeExporter commented 8 years ago
Hi, how i can make it work, i downloaded periscope folder, copied to: 
/share/HDA_DATA/.qpkg (where my all software runs), then using putty did these 
commands:  
cd /share/HDA_DATA/.qpkg/periscope (command executed correctly)
$ periscope -l en /share/HDA_DATA/Multimedia/Series/Suits/2 Temporada (command 
failed), returned error: -sh: $: command not found

what is wrong, i dont know well syntax to run it, because all my another apps 
run over web server.

Thanks for help

Original comment by felipesa...@gmail.com on 5 Mar 2013 at 10:27