Third party client of Douban.FM for Mac. For more details, refer to our Homepage.
- NO Flash, NO web broswer
- Native code, battery friendly
- Silently rest in your status bar
- More features (Time Machine, Search, etc.)
Download precompiled version
To contribute or compile diumoo by yourself, follow instructions below:
git clone git@github.com:shanzi/diumoo.git
git submodule init # Initialize dependencies
Then you can open diumoo.xcodeproj
and modify the code or compile it.
Pull requests are extremely welcomed. Fork and conforms to GitHub workflow before contribution :)
NOTICE: We use master
branch for developing and new pull requests will be merged into master
.
For latest stable version, pleace switch to release
branch.
Since 1.6 we will move to Swift 3+. Please make sure you compile with Xcode >= 8.1.
- migrate to CocoaPods instead of git submodules
- migrate to swift (Anakin is working on this)
Currently, this project is mainly maintained by:
More developers are wanted!
Main code of this project is licensed under GPLv3. For more details refer to LICENSE. All codes under extern are external dependencies and are still licensed under their original licenses.