diff --git a/package.json b/package.json index 94f2391..f133f79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kodi/echo", - "version": "0.1.0", + "version": "0.2.0", "description": "Browser Extension for sharing content with Kodi.", "keywords": [ "kodi", diff --git a/readme.md b/readme.md index dcaf3b8..6e6f506 100644 --- a/readme.md +++ b/readme.md @@ -1,18 +1,18 @@ -# [Kodi](https://github.com/xbmc/xbmc) Echo ― Browser Extension +# Echo for [Kodi](https://github.com/xbmc/xbmc) ― Browser Extension - + ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/jaylinski/kodi-echo.svg) ![npm dependencies](https://img.shields.io/david/jaylinski/kodi-echo.svg) -Kodi Echo lets you share your favorite content with Kodi (XBMC). +Echo for Kodi lets you share your favorite content with Kodi (XBMC). Should work with all [WebExtension](https://developer.mozilla.org/en-US/Add-ons/WebExtensions) compatible browsers including Mozilla Firefox, Google Chrome and Microsoft Edge. If you want to try a more complete and robust extension, consider installing the [Play to Kodi](https://github.com/khloke/play-to-xbmc-chrome) Chrome extension. -Check out the [comparison between Kodi Echo and Play to Kodi](#comparison-with-play-to-kodi) for more details. +Check out the [comparison between Echo for Kodi and Play to Kodi](#comparison-with-play-to-kodi) for more details. ## Features @@ -22,9 +22,9 @@ Check out the [comparison between Kodi Echo and Play to Kodi](#comparison-with-p * Built with the latest technologies the web offers.
- - - + + + ## Installation @@ -87,18 +87,18 @@ It only sends requests to your configured Kodi host. #### Comparison with Play to Kodi -| | Kodi Echo | [Play to Kodi](https://github.com/khloke/play-to-xbmc-chrome) | -| ---------------------- | ---------- | ------------ | -| Avoids content scripts | ✅ | ❎ | -| Adds a context menu | ✅ | ✅ | -| Replay notifications | ✅ | ❎ | -| Key mappings | ❎ | ✅ | -| Favorites | ❎ | ✅ | -| Multiple devices | ❎ | ✅ | -| Number of plugins | 5 | \> 30 | -| Languages (i18n) | 2 (en, de) | 1 (en) | -| Communication | WebSockets | HTTP | -| Uses standard WebExtensions API | ✅ | ❎ | +| | Echo for Kodi | [Play to Kodi](https://github.com/khloke/play-to-xbmc-chrome) | +| ---------------------- | ------------- | ------------ | +| Avoids content scripts | ✅ | ❎ | +| Adds a context menu | ✅ | ✅ | +| Replay notifications | ✅ | ❎ | +| Key mappings | ❎ | ✅ | +| Favorites | ❎ | ✅ | +| Multiple devices | ❎ | ✅ | +| Number of plugins | 5 | \> 30 | +| Languages (i18n) | 2 (en, de) | 1 (en) | +| Communication | WebSockets | HTTP | +| Uses standard WebExtensions API | ✅ | ❎ | ## Development @@ -131,4 +131,4 @@ awesome Kodi projects [Chorus2](https://github.com/xbmc/chorus2) and [Kore](http ## Copyright and license -Kodi Echo is licensed under the MIT License - see the `LICENSE` file for details. +Echo for Kodi is licensed under the MIT License - see the `LICENSE` file for details. diff --git a/screenshots/screenshot_1_controls.png b/screenshots/screenshot_1_controls.png index 25b537a..fa7122a 100644 Binary files a/screenshots/screenshot_1_controls.png and b/screenshots/screenshot_1_controls.png differ diff --git a/screenshots/screenshot_2_playlist.png b/screenshots/screenshot_2_playlist.png index a7a8c9a..ea2c241 100644 Binary files a/screenshots/screenshot_2_playlist.png and b/screenshots/screenshot_2_playlist.png differ diff --git a/screenshots/screenshot_3_device.png b/screenshots/screenshot_3_device.png index 5f5e377..424943c 100644 Binary files a/screenshots/screenshot_3_device.png and b/screenshots/screenshot_3_device.png differ diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json index 6454b65..d0f1af4 100644 --- a/src/_locales/de/messages.json +++ b/src/_locales/de/messages.json @@ -1,9 +1,9 @@ { "extensionName": { - "message": "Kodi Echo" + "message": "Echo for Kodi" }, "extensionDescription": { - "message": "Mit Kodi Echo kannst du Web-Inhalte mit Kodi teilen." + "message": "Mit Echo for Kodi kannst du Web-Inhalte mit Kodi teilen." }, "statusNoConnection": { "message": "Verbindung mit Kodi konnte nicht hergestellt werden" diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 9c5def2..010749e 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -1,9 +1,9 @@ { "extensionName": { - "message": "Kodi Echo" + "message": "Echo for Kodi" }, "extensionDescription": { - "message": "With Kodi Echo you can share web content with Kodi." + "message": "With Echo for Kodi you can share web content with Kodi." }, "statusNoConnection": { "message": "Could not establish connection with Kodi" diff --git a/src/assets/logo.png b/src/assets/logo.png old mode 100644 new mode 100755 index 449128e..b3f9f43 Binary files a/src/assets/logo.png and b/src/assets/logo.png differ diff --git a/src/assets/logo.svg b/src/assets/logo.svg new file mode 100755 index 0000000..2936bd2 --- /dev/null +++ b/src/assets/logo.svg @@ -0,0 +1,11 @@ + + + diff --git a/src/manifest.json b/src/manifest.json index 2dc2c05..ee40eb5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, - "name": "Kodi Echo", - "version": "0.1.1", + "name": "Echo for Kodi", + "version": "0.2.0", "description": "__MSG_extensionDescription__", "homepage_url": "https://github.com/jaylinski/kodi-echo", "content_security_policy": "default-src 'self'; connect-src ws:; style-src 'self' 'unsafe-inline'", @@ -16,7 +16,7 @@ }, "browser_action": { "default_icon": "assets/icon-48.png", - "default_title": "Kodi Echo", + "default_title": "Echo for Kodi", "default_popup": "pages/popup/index.html" }, "options_ui": { diff --git a/src/modules/views/footer.js b/src/modules/views/footer.js index c182219..d2f5bff 100644 --- a/src/modules/views/footer.js +++ b/src/modules/views/footer.js @@ -3,7 +3,7 @@ import { html } from './../utils/dom.js'; export default (store, i18n, manifest) => html`