Search found 534 matches

by killemov
Wed Oct 20, 2021 2:42 pm
Forum: Web Interface
Topic: [THEME] Tailmission: A refresh using TailwindCSS [WIP]
Replies: 4
Views: 34914

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: 34914

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: 24290

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: 36139

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: 18968

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: 21698

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: 21698

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: 38657

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: 38657

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
by killemov
Fri Oct 08, 2021 7:57 am
Forum: General
Topic: Properly updating transmission on Rasbian Buster
Replies: 6
Views: 38657

Re: Properly updating transmission on Rasbian Buster

A newer version does exist for Raspbian If the update is not available for Buster (apt update && apt upgrade) then you could download and update the package manually, do a mixed update with Bullseye or do a full upgrade to Bullseye. Since nothing depends on Transmission I think the manual u...
by killemov
Mon Oct 04, 2021 1:57 pm
Forum: General
Topic: Transmission 3.00+ (Interface + Options) Redesign
Replies: 10
Views: 74131

Re: Transmission 3.00+ (Interface + Options) Redesign

Yes, ALL native interfaces should cease to exist and only the CL and WEB interfaces should remain and be redesigned. Cheers!
by killemov
Fri Oct 01, 2021 9:54 am
Forum: Support
Topic: Increase simultaneous downloads for Windows
Replies: 2
Views: 18336

Re: Increase simultaneous downloads for Windows

I think what you are looking for is to increase the value of "download-queue-size".
by killemov
Mon Sep 27, 2021 8:58 am
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 712249

Shift, a new web UI - UPDATE 2021.09.27

Changelog
  • Implemented displaying and filtering labels.
  • Fixed Transmission 3.00 incompatibility issues.
  • Fixed setting queue positions by torrent property.
  • Minor stylesheet tweaks.
by killemov
Thu Sep 02, 2021 8:44 am
Forum: Support
Topic: Move a half downloaded file from Android to Windows/Linux
Replies: 1
Views: 17896

Re: Move a half downloaded file from Android to Windows/Linux

You need the content and the torrent. Skipping the validation of the torrent requires you to also copy the resume file ... BUT the paths on your phone and on the target machine are very likely to differ so I'd advise against that.
by killemov
Thu Sep 02, 2021 8:39 am
Forum: Support
Topic: transmission is downloading temp files not into /mnt
Replies: 2
Views: 19364

Re: transmission is downloading temp files not into /mnt

Please paste the actual commands and config lines here as it might be as simple as a typo.