maihde / roku_subsonic

Roku TV frontend for the Subsonic streaming music server
GNU General Public License v3.0
21 stars 7 forks source link

Set default port in server URL #1

Closed MidnightJava closed 12 years ago

MidnightJava commented 12 years ago

Use port 4040 as default in server URL if port not specified by user

MidnightJava commented 12 years ago

I'm going to modify the implementation of this. The current implementation assumes that the user will enter a server URL with no path component, since this is how the standalone subsonic server is invoked. However, the web app version will have a context path specified in the URL. Therefore, rather than adding the default port setting to the end of the URL (the current implementation), it will be added to the end of the host part of the URL.