Search found 540 matches

by killemov
Wed Nov 10, 2021 1:07 pm
Forum: Requests
Topic: Sort torrents by active trackers
Replies: 1
Views: 35900

Re: Sort torrents by active trackers

Your request does not make sense at all. You can add/remove a tracker to/from a torrent, not a torrent to/from a tracker. And the torrent never becomes "trackerless" automatically. So you want an indicator that shows a torrent does not have any seeds or peers?
by killemov
Wed Nov 10, 2021 1:02 pm
Forum: Requests
Topic: Torrent Availability
Replies: 1
Views: 27737

Re: Torrent Availability

This has quite a niche use-case, especially when it only saves you a few clicks.
by killemov
Wed Nov 10, 2021 12:59 pm
Forum: Support
Topic: After "Trash Data...", folders are not deleted
Replies: 1
Views: 18932

Re: After "Trash Data...", folders are not deleted

The only case when this happens on my system is when the drive is full. File/folder names do not affect deleting the payload at all.
by killemov
Wed Nov 10, 2021 12:55 pm
Forum: Support
Topic: Older Thecus NAS download link doesn't work
Replies: 5
Views: 42356

Re: Older Thecus NAS download link doesn't work

That NAS uses an AMD Geode processor which is x86 compatible. Maybe running "uname -a" on that device and posting the result could help us narrow down the options.
by killemov
Fri Oct 29, 2021 2:14 pm
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 755539

Shift, a new web UI - UPDATE 2021.09.27

Do you know Javascript or does learning new programming languages come easy to you? If that is a HARD no, don't bother and quit now. Take a look at: Trackers within torrent structure TrackersStats within torrent structure Torrent status with related columns and fields (Show trackers only at [4]?) Re...
by killemov
Thu Oct 21, 2021 1:35 pm
Forum: Support
Topic: Transmission says that drive is full
Replies: 4
Views: 24550

Re: Transmission says that drive is full

Weird, this topic just went from a "drive is full" problem to a "transmission not starting" problem. Do you have more than one transmission-daemon executable on your device?
by killemov
Wed Oct 20, 2021 2:42 pm
Forum: Web Interface
Topic: [THEME] Tailmission: A refresh using TailwindCSS [WIP]
Replies: 4
Views: 35025

Re: [THEME] Tailmission: A refresh using TailwindCSS [WIP]

Ah, "screen real estate" is an expression for emphasizing the value of available pixels on the screen. So the waste of that means showing more of less valuable things whilst also taking up more screen space. The shown progress bars are the most glaring examples. Also notice the empty space...
by killemov
Wed Oct 20, 2021 11:58 am
Forum: Web Interface
Topic: [THEME] Tailmission: A refresh using TailwindCSS [WIP]
Replies: 4
Views: 35025

Re: [THEME] Tailmission: A refresh using TailwindCSS [WIP]

It still looks a lot like the stock web-UI, including the same waste of screen real estate. Why is that darn progress-bar such an ingrained element in torrent clients? Maybe the background of the row could be used to show progress instead.
by killemov
Tue Oct 19, 2021 4:41 pm
Forum: Support
Topic: Transmission says that drive is full
Replies: 4
Views: 24550

Re: Transmission says that drive is full

Do not uninstall/reinstall transmission, as it will solve nothing. My best guess is that the permissions/owner/group need changing.
by killemov
Wed Oct 13, 2021 9:02 am
Forum: General
Topic: Mac tester wanted (easy)
Replies: 1
Views: 37634

Re: Mac tester wanted (easy)

Hey Jordan, it's been a minute. Welcome back. Since the team is spread so thin already I suggest to stop development on all native interfaces and focus on transmission-daemon and the web interface only instead. What things can be done with a native interface that could not be done with the web inter...
by killemov
Wed Oct 13, 2021 8:55 am
Forum: Support
Topic: How to debug RPC requests?
Replies: 2
Views: 19020

Re: How to debug RPC requests?

I see a lot of escaping in your torrent-add request. Maybe try a torrent on localhost first.
I could not get any server-side logging of RPC-requests either, but I could use the web-developer plugin for Firefox instead.
by killemov
Tue Oct 12, 2021 9:14 am
Forum: Support
Topic: [SOLVED] Symlinks as download dirs
Replies: 4
Views: 21772

Re: Symlinks as download dirs

Hmmm, I guess I was thrown off by the s-flags in your permissions listing. I use the debian-transmission:debian-transmission user/group as much as possible. Try to access the needed folders as user debian-transmission.
by killemov
Mon Oct 11, 2021 1:39 pm
Forum: Support
Topic: [SOLVED] Symlinks as download dirs
Replies: 4
Views: 21772

Re: Symlinks as download dirs

Hmmm ... I use symlinks ALL the time with problems at all, even over NFS. You seem to be using Samba and that might be the problem.
by killemov
Fri Oct 08, 2021 11:34 am
Forum: General
Topic: Properly updating transmission on Rasbian Buster
Replies: 6
Views: 38732

Re: Properly updating transmission on Rasbian Buster

Sigh ... please read the messages from the install again ... it tells you that you need some more packages or update some. Oh, and this is by all means NOT installing things properly. You need to upgrade your pi to Bullseye for that anyway.
by killemov
Fri Oct 08, 2021 10:18 am
Forum: General
Topic: Properly updating transmission on Rasbian Buster
Replies: 6
Views: 38732

Re: Properly updating transmission on Rasbian Buster

Code: Select all

sudo su -
apt update
apt upgrade
Check if transmission is updated. If not, download and install a newer version manually:

Code: Select all

https://archive.raspbian.org/raspbian/pool/main/t/transmission/transmission-daemon_3.00-1_armhf.deb
dpkg -i transmission-daemon_3.00-1_armhf.deb