Skip to content

Commit

Permalink
Merge pull request #6 from jaylinski/rebranding
Browse files Browse the repository at this point in the history
Comply with Kodi trademark policy
  • Loading branch information
jaylinski authored May 31, 2019
2 parents 7c5086a + 542ec11 commit ca704c5
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
40 changes: 20 additions & 20 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# [Kodi](https:/xbmc/xbmc) Echo ― Browser Extension
# Echo for [Kodi](https:/xbmc/xbmc) ― Browser Extension

<img align="right" src="https:/xbmc/xbmc/raw/master/addons/webinterface.default/icon-128.png" alt="Kodi logo">
<img align="right" width="128" src="src/assets/logo.png" alt="Echo for Kodi logo">

![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:/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

Expand All @@ -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.

<p align="center">
<img align="top" width="297" src="screenshots/screenshot_1_controls.png" alt="Screenshot controls">
<img align="top" width="298" src="screenshots/screenshot_2_playlist.png" alt="Screenshot playlist">
<img align="top" width="275" src="screenshots/screenshot_3_device.png" alt="Screenshot device">
<img align="top" width="290" src="screenshots/screenshot_1_controls.png" alt="Screenshot controls">
<img align="top" width="290" src="screenshots/screenshot_2_playlist.png" alt="Screenshot playlist">
<img align="top" width="290" src="screenshots/screenshot_3_device.png" alt="Screenshot device">
</div>

## Installation
Expand Down Expand Up @@ -87,18 +87,18 @@ It only sends requests to your configured Kodi host.

#### Comparison with Play to Kodi

| | Kodi Echo | [Play to Kodi](https:/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:/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

Expand Down Expand Up @@ -131,4 +131,4 @@ awesome Kodi projects [Chorus2](https:/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.
Binary file modified screenshots/screenshot_1_controls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot_2_playlist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot_3_device.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/_locales/de/messages.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Binary file modified src/assets/logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -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:/jaylinski/kodi-echo",
"content_security_policy": "default-src 'self'; connect-src ws:; style-src 'self' 'unsafe-inline'",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/views/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { html } from './../utils/dom.js';
export default (store, i18n, manifest) => html`
<footer class="c-footer">
<div class="c-footer__name">
<a href="https://github.com/jaylinski/kodi-echo" target="_blank">Kodi Echo</a>
<a href="https://github.com/jaylinski/kodi-echo" target="_blank">${manifest.name}</a>
<span>&nbsp;&bull;&nbsp;</span>
<a @click="${() => store.commit('route', 'options')}" href="#">${i18n.getMessage('footerOptions')}</a>
<span>&nbsp;&bull;&nbsp;</span>
Expand Down

0 comments on commit ca704c5

Please sign in to comment.