Search found 541 matches

by killemov
Thu Mar 17, 2022 10:43 am
Forum: Support
Topic: Transmission GUI in iframe
Replies: 1
Views: 5450

Re: Transmission GUI in iframe

Doyley wrote: Mon Feb 14, 2022 5:37 pm ... without any IP restrictions ...
This implies

Code: Select all

    "rpc-whitelist-enabled": false
Doyley wrote: Mon Feb 14, 2022 5:37 pm so that it only works when it is loaded in an iframe from my webpage
This implies changing the Transmission code itself checking if it was called from your webpage. Check window.top.href
by killemov
Wed Mar 16, 2022 10:47 am
Forum: General
Topic: don't download again if torrent exists in watch folder?
Replies: 2
Views: 14617

Re: don't download again if torrent exists in watch folder?

This means having to keep a database with hashes for all torrents you have ever added to Transmission. This feature request is not complicated but it is very niche.
by killemov
Mon Feb 21, 2022 8:34 am
Forum: General
Topic: transmission statistic
Replies: 6
Views: 24449

Re: transmission statistic

Yes.
by killemov
Tue Jan 04, 2022 4:34 pm
Forum: Support
Topic: Older Thecus NAS download link doesn't work
Replies: 5
Views: 42444

Re: Older Thecus NAS download link doesn't work

Did Thecus release a 'final firmware' for your model that fortified your NAS? (And with fortified I mean remove all non-essential services?) I would say fuck 'em and run Debian (or another distro) on it instead. This may be risky and not for you. But just at that moment when you decide to buy a new ...
by killemov
Sun Jan 02, 2022 10:49 pm
Forum: Support
Topic: Transmission Daemon not working in Bullseye
Replies: 5
Views: 17688

Re: Transmission Daemon not working in Bullseye

Ok. Have you, as user pi, tried to write a file in the resume folder? (I believe the default user is pi not Pi.)
by killemov
Sat Jan 01, 2022 3:50 pm
Forum: General
Topic: Where are my .torrent files?
Replies: 5
Views: 48386

Re: Where are my .torrent files?

I accidentally updated Docker this morning and this wiped out the torrents that Transmission was seeding.
This makes me assume there is something wrong with your Docker setup. It should not contain the torrents or resume files. They must remain outside the container.
by killemov
Sat Jan 01, 2022 3:44 pm
Forum: Support
Topic: Transmission Daemon not working in Bullseye
Replies: 5
Views: 17688

Re: Transmission Daemon not working in Bullseye

Have you, as user transmission-daemon, tried to write a file in the resume folder?
by killemov
Sat Jan 01, 2022 3:41 pm
Forum: Web Interface
Topic: Flood for Transmission - A lightweight yet beautiful UI
Replies: 24
Views: 158815

Re: Flood for Transmission - A lightweight yet beautiful UI

Smells like an issue with permissions to me ...
by killemov
Thu Dec 30, 2021 11:17 pm
Forum: Support
Topic: best way to configure storage multi tier
Replies: 2
Views: 27418

Re: best way to configure storage multi tier

Use a single instance. Guesstimate which torrents are most popular to start with and put them on the SSD and put the rest on your HDD. You can then use the relocate feature within transmission OR use symbolic linking for the slow content. Let the the upload run for a couple of days and reassess the ...
by killemov
Thu Dec 30, 2021 11:01 pm
Forum: Support
Topic: Transmission unrar after download
Replies: 1
Views: 10331

Re: Transmission unrar after download

Oh and I use Mac OSX and Windows
Ahw, then you are s**t out of luck. I would have recommended Unrar and cleanup script. Maybe check it out for inspirational purposes anyway.
by killemov
Sat Dec 25, 2021 10:43 am
Forum: Support
Topic: Migration between two NAS w/different folder structure
Replies: 1
Views: 18881

Re: Migration between two NAS w/different folder structure

First the download folder can be configured. See Migrate transmission from Synology to raspbian
But then you only change the location of the payload. You also need to copy the folders containing the .torrent and .resume files.
by killemov
Thu Dec 23, 2021 5:46 pm
Forum: General
Topic: Where are my .torrent files?
Replies: 5
Views: 48386

Re: Where are my .torrent files?

Ah, I think you are talking about the watch-dir, where torrents are found by transmission and copied/processed to a working directory. The original torrent file is then renamed with an appended .added. The watch-dir is configured in settings.json. The working directory is something like: /var/lib/tr...
by killemov
Sat Dec 18, 2021 10:01 pm
Forum: General
Topic: Where are my .torrent files?
Replies: 5
Views: 48386

Re: Where are my .torrent files?

Sorry to burst that bubble but since 3.00 the torrent names are always converted to the related torrent hash.
by killemov
Wed Dec 08, 2021 10:59 am
Forum: Support
Topic: Changed network - 403: Forbidden
Replies: 2
Views: 25915

Re: Changed network - 403: Forbidden

A common mistake is that changes to settings.json are made while Transmission is running.