mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
2 KiB
2 KiB
GoSonic
About
This is still a work in progress, and has no releases available
GoSonic is an application that implements the Subsonic API, but instead of having its own music library like the original Subsonic application, it interacts directly with your iTunes library.
The project's main goals are:
- Full compatibility with the available Subsonic clients (only being tested with DSub and Jamstash)
- Use all metadata from iTunes, so that you can keep using iTunes to manage your music
- Keep iTunes stats (play counts, last played dates, ratings, etc..) updated, at least on Mac OS X
- Learning Go ;)
Supported Subsonic API version:
Version | Notes |
---|---|
1.2.0 | In Progress |
Development Environment
You will need to install Go 1.6
Then install dependencies:
$ go get github.com/beego/bee
$ go get github.com/gpmgo/gopm
$ gopm get -v -g
From here it's a normal BeeGo development cycle. Some useful commands:
# Start local server (with hot reload)
$ bee run
# Start test runner on the browser
$ NOLOG=1 goconvey --port 9090
# Run all tests
$ go test ./... -v
Useful Links
Frameworks/Projects
REST/Web
DB
Search
- https://github.com/sunfmin/redisgosearch
- http://patshaughnessy.net/2011/11/29/two-ways-of-using-redis-to-build-a-nosql-autocomplete-search-index