Skip to content

Commit a22af01

Browse files
committed
Media center upgrade
1 parent cb7d357 commit a22af01

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+554
-490
lines changed

docker-compose.media.yaml

-19
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,6 @@ services:
1414
- .docker/data/snarr:/config
1515
- /mnt/MoviesAndTV:/tv
1616
- /home/downloads:/downloads
17-
emby:
18-
image: emby/embyserver:latest
19-
ports:
20-
- 8096:8096
21-
environment:
22-
- UID=1000
23-
- GID=100
24-
- GIDLIST=100,44,1,0,1003
25-
- TZ=Warsaw
26-
devices:
27-
- /dev/dri:/dev/dri
28-
volumes:
29-
- .docker/data/emby/config:/config
30-
- .docker/log/emby/tmp/:/mnt/tmp
31-
- /mnt/Movies:/mnt/Movies
32-
- /mnt/Books:/mnt/Books
33-
- /mnt/MoviesAndTV:/mnt/MoviesAndTV
34-
- /mnt/Multimedia:/mnt/Multimedia
35-
- /mnt/Music:/mnt/Music
3617

3718
plex:
3819
network_mode: host

docker-compose.support.yaml

+2-12
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,6 @@ services:
110110
- "4282:80"
111111
depends_on:
112112
- git
113-
ci_runner:
114-
image: drone/drone-runner-docker:1.4.0
115-
env_file:
116-
- '.env.ci_runner'
117-
restart: always
118-
volumes:
119-
- /var/run/docker.sock:/var/run/docker.sock
120-
- /etc/timezone:/etc/timezone:ro
121-
- /etc/localtime:/etc/localtime:ro
122-
depends_on:
123-
- ci
124113
git:
125114
image: gitea/gitea:latest
126115
env_file:
@@ -143,7 +132,7 @@ services:
143132
ports:
144133
- '59900:80'
145134
node-red:
146-
image: nodered/node-red:latest
135+
build: ./node-red/
147136
restart: unless-stopped
148137
dns:
149138
- 9.9.9.9
@@ -155,6 +144,7 @@ services:
155144
- NODE_TLS_REJECT_UNAUTHORIZED=0
156145
volumes:
157146
- .docker/data/node-red:/data
147+
- /mnt/Music:/music
158148
gotify:
159149
image: gotify/server:latest
160150
ports:

home-assistant/automations/lights.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
state: below_horizon
6969
- condition: time
7070
after: '16:00:00'
71-
before: '23:59:59'
71+
before: '22:00:00'
7272
- condition: or
7373
conditions:
7474
- condition: state

home-assistant/automations/sun.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
trigger:
33
- platform: sun
44
event: sunset
5-
offset: "-00:05:00"
65
condition:
76
condition: and
87
conditions:
@@ -18,7 +17,6 @@
1817
trigger:
1918
- platform: sun
2019
event: sunset
21-
offset: "-00:05:00"
2220
condition:
2321
condition: and
2422
conditions:

home-assistant/components/matrix.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ commands:
99
name: download_movie
1010
- expression: "alexa (?P<message>.*)"
1111
name: alexa_say
12-
- word: hello
13-
name: hello
12+
- expression: "yt (?P<message>.*)"
13+
name: download_yt_music
14+

