Page 1 of 1
ability to name download when adding via API
Posted: April 1st, 2010, 5:44 am
by doubledrat
I know we can rename through the API, but it would be a pain to have to wait for the job to get it's details then wade through the queue looking for it.
so a &repname="blah blah"
or something similar would be brilliant
ta
Re: ability to name download when adding via API
Posted: April 1st, 2010, 6:55 pm
by switch
Specify the desired name using nzbname=NEWNAME
Characters such as spaces should be urlencoded (ie ' ' into '%20')
Re: ability to name download when adding via API
Posted: April 2nd, 2010, 4:31 am
by doubledrat
oh. thanks. I didn't see that in the api reference. ta.
Re: ability to name download when adding via API
Posted: April 8th, 2010, 8:07 pm
by markus101
Awesome - I didn't think this option existed either, I hacked it and went through the Queue and renamed it, with a short break in-case it took a second or more to download.
Thanks for all the hard work.
Markus