README
This commit is contained in:
+1
-1
@@ -13,4 +13,4 @@ script:
|
|||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- marty.schoch@gmail.com
|
- deluan@deluan.com
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
GoSonic
|
GoSonic
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
[](https://travis-ci.org/deluan/gosonic)
|
||||||
|
|
||||||
### About
|
### About
|
||||||
|
|
||||||
__This is still a work in progress, and has no releases available__
|
__This is still a work in progress, and has no releases available__
|
||||||
|
|
||||||
GoSonic is an application that implements the [Subsonic API](http://www.subsonic.org/pages/api.jsp), but instead of
|
GoSonic is an application that implements the [Subsonic API](http://www.subsonic.org/pages/api.jsp), but instead of
|
||||||
having its own music library like the original [Subsonic application](http://www.subsonic.org), it interacts directly
|
having its own music library like the original [Subsonic application](http://www.subsonic.org), it interacts directly
|
||||||
@@ -12,10 +14,13 @@ with your iTunes library.
|
|||||||
The project's main goals are:
|
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
|
||||||
|
[DSub](http://www.subsonic.org/pages/apps.jsp#dsub),
|
||||||
|
[Jamstash](http://www.subsonic.org/pages/apps.jsp#jamstash))
|
||||||
* Use all metadata from iTunes
|
* Use all metadata from iTunes
|
||||||
* Update play counts, last played dates, ratings, etc.. on iTunes
|
|
||||||
* Use iTunes interface to manage your music
|
* Use iTunes interface to manage your music
|
||||||
* Learning Go ;)
|
* Update play counts, last played dates, ratings, etc.. on iTunes
|
||||||
|
* Learning Go ;) [](https://golang.org)
|
||||||
|
|
||||||
Currently implementing [API version](http://www.subsonic.org/pages/api.jsp#versions):
|
Currently implementing [API version](http://www.subsonic.org/pages/api.jsp#versions):
|
||||||
|
|
||||||
@@ -23,10 +28,12 @@ Currently implementing [API version](http://www.subsonic.org/pages/api.jsp#versi
|
|||||||
* 1.2.0
|
* 1.2.0
|
||||||
|
|
||||||
|
|
||||||
### Useful Links
|
### Useful Links
|
||||||
|
|
||||||
#### Frameworks/Projects
|
#### Frameworks/Projects
|
||||||
https://github.com/golang/go/wiki/Projects
|
https://github.com/golang/go/wiki/Projects
|
||||||
|
https://golanglibs.com/
|
||||||
|
https://github.com/deluan/tuner
|
||||||
|
|
||||||
#### REST/Web
|
#### REST/Web
|
||||||
http://beego.me/
|
http://beego.me/
|
||||||
|
|||||||
Reference in New Issue
Block a user