killemov
killemov
https://github.com/transmission/transmission/blob/f0a0b855c6a475acc7cf79e690752511b9ca9916/web/public_html/index.html#L215 Maybe use a drop handler on the body element instead? If I drop a torrent or a magnet on the page I want it added. I would not want...
Forward compatibility was broken when this change was implemented for the 3.00 release. The old and preferred behavior was to sanitize/remove all unknown attributes. For the Shift interface this meant...
### What is the issue? Aside from having a different `torrent-get` (`downloadDir`) from `torrent-set` (`location`) argument, the setter argument still seems to be ignored. So an extra `torrent-set-location` call needs...
New fields are being introduced in the RPC with new versions of Transmission. [See RPC document.](https://github.com/transmission/transmission/blob/798022ac77b5f5efa2e6d70393a8f1a936e598f8/docs/rpc-spec.md?plain=1#L937) These fields have either hyphenated names like "script-torrent-done-seeding-filename" or camel-case names like "percentComplete" or...
When I start a certain video file with softsubs it seams like the player just times out. When using no subs or when hardsubbing while transcoding (Allow subtitle extraction on...
I currently run Bullseye with a Buster kernel on ye olde QNAP TS119. And after having a kernel clusterf*ck of my own design (kernel in flash older than kernel on...
### What is the issue? Currently there is no way for Transmission clients to store extra data for session and torrents that is not explicitly mapped to existing functionality. This...
Post your label images here and I might add them to the collection. (And you still might make your fellow Shift users happy if I don't.) Preferably use SVG and...
Related to #2. http://andrelgava.github.io/font-awesome-extension/ does not exist anymore. Just have a script run over the CSS to generate the icons for README.md.
Inspired by #6023. I've implemented filtering on error status messages in [Shift](https://github.com/killemov/Shift). The filter itself contains all currently known error messages as-is. Some of these messages are very specific and...