Skip to content

Commit

Permalink
Added acknowledgments to README, some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Mar 24, 2021
1 parent 9e02cbb commit b06a3fb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[//]: # (dart-daap-client)
[//]: # (CHANGELOG.md)

# Changelog

## 0.0.0
* null
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
Contents
* [Installation](#installation)
* [Usage](#usage)
* [Acknowledgments](#acknowledgments)
* [Licensing](#licensing)
* [Contacts](#contacts)

Expand Down Expand Up @@ -298,6 +299,14 @@ $ tree
└── 22. Finale.mp3
```

## Acknowledgments
* [Digital Audio Access Protocol (DAAP) Protocol documentation v0.2](http://tapjam.net/daap/)
* [Digital Audio Access Protocol (DAAP) Protocol documentation Version 0.3](https://github.com/bjoernricks/daap-protocol/)
* [DAAP client library implemented in Python](https://github.com/tominsam/PythonDaap/)
* [spydaap: a simple DAAP server for python](https://github.com/egh/spydaap/)
* [nodejs DAAP parser](https://github.com/roblan/daap-parser/)
* [A C/C++ library to share digital audio between computers on a network, reverse engineered from and compatible with Apple's iTunes 4.0 implementation](https://sourceforge.net/projects/daap/)

## Licensing
dart-daap-client uses the MIT license. Please check the MIT-LICENSE file for more details.

Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
- Mb write console client example program.
- Write tests marked as TODOs.
- Add range header support in getSong client method.
- Add acknowledgements to README.
- Automate package publishing.
- Implement getting song artwork.

0 comments on commit b06a3fb

Please sign in to comment.