When you select status "Seeding" you should see a "Karma" column. That is similar to ratio but is calculated slightly different.
Shift, a new web UI - UPDATE 2025.07.15
Re: Shift, a new web UI - UPDATE 2023.03.29
Re: Shift, a new web UI - UPDATE 2023.03.29
Thanks a lot, i saw that after, but it was not very intuitive for me with this name !
bt i would prefer to see ratio instead of %, i am wondering if we can change that.
bt i would prefer to see ratio instead of %, i am wondering if we can change that.
Re: Shift, a new web UI - UPDATE 2023.03.29
Ok. You can change that easily by forking Shift on Github and make any changes you need. I will keep it as is.
Shift, a new web UI - UPDATE 2023.07.13
Changelog
- Fixed magnet name handling.
Shift, a new web UI - UPDATE 2023.11.16
Changelog
- Added sequential download toggle.
Shift, a new web UI - UPDATE 2023.11.20
Changelog
- Implemented "torrent-verify-force" as "Reconstitute".
Shift, a new web UI - UPDATE 2023.11.27
Changelog
- Removed "Reconstitute" / "torrent-verify-force" following RPC-spec.
Shift, a new web UI - UPDATE 2024.02.15
Changelog
- Fixed "Relocate" controls being broken after closing dialog.
Shift, a new web UI - UPDATE 2024.05.05
Changelog
- Fixed exception for zero torrents in Transmission.
- Fixed creation of phantom torrent nodes.
Shift, a new web UI - UPDATE 2024.05.09
Changelog
- Implemented batch path substitution.
Shift, a new web UI - UPDATE 2024.05.15
Changelog
- Implemented file link template system.
- Implemented larger size units and calculation.
Shift, a new web UI - UPDATE 2025.06.25
Changelog
- Implemented method and examples for added functionality.
Shift, a new web UI - UPDATE 2025.07.15
Changelog
- Implemented extensive labeling functionality.
- Implemented larger size units and calculation.
- Added labels.css for styling labels.
- Added field "contentMagic" to turn on/off showing cover art.
- Implemented replacing magnet with torrent.
- Extended keyboard shortcuts and navigation support.
- Implemented torrent error filter.
- Implemented MIME type column.
- Implemented folding folders.
- Implemented localStorage for Shift settings.
- Implemented reverting Shift settings.
- Made peer and tracker tables sortable.
- Added progress dialog for long operations.
- Rewrite of combining column/field/status definitions.
- Replaced lists of columns/fields per status with bits.
- Rewrite of event handlers on main torrents table.
- Simplified riffwave code.
- Improved filtering/sorting/rendering of torrents.
-
- Posts: 2
- Joined: Sat Sep 14, 2024 9:43 pm
Re: Shift, a new web UI - UPDATE 2025.07.15
Standard remote web console works in Transmission
Downloaded files to /User/[username]/Shift-master
Edited info.plist in Transmission app to set TRANSMISSION_WEB_HOME variable below:
Ran these two commands to refresh environment variables in Terminal:
Ran chmod -R 777 ./ within Shift-master folder to ensure permissons were correct
However, on loading http://localhost:9091/transmission/web no torrents are shown:
What should I try next?
I see reference to ensuring the Shift-master folder is in the same folder as the Transmission daemon but that doesn't appear to exist on Mac so have run out of ideas to try.
Downloaded files to /User/[username]/Shift-master
Edited info.plist in Transmission app to set TRANSMISSION_WEB_HOME variable below:
Code: Select all
<key>LSEnvironment</key>
<dict>
<key>TRANSMISSION_WEB_HOME</key>
<string>/Users/[username]/Shift-master</string>
</dict>
Code: Select all
First command /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
Second command
killall Finder
However, on loading http://localhost:9091/transmission/web no torrents are shown:
What should I try next?
I see reference to ensuring the Shift-master folder is in the same folder as the Transmission daemon but that doesn't appear to exist on Mac so have run out of ideas to try.
Last edited by TSUser2024 on Sun Sep 15, 2024 11:55 pm, edited 1 time in total.
Re: Shift, a new web UI - UPDATE 2025.07.15
Hey TSUser2024, you are seeing the Shift interface so the path setting is correct. You are probably using some other browser than Firefox. There are two paths to be considered, the easiest one is to just install Firefox and we all get on with our lives, or ... you open a development console in your browser and look at the messages that are printed to the console and post a useful extraction and interpretation of that in a new issue here.