johman10 / flood-for-transmission

A Flood (https://github.com/Flood-UI/flood) clone for Transmission
GNU General Public License v3.0
353 stars 33 forks source link

Not Working on Mac with Transmission 4.0.4 #536

Closed mslmn closed 10 months ago

mslmn commented 1 year ago

I followed the install instructions for Mac but when I restart Transmission it still uses the default webui.

johman10 commented 1 year 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

mslmn commented 1 year ago
Screenshot 2023-09-12 at 12 52 25 Screenshot 2023-09-12 at 12 51 52
johman10 commented 1 year ago

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.

mslmn commented 1 year ago

I've done that but it's still using the default webui.

Screenshot 2023-09-12 at 14 28 20
johman10 commented 1 year ago

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

mslmn commented 1 year ago

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

johman10 commented 1 year ago

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.

mslmn commented 1 year ago

It's working now. Thanks!

johman10 commented 1 year ago

I would like to keep this ticket open as a reminder for me to update the README.