Search found 557 matches

by killemov
Sun Jun 02, 2024 5:17 pm
Forum: General
Topic: How to Seed File Even Ater Moving From Downloaded Location
Replies: 1
Views: 110

Re: How to Seed File Even Ater Moving From Downloaded Location

No, unless you get Radarr or Sonarr to have Transmission move it for them.

Use hardlinks instead: https://github.com/Sonarr/Sonarr/issues/6260
by killemov
Sun May 26, 2024 8:19 am
Forum: Web Interface
Topic: Peer Port won't stick
Replies: 1
Views: 334

Re: Peer Port won't stick

I just ran a test with Linux / Docker / transmission-daemon 4.0.5 (a6fe2a64aa) / Shift 1.1 where I changed the port value to 51111, clicked Apply and then stopped/started the Docker container. The port number was still 51111, so couldn't reproduce the described issue. I did see other issues specific...
by killemov
Wed May 15, 2024 1:24 pm
Forum: Support
Topic: Help migrating when files are located on a network drive
Replies: 2
Views: 262

Re: Help migrating when files are located on a network drive

See Path Substituiton which will hopefully solve your problem as well.
by killemov
Wed May 15, 2024 1:22 pm
Forum: Support
Topic: Path Substituiton
Replies: 24
Views: 26949

Re: Path Substituiton

My entire TV experience is automated with SickChill => Transmission => SickChill and uses hardlinks for files on the same partition and softlinks (manually) for offloaded files.
by killemov
Wed May 15, 2024 1:11 pm
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.05.15
Replies: 115
Views: 835042

Shift, a new web UI - UPDATE 2024.05.15

Changelog
  • Implemented file link template system.
  • Implemented larger size units and calculation.
by killemov
Fri May 10, 2024 12:09 am
Forum: Support
Topic: Path Substituiton
Replies: 24
Views: 26949

Re: Path Substituiton

Thank you for the feedback. The "Move" input is used to have Transmission actually move the files. The "Selection only" input limits the substituting to the selected torrent(s). The "Relocate" button takes you back to the previous dialog. So "Substitute" is th...
by killemov
Thu May 09, 2024 11:29 am
Forum: Support
Topic: Path Substituiton
Replies: 24
Views: 26949

Re: Path Substituiton

With keeping the UI-part almost the same as batch renaming files I got it implemented sooner than expected. With some testing I found the feature very powerful ... and dangerous! Especially when using regular expressions. So I kept the example outputs to give you some idea of the pending changes.
by killemov
Thu May 09, 2024 11:08 am
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.05.15
Replies: 115
Views: 835042

Shift, a new web UI - UPDATE 2024.05.09

Changelog
  • Implemented batch path substitution.
by killemov
Mon May 06, 2024 9:19 pm
Forum: Support
Topic: Path Substituiton
Replies: 24
Views: 26949

Re: Path Substituiton

I'll get to it this week, hopefully. The main issue is that I have to set aside the massive pending changes and integrate the changes for this issue later on.

If you like it, put a on it.
by killemov
Mon May 06, 2024 8:54 am
Forum: Support
Topic: Path Substituiton
Replies: 24
Views: 26949

Re: Path Substituiton

Ah, I would not have thought to use Transmission as a tool to manage my content library. The "Edit Paths" button is for editing the entire list of paths. Volumes/Gendut/Books/ … should be changed to: /Volumes/newdrive/Books/ ... Changing this many paths manually or even by this many groups...
by killemov
Sun May 05, 2024 7:19 am
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.05.15
Replies: 115
Views: 835042

Shift, a new web UI - UPDATE 2024.05.05

Changelog
  • Fixed exception for zero torrents in Transmission.
  • Fixed creation of phantom torrent nodes.
by killemov
Fri May 03, 2024 8:15 am
Forum: Support
Topic: Path Substituiton
Replies: 24
Views: 26949

Re: Path Substituiton

Yes, Shift would replace the built-in web-UI. You could help me out if you get Shift to run on mac and post the instructions on how to do it. About migrating ... The easy way, if you have time, is to just re-download everything on your NAS with your current setup helping to seed. The fast way, but a...
by killemov
Mon Apr 29, 2024 11:54 am
Forum: Support
Topic: Path Substituiton
Replies: 24
Views: 26949

Re: Path Substituiton

So did you at least see the web-UI of your client? There is no file being executed here TRON. The files are simply served by Transmission's internal web server. https://superuser.com/questions/476752/setting-environment-variables-in-os-x-for-gui-applications Oh, and maybe post how/what/where you cha...