Skip to content

Commit

Permalink
Update README. Change licence to MIT.
Browse files Browse the repository at this point in the history
Not gonna lie, I searched a bit how to create an external program to communicate with an extension. It's way to much work compared to how much people use this. Plus, there are some working alternative.
  • Loading branch information
Wykks committed Nov 19, 2017
1 parent 5b36b79 commit 7abd4dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ From Firefox 57 onwards, WebExtensions will be the only supported extension type
UNP rely on io/file api which doesn't exist in WebExtension API (https://bugzilla.mozilla.org/show_bug.cgi?id=1246236). This means I'll have to create an external app in addition to simply porting UNP to WebExtension.

To be honest, I kind of lost interest in developping browser extension (and I'm not using UNP since years).
But I'll probably to the work someday if enough people find this extension usefull (and are OK with **running an external program in addition to Firefox or Chrome**).

And, of course, patch are always welcome :)
You can do whatever you want with this. It's now MIT licenced.

[Untamed Now Playing](https://github.com/Wylk/Untamed-Now-Playing-Next)
=================
Expand Down Expand Up @@ -113,7 +112,7 @@ Nightbot support and Stream check feature disabled (not ported to Firefox yet),

Licence
--------------------------------------
This software is provided "AS IS" without warranty of any kind, either expressed or implied. Licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/deed).
MIT

This software uses the following libraries developed by third parties, and are licenced seperately;
* [jQuery](http://jquery.com) (MIT License)
Expand Down
5 changes: 0 additions & 5 deletions data/common/options/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
h('p', null,
h(Markup, { markup: t('about_license_1'), trim: false })
),
h('p', null,
h('a', { rel: 'license', href: 'http://creativecommons.org/licenses/by-sa/3.0/deed' },
h('img', { alt: 'Creative Commons Licence', style: 'border-width:0', src: 'http://i.creativecommons.org/l/by-sa/3.0/88x31.png' })
)
),
h('p', null, t('about_license_2')),
h('ul', null,
h('li', null,
Expand Down
2 changes: 1 addition & 1 deletion data/common/options/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"about_limi_1": "At the moment, now playing data is only saved when the song intially plays and is only updated when the next song starts playing. Thus if you stop playing music, the output file will still contain the last song played.",
"about_limi_2": "Firefox limits what directories can be saved to, if you run into problems, try saving to a subdirectory of your profile (C:\\Users\\USERNAME* or C:\\Documents and Settings\\USERNAME*).",
"about_license": "License",
"about_license_1": "This software is provided 'AS IS' without warranty of any kind, either expressed or implied. Licensed under a <a rel='license' href='http://creativecommons.org/licenses/by-sa/3.0/deed'>Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.",
"about_license_1": "This software is provided 'AS IS' without warranty of any kind, either expressed or implied. Licensed under a MIT.",
"about_license_2": "This software uses the following libraries developed by third parties;",
"about_license_3": "Additionally, the main icon was designed by <a target='_blank' href='http://csscreme.com/freeicons/'>CSS Creme</a>.",
"contact_1": "If you have any suggestions, feedback, etc, you can post on <a target='_blank' href='http://obsproject.com/forum/viewtopic.php?f=22&amp;t=2614'>OBS forum</a> or on <a target='_blank' href='https://github.com/Wykks/Untamed-Now-Playing-Next'>GitHub</a>.",
Expand Down
2 changes: 1 addition & 1 deletion data/common/options/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"about_limi_1": "Pour le moment, les informations 'Playing Now' ne sont sauvegardé qu’au moment où la musique démarre. De ce fait, si vous arrêtez de jouer de la musique, la sortie continuera de contenir la dernière chanson jouée.",
"about_limi_2": "Firefox impose certaine restriction comme le répertoire : si vous rencontrer un problème essayer de placer le fichier dans votre répertoire utilisateur.",
"about_license": "Licence",
"about_license_1": "Ce logiciel est fourni 'TEL QUEL' sans garantie d'aucune sorte, il est mise à disposition selon les termes de la <a rel='license' href='http://creativecommons.org/licenses/by-sa/3.0/deed'>Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.",
"about_license_1": "Ce logiciel est fourni 'TEL QUEL' sans garantie d'aucune sorte, il est mise à disposition selon les termes de la MIT.",
"about_license_2": "Ce logiciel utilise les bibliothèques suivantes développées par des tiers;",
"about_license_3": "En outre, l'icône principale a été conçu par <a target='_blank' href='http://csscreme.com/freeicons/'> CSS Creme </a>.",
"contact_1": "Si vous avez des propositions, retours, etc, vous pouvez poster sur le <a target='_blank' href='http://obsproject.com/forum/viewtopic.php?f=22&amp;t=2614'>forum d'OBS </a> ou sur le <a target='_blank' href='https://github.com/Wykks/Untamed-Now-Playing-Next'>GitHub</a>.",
Expand Down
2 changes: 1 addition & 1 deletion data/common/options/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"about_limi_1": "现在,正在播放信息只会在歌曲刚开始播放时保存,并且只在下一首歌播放后更新。因此如果你停止播放音乐,输出文件仍然会保持为你播放的上一个音乐。",
"about_limi_2": "Firefox限制保存目录,如果你在运行时出现问题,试着将文件保存在你的个人文档的子文件夹下(C:\\Users\\USERNAME* 或 C:\\Documents and Settings\\USERNAME*)。",
"about_license": "许可",
"about_license_1": "This software is provided 'AS IS' without warranty of any kind, either expressed or implied. Licensed under a <a rel='license' href='http://creativecommons.org/licenses/by-sa/3.0/deed'>Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.",
"about_license_1": "This software is provided 'AS IS' without warranty of any kind, either expressed or implied. Licensed under a MIT.",
"about_license_2": "本软件使用如下第三方库:",
"about_license_3": "另外,主图标是由<a target='_blank' href='http://csscreme.com/freeicons/'>CSS Creme</a>设计。",
"contact_1": "如果你有任何建议和反馈,可以在这里<span style='text-decoration:underline;'>http://obsproject.com/forum/viewtopic.php?f=22&amp;t=2614</span> 或这里 <span style='text-decoration:underline;'>https://github.com/Wykks/Untamed-Now-Playing-Next</span>发帖。",
Expand Down

0 comments on commit 7abd4dd

Please sign in to comment.