-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General support #538
Comments
Hey, I am using the docker installation. I am trying to get proper podcast episode names going, but they are just a random ID. What I gathered from the issues, they should have proper names? I couldn't find the config parameter, if there is one. Am I missing something? Otherwise, thanks for this piece of software, other than my (minor) problems, it works flawlessly :D |
hey, could you provide a link to the RSS feed |
That would be this one: http://rocketbeans.tv/podcasts/pen_and_paper.xml |
ah I can see that the filenames are random strings and numbers . but when browsing with a subsonic client it looks good. is the issue only on the filesystem? or in a client there are no names either? |
Oh yeah, sorry. I mean on the filesystem. I eventually want to use the directory structure for other things as well, where it would be very beneficial, if the files have readable names |
@lxea an example file is or do I recall we had this issue before and decided not to use the title |
Using gonic-16.0.4 with go-1.22.5, if I pass Is there another setting I'm missing? |
@UberPinguin what does your reverse proxy setup look like? |
|
can you try |
Ah! I hadn't found the wiki, thank you. New, working config:
Thank you very much! |
During intial installation (docker) the process always gets stuck at "starting job "podcast download"". No matter what I try (deleting everything, different images, docker setup vs docker compose, not setting a podcast folder...) it always stays stuck. The longest I've waited was 45 minutes. |
@NadCat1 can you try do a coredump so I can see where it's hanging? For docker it would be |
That command doesn't work: https://i.imgur.com/lNIN5az.png |
Maybe try --signal, or but the container name at the end of the command https://docs.docker.com/reference/cli/docker/container/stop/#options |
According to --help I can only use -t or --time, signal is not a valid option https://i.imgur.com/Xz8fu7p.png |
My app says that subsonic server not found. I used the same credentials on another app called "substreamer" on iOS. I have my music hosted on navidrome, any idea why it cannot find and connect? |
@Abhimanyu310 navidrome is not gonic. if you are using navidrome then you should ask them |
How do getSimilarSongs and getSimilarSongs2 decide on what is similar? I ask because some artists/albums/songs in my collection will return with results and others won't and it isn't clear to me why. For instance if I ask getSimilarSongs to return something similar to 'Houses of the Holy' by Led Zepplin, no problem, I get a list of other bands that I would consider similar. But if I ask for getSimilarSongs to 'that was my brain on elves' by mclusky I get nothing, even though I have several future of the left albums (similar musical style and lots of personnel overlap). |
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 |
In looking for an end point to get the details of a single podcast episode (I don't think there is one, if it exists please show me where I overlooked it) I tried passing the episode ID to getSong as so: Note the same number after the two letter code. Is this expected? (I was surprised because 'pe-4682' != 'tr-4682') |
Use this issue for general support, leaving other issues just for feature requests / bugs. Thanks
The text was updated successfully, but these errors were encountered: