From 0bfef018750e4791f142136c1f802ce0cb6a2fa4 Mon Sep 17 00:00:00 2001 From: Kim Wittenburg Date: Thu, 3 Sep 2015 06:14:52 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..026db6c --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +TagTunes is an application that uses Apple's [Search API][Search API] to get tags for your music files direcly from the iTunes store. With TagTunes you can easily clean your music library using exactly the tags that Apple itself uses. + +##[Download TagTunes][Download] + +---------- + +## Some random questions and answers + +#### How do I install TagTunes? +> To install TagTunes [download][Download] the disk image and mount it by double-clicking it in the Finder. Then drag the *TagTunes* icon to any folder you like and run it. + +#### How do I use TagTunes? +> Have a look at the [TagTunes Wiki][Wiki]. + +#### How does TagTunes work? +> TagTunes uses Apple's [Search API][Search API] to get its tags. + +#### The tags I got from TagTunes differ from the one's in the iTunes Store. +> Unfortunately Apple's Search API does not always return the name results as the iTunes Store does. This mainly affects composers (which aren't returned by the Search API at all) and track titles. + +#### Does TagTunes support other sources than the Search API? +> No, currently TagTunes does not support other sources. + + + +[Search API]: https://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html +[Download]: https://bitbucket.org/Codello/tagtunes/wiki/Releases/TagTunes%201.0.dmg +[Wiki]: https://bitbucket.org/Codello/tagtunes/wiki \ No newline at end of file