Senan Kelly
Senan Kelly
@UberPinguin what does your reverse proxy setup look like?
can you try `proxy_pass http://192.168.2.6:4747/;` as per https://github.com/sentriz/gonic/wiki/reverse-proxy
@NadCat1 can you try do a coredump so I can see where it's hanging? For docker it would be `docker stop -s SIGQUIT`
Maybe try --signal, or but the container name at the end of the command https://docs.docker.com/reference/cli/docker/container/stop/#options
@Abhimanyu310 navidrome is not gonic. if you are using navidrome then you should ask them
hi @khers, it uses a lastfm api of the same name https://github.com/sentriz/gonic/blob/master/server/ctrlsubsonic/handlers_by_tags.go#L641-L664
> When browsing a folder, is sort order controlled by the client or by the server? I'd like to have them sorted alphabetically (natural sort ideally), but they are sorted......
> Hey, leaving this here in case I don't need to create a separate issue, i currently have my music under /srv/music/ and each artist is a folder with album...
interesting, i think i'd need to weigh up the pros and cons here. this is what the subsonic "browse by folder" mode is for. have you tried that?
hi Brian, interesting idea. do you see that that would be solved by https://github.com/opensubsonic/open-subsonic-api/pull/168 ? I haven't had time to look into the new proposal deeply yet