diff --git a/README.md b/README.md index a8064e6..580d910 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,75 @@ # musescore-downloader +**English** | [简体中文](#musescore-downloader-1) + +> download sheet music from musescore.com for free, no login or Musescore Pro required + +**Star this project on [Github](https://github.com/Xmader/musescore-downloader)** +**Rate this on [Greasy Fork](https://greasyfork.org/scripts/391931)** + +![](screenshot.png) + +## About + +Musescore Pro ($6.99/mo) is required to download sheet music from musescore.com recently. (However, a few months ago, it was free to download.) + +The Musescore company said that this is about copyright and licensing. They must pay to the copyright owners. + +Many musics on musescore.com are already in the **Public Domain**, that means either the author posted them in Public Domain, or the author has been dead for over 70 years. +Do they need to pay to those composers who died hundreds of years ago? +*Update: sheets in Public Domain are able to be downloaded without Musescore Pro now, but we still need an account to access them.* + +Also, there are many sheet music authors on musescore.com who created their own songs and posted them under [CC-BY-**NC** (Creative Commons Attribution-**NonCommercial**) License](https://creativecommons.org/licenses/by-nc/4.0/). +Is it illegal that they sell them for **profit**? +*Note: Putting ads (to sell Musescore Pro) on the website also means to generate revenue.* + +This is absolutely not acceptable, and the only purpose is to profit from stealing. + +There is an article on their website: [Score download becomes a part of the Pro subscription](https://musescore.com/groups/improving-musescore-com/discuss/5044610) + +## Installation + +This script is available as a [Userscript](https://en.wikipedia.org/wiki/Userscript). To use this Userscript, you need to first install a [user script manager](https://greasyfork.org/en/help/installing-user-scripts), like Tampermonkey. + +Install from [Greasy Fork](https://greasyfork.org/scripts/391931) + +View this project on [Github](https://github.com/Xmader/musescore-downloader) + +This repo is also available on IPFS to avoid DMCA takedown. + +## Feedback + +[Github Issues](https://github.com/Xmader/musescore-downloader/issues) + +## License + +MIT + +## About DMCA + +To the Musescore company: +If you want to DMCA take down this repo, +Could you imagine that your website is taken down because you disobey the principles of Public Domain and Creative Commons? + +PS: There is no problem that you get money by doing piano tutorials. + +PPS: Thank you for your [react-native-musescore](https://github.com/Xmader/react-native-musescore) project. + +--- + +# musescore-downloader + +[English](#musescore-downloader) | **简体中文** +*中英文版本项目 README 分开撰写,中文版较不完整。如果有能力,请阅读英文版。* + > 免登录、免 Musescore Pro,下载 musescore.com 上的曲谱 +**在 [Github](https://github.com/Xmader/musescore-downloader) 上给项目打星** +**在 [Greasy Fork](https://greasyfork.org/scripts/391931) 上给项目评分** + +![](screenshot.png) + ## 关于 在 musescore.com 上下载曲谱需要支付 Musescore Pro 了, @@ -13,9 +80,11 @@ ## 安装、更新、讨论 -[Greasy Fork](https://greasyfork.org/scripts/391931) +脚本以 [Userscript](https://en.wikipedia.org/wiki/Userscript) 的形式提供,需要事先安装一个 [用户脚本管理器](https://greasyfork.org/zh-CN/help/installing-user-scripts),例如 Tampermonkey -[Github](https://github.com/Xmader/musescore-downloader) +在 [Greasy Fork](https://greasyfork.org/scripts/391931) 上查看、安装 + +在 [Github](https://github.com/Xmader/musescore-downloader) 上查看、讨论、更新 ## License diff --git a/package.json b/package.json index d3b4a10..08fff8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "musescore-downloader", "version": "0.1.6", - "description": "免登录、免 Musescore Pro,下载 musescore.com 上的曲谱", + "description": "download sheet music from musescore.com for free, no login or Musescore Pro required | 免登录、免 Musescore Pro,免费下载 musescore.com 上的曲谱", "main": "dist/main.js", "repository": { "type": "git", diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..9391b2f Binary files /dev/null and b/screenshot.png differ