Search found 16 matches

by basecase
Sat Dec 09, 2017 12:03 pm
Forum: Support
Topic: How do I reseed a torrent?
Replies: 9
Views: 44442

Re: How do I reseed a torrent?

Sorry to necrobump but i wrote a small post download script to solve this problem. It copies the magnetLink and the .torrent and places it with the downloaded content in its own folder. To reseed all your previuosly downloaded content I included a bash tool that searches for and addes previously dow...
by basecase
Mon Jun 20, 2016 4:38 pm
Forum: Windows Support
Topic: Postprocess doesnt work
Replies: 1
Views: 2448

Re: Postprocess doesnt work

Yes. I would say it is a bug. I have the same problem. File a bug report.
by basecase
Fri Jun 17, 2016 2:09 am
Forum: Windows Support
Topic: Is there a script for cleaning up completed torrents?
Replies: 4
Views: 7568

Re: Is there a script for cleaning up completed torrents?

What version if transmission-qt are you running? Post download scripts do not seem to be working at the moment with version 2.92 but the unofficial fork does run scripts after download. Do you want to remove the torrent from transmission but let the data remain? You could do that by simply creating ...
by basecase
Sun Jun 12, 2016 2:49 am
Forum: Windows Support
Topic: Windows log location
Replies: 2
Views: 5240

Re: Windows log location

If anybody else needs the log for testing purposes. The unofficial transmission-qt port from rberber at https://sourceforge.net/projects/trqtw does include the message log menu item.
by basecase
Sun Jun 12, 2016 2:25 am
Forum: Windows Support
Topic: Windows log location
Replies: 2
Views: 5240

Re: Windows log location

You are quite the funny person x190. The "Message log" toggle button is absent from the linux version of transmission-qt as well. I will just have to play around with the qt source and try to get it to work. Thanks for your super informative reply.
by basecase
Fri Jun 10, 2016 5:41 am
Forum: Windows Support
Topic: Can't turn off the script on completion
Replies: 1
Views: 2808

Re: Can't turn off the script on completion

what version of transmission are you using?
by basecase
Fri Jun 10, 2016 5:24 am
Forum: Windows Support
Topic: Windows log location
Replies: 2
Views: 5240

Windows log location

I cannot seem to find the log for the transmission-qt 2.92 windows client. I do not see anything in the event viewer referencing transmission. Thanks
by basecase
Fri Jun 10, 2016 1:35 am
Forum: Windows Support
Topic: Cannot start daemon service while installing
Replies: 2
Views: 4162

Re: Cannot start daemon service while installing

This update from microsoft solves the two errors above.
https://support.microsoft.com/en-us/kb/2999226
by basecase
Fri Jun 10, 2016 1:31 am
Forum: Windows Support
Topic: Cannot start daemon service while installing
Replies: 2
Views: 4162

Re: Cannot start daemon service while installing

Now I am getting the error "api-ms-win-crt-runtime-l1-1-0-dll-is-missing" when simply trying to run the client. May be some other kind of problem with my system.
by basecase
Fri Jun 10, 2016 1:00 am
Forum: Windows Support
Topic: Cannot start daemon service while installing
Replies: 2
Views: 4162

Cannot start daemon service while installing

During install of x64 version, install fails to start daemon. Says to verify permissions necessary for starting services. Tried to change the service settings to run with Administrator account, local account. Nothing has worked. Will try with x86.

I am running windows 7 enterprise.
by basecase
Thu Jun 09, 2016 9:05 pm
Forum: General
Topic: Reestablish seedings
Replies: 1
Views: 2948

Re: Reestablish seedings

I have a tool for that. https://github.com/basecaseFM/transmission-reseeder Whenever you reinstall or move to a different computer, Run the reseeder, it will search for everything and add it back to transmission. Only Problem is when you download from a client that doesnt support the script(windows,...
by basecase
Fri Jun 03, 2016 6:03 am
Forum: Support
Topic: how to reseed torrents?
Replies: 1
Views: 3210

Re: how to reseed torrents?

I have created a little set of tools to help with this. https://github.com/basecaseFM/transmission-reseeder It copied the magnet link and the torrent file into the download folder for you. If it is a single file with no folder, it creates a folder for you. Super convenient when you reinstall your os...
by basecase
Sat Feb 07, 2015 8:20 pm
Forum: General
Topic: Just wrote a script to automate torrent searches on tracker.example.com
Replies: 1
Views: 2847

Re: Just wrote a script to automate torrent searches on trac

What do you think about using this to seed already downloaded content? Such as I go through my music folder and send the folder names with apporaximate sizes of said folders into ultratransmission. Then ultratransmission would return a magnetlink whose download folder is set to the directory I sent ...
by basecase
Sat Feb 07, 2015 3:42 am
Forum: General
Topic: Need to Compile Transmission To Change The Cache Size
Replies: 4
Views: 4849

Re: Need to Compile Transmission To Change The Cache Size

Ah. Thanks x190
Yup. Asserts are compiled out for the release version.
I was wondering why peer-msgs.c kept crashing from the assert.
by basecase
Sat Feb 07, 2015 3:18 am
Forum: General
Topic: Share your post download scripts.
Replies: 2
Views: 3480

Re: Share your post download scripts.

Here is mine. The script moves the finished file/folder to its own folder and copies a [name].magnetLINK file into the newly created directory for easier reseeding. This is made possible by a patch I applied that makes the magnetLINK one of the available environment variables. ##Check if Current Dir...