sharing with non subsonic.org domain
Brought to you by:
sindre_mehus
I have a domain setup to use with my subsonic server which is not within the subsonic.org domain system. When I click on the sharing link, it reports that I must setup the 'easy to remember' address in the network settings.
The sharing entry is setup but the share dialog does not appear.
There should either be a way to indicate the domain name to use for sharing or have the application recognize the custom domain that is being used.
Anonymous
I am facing the same problem, would be really nice to get this fixed.
Same issue here, please fix this!
I already had my webserver setup. I just installed the app and opened the port to the outside world from my router. All I needed was a dns entry pointing to the url with my outside ip address on the router. Presto...no mess no fuss.
Still a problem 4 years later...
Looks like you can change the getShareBaseURL function in ShareService.java.
That should allow you to share with your own domain.
public String getShareBaseUrl() {
return "http:// http:/// " + settingsService.getUrlRedirectFrom() + ".subsonic.org/share/";
}
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Thank you!!