mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-07 02:43:17 +03:00
README
This commit is contained in:
parent
1a4f783669
commit
aad9afa1bb
23
README.md
23
README.md
@ -15,17 +15,19 @@ The project's main goals are:
|
|||||||
|
|
||||||
* Full compatibility with the available [Subsonic clients](http://www.subsonic.org/pages/apps.jsp)
|
* Full compatibility with the available [Subsonic clients](http://www.subsonic.org/pages/apps.jsp)
|
||||||
(only being tested with
|
(only being tested with
|
||||||
[DSub](http://www.subsonic.org/pages/apps.jsp#dsub),
|
[DSub](http://www.subsonic.org/pages/apps.jsp#dsub) and
|
||||||
[Jamstash](http://www.subsonic.org/pages/apps.jsp#jamstash))
|
[Jamstash](http://www.subsonic.org/pages/apps.jsp#jamstash))
|
||||||
* Use all metadata from iTunes
|
* Use all metadata from iTunes, so that you can keep using iTunes to manage your music
|
||||||
* 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
|
||||||
* Update play counts, last played dates, ratings, etc.. on iTunes (at least on Mac OS)
|
|
||||||
* Learning Go ;) [](https://golang.org)
|
* Learning Go ;) [](https://golang.org)
|
||||||
|
|
||||||
Supported [Subsonic API version](http://www.subsonic.org/pages/api.jsp#versions):
|
|
||||||
|
|
||||||
* _1.0.0 ← In progress_
|
### Supported Subsonic API version:
|
||||||
* 1.2.0
|
|
||||||
|
| Version | Notes |
|
||||||
|
|-------------|---------------------------|
|
||||||
|
| 1.0.0 | _In Progress_ |
|
||||||
|
|
||||||
|
|
||||||
### Development Environment
|
### Development Environment
|
||||||
|
|
||||||
@ -47,7 +49,7 @@ $ bee run
|
|||||||
# Start test runner on the browser
|
# Start test runner on the browser
|
||||||
$ NOLOG=1 goconvey --port 9090
|
$ NOLOG=1 goconvey --port 9090
|
||||||
|
|
||||||
# Runa all tests
|
# Run all tests
|
||||||
$ go test ./... -v
|
$ go test ./... -v
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -57,16 +59,15 @@ $ go test ./... -v
|
|||||||
#### Frameworks/Projects
|
#### Frameworks/Projects
|
||||||
* https://github.com/golang/go/wiki/Projects
|
* https://github.com/golang/go/wiki/Projects
|
||||||
* https://golanglibs.com/
|
* https://golanglibs.com/
|
||||||
* https://github.com/deluan/tuner
|
|
||||||
|
|
||||||
#### REST/Web
|
#### REST/Web
|
||||||
* http://beego.me/
|
* http://beego.me/
|
||||||
|
|
||||||
#### DB
|
#### DB
|
||||||
* https://github.com/HouzuoGuo/tiedot
|
* http://ledisdb.com
|
||||||
|
|
||||||
#### Search
|
#### Search
|
||||||
* http://blevesearch.com
|
* https://github.com/sunfmin/redisgosearch
|
||||||
|
|
||||||
#### Testing
|
#### Testing
|
||||||
* http://goconvey.co/
|
* http://goconvey.co/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user