Page 1 of 1
Torrent alias plugin
Posted: Tue Dec 04, 2007 12:03 am
by the_ol
How difficult would it be to make a plugin that would allow you to assign an alias to a torrent in the download window? Like say there's a long torrent name that has a lot of extra details and I want to be able to recognize it more easily, I could right-click and do "Assign Alias" and the alias I give it would be the name that appears in the download box (without renaming the actual files.
I was looking through the included plugins and it seems a little above my ability, but if I could be pointed in the right direction I might be able to do it myself. I think this would be a pretty useful plugin.
Re: Torrent alias plugin
Posted: Wed Dec 05, 2007 5:15 pm
by Rockyblizzard
I would want the same ability too !
Re: Torrent alias plugin
Posted: Thu Dec 06, 2007 1:49 pm
by johnnyg
the_ol wrote:if I could be pointed in the right direction I might be able to do it myself.
start by having a read of the
python tutorial if you don't know how to write python already.
As for writing the plugin have a look at currently existing plugins to have a feel of how it all works. I'm pretty sure for the actual plugin all you need is a __init__.py file
Re: Torrent alias plugin
Posted: Fri Dec 07, 2007 5:25 am
by deadlikeoscar
Don't get me wrong, I think this idea is GREAT, but why do I get a picture of some guy renaming all of his downloads to "not porn" in my head.

Re: Torrent alias plugin
Posted: Fri Dec 07, 2007 10:30 am
by danii
Re: Torrent alias plugin
Posted: Fri Dec 07, 2007 2:41 pm
by johnnyg
that post talks about labels which are different: labels are like categories used to organise your downloads/uploads (eg Music, TV Shows, etc.).
he's talking about giving an alias to the name of the torrent, i.e. renaming what name appears in the main window which could be useful for shortening long torrent names or as deadlikeoscar said giving torrents safe for work names

Re: Torrent alias plugin
Posted: Sun Dec 09, 2007 10:34 am
by the_ol
I was thinking for a bit more aesthetically pleasing names (no Xx.DaNcE_MiX_07.xX[320kbps][2007][extraneousinformation][ugliness]) but I guess it could help make things sfw too
I'll probably try my hand at it once finals are over, I've not worked with Python much but I do have programming experience elsewhere (a good bit with Perl and C++) so maybe I can whip something up. Thanks for the tutorial link.