AutoLights

Automaticly controls your Hue lights based on Plex interaction

Τι είναι το AutoLights;

Το AutoLights είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://dev.vdweert.com, και η κύρια λειτουργία του είναι "Automaticly controls your Hue lights based on Plex interaction".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AutoLights

Λήψη αρχείων επέκτασης AutoLights σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        BETA - BETA

You have a Plex Media Server and Chrome running on the same device and also some Hue lights in your living room? Good news, you can let Plex control your Hue Scenes when you start watching a show or movie.

AutoLights can be configured to connect Plex Series to Hue Light Scenes. When a show is playing on Plex, the corresponding Hue Scene will be activated. You pause or stop watching, other scenes will be activated. All rules can be manually configured.

Currently supporting:
- Auto detection of Hue Bridge and authorisation with the 'link button'
- List series in Plex Series Sections
- List all (cached) Hue Scenes
- Create and remove rules to connect Plex Series to Hue Scenes, based on active platform
- Create default rules for Shows and Movies
- Create rules for 'paused' and 'stopped' state
- Pause and resume the Plex monitoring (toggle icon)

Good to know:
- Scenes from Hue are only listed if they are recently used. If a scene is not available, activate it manually with your Hue app and reload the 'options'-page
- Series are retrieved from the "TV Shows" section-type in Plex. 
- Toggle the icon to disable/active the monitoring on the Plex playing status.
- There is a maximum delay of about 1 minute in switching light scenes. Due to restrictions this can't be any shorter.

What's new 0.1.50214:
- Bug fixes for icon behaviour
- Improved error handling

What's new 0.1.50213:
- New icons
- Persistent running in background

What's new 0.1.50207:
- Bug fix for sunset/sunrise
- Bug fix for sorting selection fields on options page                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AutoLights AutoLights
ID mnfdomibkhbnlmbfnmfknpcbfkeehdkj
Επίσημο URL https://chrome.google.com/webstore/detail/autolights/mnfdomibkhbnlmbfnmfknpcbfkeehdkj
Περιγραφή Automaticly controls your Hue lights based on Plex interaction
Μέγεθος Αρχείου 73.64 KB
Αριθμός Εγκαταστάσεων 114
Τρέχουσα Έκδοση 0.1.50322
Τελευταία Ενημέρωση 2015-03-21
Ημερομηνία Δημοσίευσης 2015-03-21
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://dev.vdweert.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://dev.vdweert.com/autolights-hue-plex/
Διεύθυνση URL της Σελίδας Βοήθειας http://dev.vdweert.com/autolights-hue-plex/autolights-faq/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_shortname__",
    "description": "__MSG_description__",
    "version": "0.1.50322",
    "minimum_chrome_version": "38",
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "assets\/al_tv_off.png"
    },
    "icons": {
        "19": "assets\/al_tv_on_pause.png",
        "128": "assets\/auto-lights128.png"
    },
    "permissions": [
        "tabs",
        "alarms",
        "",
        "notifications",
        "storage",
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "default_locale": "en"
}