home-assistant/custom_components/alexa_media/.translations/de.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"error": {
99
"2fa_key_invalid": "Invalid Built-In 2FA key",
1010
"connection_error": "Verbindungsfehler; Netzwerk prüfen und erneut versuchen",
11-
"hass_url_invalid": "Unable to connect to Home Assistant url. Please check the Internal Url under Configuration -> General",
1211
"identifier_exists": "Diese Email ist bereits registriert",
1312
"invalid_credentials": "Falsche Zugangsdaten",
1413
"unknown_error": "Unbekannter Fehler, bitte Log-Info melden"

home-assistant/custom_components/alexa_media/.translations/en.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"error": {
99
"2fa_key_invalid": "Invalid Built-In 2FA key",
1010
"connection_error": "Error connecting; check network and retry",
11-
"hass_url_invalid": "Unable to connect to Home Assistant url. Please check the Internal Url under Configuration -> General",
1211
"identifier_exists": "Email for Alexa URL already registered",
1312
"invalid_credentials": "Invalid credentials",
13+
"hass_url_invalid": "Unable to connect to Home Assistant url. Please check the Internal Url under Configuration -> General",
1414
"unknown_error": "Unknown error, please enable advanced debugging and report log info"
1515
},
1616
"step": {
@@ -82,7 +82,7 @@
8282
},
8383
"user": {
8484
"data": {
85-
"cookies_txt": "Cookies.txt data",
85+
"cookies_txt": "",
8686
"debug": "Advanced debugging",
8787
"email": "Email Address",
8888
"exclude_devices": "Excluded device (comma separated)",
@@ -93,7 +93,7 @@
9393
"password": "Password",
9494
"proxy": "Use Login Proxy method (2FA not required)",
9595
"scan_interval": "Seconds between scans",
96-
"securitycode": "2FA Code (recommended to avoid login issues)",
96+
"securitycode": "",
9797
"url": "Amazon region domain (e.g., amazon.co.uk)"
9898
},
9999
"description": "Please confirm the information below. For legacy configuration, disable `Use Login Proxy method` option.",

home-assistant/custom_components/alexa_media/.translations/es.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"error": {
99
"2fa_key_invalid": "Invalid Built-In 2FA key",
1010
"connection_error": "Error al conectar, verifique la red y vuelva a intentarlo",
11-
"hass_url_invalid": "Unable to connect to Home Assistant url. Please check the Internal Url under Configuration -> General",
1211
"identifier_exists": "Correo electrónico para la URL de Alexa ya registrado",
1312
"invalid_credentials": "Credenciales no válidas",
1413
"unknown_error": "Error desconocido, por favor revisa los registros en Home Assistant y reporta el error si es necesario."

home-assistant/custom_components/alexa_media/.translations/fr.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"error": {
99
"2fa_key_invalid": "Clé 2FA intégrée non valide",
1010
"connection_error": "Erreur de connexion; vérifier le réseau et réessayer",
11-
"hass_url_invalid": "Impossible de se connecter à l'URL de Home Assistant. Veuillez vérifier l'URL interne sous Configuration - > Général",
1211
"identifier_exists": "Email pour l'URL Alexa déjà enregistré",
1312
"invalid_credentials": "Informations d'identification invalides",
1413
"unknown_error": "Erreur inconnue, veuillez signaler les informations du journal"
@@ -96,7 +95,7 @@
9695
"securitycode": "Code 2FA (recommandé pour éviter les problèmes de connexion)",
9796
"url": "Domaine de la région Amazon (exemple, amazon.fr)"
9897
},
99-
"description": "Veuillez confirmer les informations ci-dessous. Pour la configuration héritée, désactivez l'option `Utiliser la méthode proxy de connexion`.",
98+
"description": "Veuillez saisir vos informations.",
10099
"title": "Alexa Media Player - Configuration"
101100
}
102101
}

home-assistant/custom_components/alexa_media/.translations/it.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"error": {
99
"2fa_key_invalid": "Invalid Built-In 2FA key",
1010
"connection_error": "Errore durante la connessione; controlla la rete e riprova",
11-
"hass_url_invalid": "Unable to connect to Home Assistant url. Please check the Internal Url under Configuration -> General",
1211
"identifier_exists": "L'Email per l'URL di Alexa è già stata registrata",
1312
"invalid_credentials": "Credenziali non valide",
1413
"unknown_error": "Errore sconosciuto, si prega di riportrtare i log di informazione"

home-assistant/custom_components/alexa_media/.translations/nb.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"error": {
99
"2fa_key_invalid": "Invalid Built-In 2FA key",
1010
"connection_error": "Feil ved tilkobling; sjekk nettverket og prøv på nytt",
11-
"hass_url_invalid": "Unable to connect to Home Assistant url. Please check the Internal Url under Configuration -> General",
1211
"identifier_exists": "E-post for Alexa URL allerede registrert",
1312
"invalid_credentials": "ugyldige legitimasjon",
1413
"unknown_error": "Ukjent feil, vennligst rapporter logginfo"

home-assistant/custom_components/alexa_media/.translations/nl.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"error": {
99
"2fa_key_invalid": "Invalid Built-In 2FA key",
1010
"connection_error": "Fout bij verbinden; controleer netwerk en probeer opnieuw",
11-
"hass_url_invalid": "Unable to connect to Home Assistant url. Please check the Internal Url under Configuration -> General",
1211
"identifier_exists": "Dit e-mailadres is reeds geregistreerd",
1312
"invalid_credentials": "Ongeldige inloggegevens",
1413
"unknown_error": "Onbekende fout, meld de loggegevens"

home-assistant/custom_components/alexa_media/.translations/pl.json

+13-14
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,22 @@
88
"error": {
99
"2fa_key_invalid": "Nieprawidłowy klucz z wbudowanej aplikacji uwierzytelniania dwuskładnikowego",
1010
"connection_error": "Błąd podczas łączenia; sprawdź sieć i spróbuj ponownie",
11-
"hass_url_invalid": "Nie można połączyć się z adresem URL Home Assistanta. Sprawdź wewnętrzny adres URL w sekcji Konfiguracja -> Ogólne",
1211
"identifier_exists": "Adres e-mail dla Alexy już jest zarejestrowany",
1312
"invalid_credentials": "Nieprawidłowe dane logowania",
1413
"unknown_error": "Nieznany błąd, zgłoś log z tego zdarzenia"
1514
},
1615
"step": {
1716
"action_required": {
1817
"data": {
19-
"proxy": "Użyj metody logowania proxy (2FA nie jest wymagane)"
18+
"proxy": "Use Login Proxy method (2FA not required)"
2019
},
2120
"description": "**{email} - alexa.{url}** \nAmazon wyśle powiadomienie push zgodnie z poniższą wiadomością. Przed kontynuowaniem odpowiedz na wiadomość. \n{message}",
2221
"title": "Alexa Media Player — wymagane działanie"
2322
},
2423
"authselect": {
2524
"data": {
2625
"authselectoption": "Metoda OTP",
27-
"proxy": "Użyj metody logowania proxy (2FA nie jest wymagane)"
26+
"proxy": "Use Login Proxy method (2FA not required)"
2827
},
2928
"description": "**{email} - alexa.{url}** \n{message}",
3029
"title": "Alexa Media Player — hasło jednorazowe"
@@ -33,7 +32,7 @@
3332
"data": {
3433
"captcha": "Kod Captcha",
3534
"password": "Hasło",
36-
"proxy": "Użyj metody logowania proxy (2FA nie jest wymagane)",
35+
"proxy": "Use Login Proxy method (2FA not required)",
3736
"securitycode": "Kod uwierzytelniania dwuskładnikowego"
3837
},
3938
"description": "**{email} - alexa.{url}** \n{message} \n {captcha_image}",
@@ -42,7 +41,7 @@
4241
"claimspicker": {
4342
"data": {
4443
"authselectoption": "Metoda weryfikacji",
45-
"proxy": "Użyj metody logowania proxy (2FA nie jest wymagane)"
44+
"proxy": "Use Login Proxy method (2FA not required)"
4645
},
4746
"description": "**{email} - alexa.{url}** \nWybierz metodę weryfikacji. (np., `0` lub `1`) \n{message}",
4847
"title": "Alexa Media Player — metoda weryfikacji"
@@ -56,7 +55,7 @@
5655
},
5756
"twofactor": {
5857
"data": {
59-
"proxy": "Użyj metody logowania proxy (2FA nie jest wymagane)",
58+
"proxy": "Use Login Proxy method (2FA not required)",
6059
"securitycode": "Kod uwierzytelniania dwuskładnikowego"
6160
},
6261
"description": "**{email} - alexa.{url}** \nWprowadź hasło jednorazowe (OTP). \n{message}",
@@ -66,37 +65,37 @@
6665
"data": {
6766
"cookies_txt": "zawartość pliku cookies.txt",
6867
"debug": "Zaawansowane debugowanie",
69-
"email": "Adres e-mail",
68+
"email": "Adres email",
7069
"exclude_devices": "Wykluczone urządzenia (oddzielone przecinkami)",
7170
"include_devices": "Dodawane urządzenia (oddzielone przecinkami)",
72-
"oauth_login": "Włącz metodę tokena OAuth aplikacji",
71+
"oauth_login": "Enable oauth-token app method",
7372
"otp_secret": "Wbudowana aplikacja kluczy uwierzytelniania dwuskładnikowego (automatycznie generuje kody uwierzytelniania dwuskładnikowego)",
7473
"password": "Hasło",
75-
"proxy": "Użyj metody logowania proxy (2FA nie jest wymagane)",
74+
"proxy": "Use Login Proxy method (2FA not required)",
7675
"scan_interval": "Interwał skanowania (sekundy)",
7776
"securitycode": "Kod uwierzytelniania dwuskładnikowego",
7877
"url": "Region/domena Amazon (np. amazon.co.uk)"
7978
},
8079
"description": "Wprowadź [dane](https://github.com/custom-components/alexa_media_player/wiki/Configuration#integrations-page). **[Import pliku Cookie](https://github.com/custom-components/alexa_media_player/wiki/Configuration#cookie-import) może być najłatwiejszą metodą!** \n**OSTRZEŻENIE: Amazon nieprawidłowo zgłasza 'Wprowadź prawidłowy adres e-mail lub numer telefonu komórkowego', gdy wymagany jest [kod uwierzytelniania dwuskładnikowego](https://github.com/custom-components/alexa_media_player/wiki/Configuration#enable-two-factor-authentication-for-your-amazon-account).** \n>{message}",
81-
"title": "Alexa Media Player — starsza konfiguracja"
80+
"title": "Alexa Media Player - Legacy Configuration"
8281
},
8382
"user": {
8483
"data": {
8584
"cookies_txt": "zawartość pliku cookies.txt",
8685
"debug": "Zaawansowane debugowanie",
8786
"email": "Adres email",
8887
"exclude_devices": "Wykluczone urządzenia (oddzielone przecinkami)",
89-
"hass_url": "URL dostępu do Home Assistanta",
88+
"hass_url": "Url to access Home Assistant",
9089
"include_devices": "Dodawane urządzenia (oddzielone przecinkami)",
91-
"oauth_login": "Włącz metodę tokena OAuth aplikacji",
90+
"oauth_login": "Enable oauth-token app method",
9291
"otp_secret": "Wbudowana aplikacja kluczy uwierzytelniania dwuskładnikowego (automatycznie generuje kody uwierzytelniania dwuskładnikowego)",
9392
"password": "Hasło",
94-
"proxy": "Użyj metody logowania proxy (2FA nie jest wymagane)",
93+
"proxy": "Use Login Proxy method (2FA not required)",
9594
"scan_interval": "Interwał skanowania (sekundy)",
9695
"securitycode": "Kod uwierzytelniania dwuskładnikowego (zalecany w celu uniknięcia problemów z logowaniem)",
9796
"url": "Region/domena Amazon (np. amazon.co.uk)"
9897
},
99-
"description": "Potwierdź poniższe informacje. W przypadku starszych konfiguracji wyłącz opcję 'Użyj metody logowania proxy'.",
98+
"description": "Wprowadź [dane](https://github.com/custom-components/alexa_media_player/wiki/Configuration#integrations-page). **[Import pliku Cookie](https://github.com/custom-components/alexa_media_player/wiki/Configuration#cookie-import) może być najłatwiejszą metodą!** \n**OSTRZEŻENIE: Amazon nieprawidłowo zgłasza 'Wprowadź prawidłowy adres e-mail lub numer telefonu komórkowego', gdy wymagany jest [kod uwierzytelniania dwuskładnikowego](https://github.com/custom-components/alexa_media_player/wiki/Configuration#enable-two-factor-authentication-for-your-amazon-account).** \n>{message}",
10099
"title": "Alexa Media Player — konfiguracja"
101100
}
102101
}

home-assistant/custom_components/alexa_media/.translations/ru.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"error": {
99
"2fa_key_invalid": "Invalid Built-In 2FA key",
1010
"connection_error": "Ошибка подключения; проверьте сеть и повторите попытку",
11-
"hass_url_invalid": "Unable to connect to Home Assistant url. Please check the Internal Url under Configuration -> General",
1211
"identifier_exists": "Электронная почта для Alexa уже зарегистрирована",
1312
"invalid_credentials": "Неверные учетные данные",
1413
"unknown_error": "Неизвестная ошибка, пожалуйста, сообщите информацию журнала"

home-assistant/custom_components/alexa_media/.translations/zh-Hans.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"error": {
99
"2fa_key_invalid": "Invalid Built-In 2FA key",
1010
"connection_error": "连接错误;检查网络并重试",
11-
"hass_url_invalid": "Unable to connect to Home Assistant url. Please check the Internal Url under Configuration -> General",
1211
"identifier_exists": "Alexa URL的电子邮件已注册",
1312
"invalid_credentials": "Invalid credentials",
1413
"unknown_error": "Unknown error, please report log info"
@@ -82,7 +81,7 @@
8281
},
8382
"user": {
8483
"data": {
85-
"cookies_txt": "Cookie.txt数据",
84+
"cookies_txt": "config::step::user::data::cookies_txt",
8685
"debug": "高级调试",
8786
"email": "电子邮件地址",
8887
"exclude_devices": "Excluded device (comma separated)",

0 commit comments

Comments
 (0)