Carl Hall
Carl Hall
I wrote a script to rudimentarily check for implementation details. It works by reading what is posted on the [Subsonic API page](http://www.subsonic.org/pages/api.jsp) then searching [`server/server.go`](https://github.com/sentriz/gonic/blob/master/server/server.go) for string matches. This doesn't...
Here are the scripts I used to generate this: https://gist.github.com/thecarlhall/718de74c702e5d7993260e42d7160507
@spl0k Given the size of this work, I'd like to commit it in multiple PRs. If you're cool with that, I can post the first one for getPodcasts, createPodcastChannel, deletePodcastChannel,...
Hi, @spl0k. Work has taken over all of my time. My local repo has some near-finished changes in it (+330,-86). I'll take a look through my notes to make a...
per AirSonic, `refreshPodcasts` updates the list and downloads the latest episodes (to the configured limit), and deletes episodes if there are more than the limit. I'll impl this in the...
(after thinking a bit more) I think I see now what you're saying about UUIDs. That's clever, and pretty easy to impl. Thanks!
Hey- just checking in to let you know that progress is slow but steady. I'm writing for tests for downloadPodcastEpisode, refreshPodcasts, and stream in the API, and download & refresh...
`10.8.0.1` is a default value in `ec2gaming-vnc.sh`. You'll need to update this value to point to where your server is running.
Closing as dependency upgrades for things like checkstyle are handled by a bot, and this particular version is woefully out of date this point.
Ahh, thanks for the call out about scope changing. Would you please update the PR without the checkstyle version change?