Closed mslmn closed 10 months ago
Too bad it's not working. Could you show the output of:
ls /Applications/Transmission.app/Contents/Resources/web
and ls /Applications/Transmission.app/Contents/Resources
Aha! Please copy all data from flood-for-transmission
into the web folder:
cp /Applications/Transmission.app/Contents/Resources/web/flood-for-transmission/* /Applications/Transmission.app/Contents/Resources/web/
I think then it should start working. Also make sure you restart Transmission to ensure it loads the new files correctly.
I've done that but it's still using the default webui.
Just to clarify: which UI are you seeing and expecting to change?
Perhaps the web UI has moved, could you run: find /Applications/Transmission.app -name index.html
could you run: find /Applications/Transmission.app -name index.html
/Applications/Transmission.app/Contents/Resources/public_html/index.html
/Applications/Transmission.app/Contents/Resources/web/index.html
/Applications/Transmission.app/Contents/Resources/TransmissionHelp/index.html
Just to clarify: which UI are you seeing and expecting to change?
I'm seeing the default webui as opposed to the flood webui
So I guess the UI has moved within the app could you check with:
ls /Applications/Transmission.app/Contents/Resources/public_html
If it lists stylesheets and JavaScript files etc you can try to run the command from the readme (don't skip over the backup) but replace /web
with /public_html
.
It's working now. Thanks!
I would like to keep this ticket open as a reminder for me to update the README.
I followed the install instructions for Mac but when I restart Transmission it still uses the default webui.