diff --git a/build/apps.examples.json b/build/apps.examples.json index 72299a6..cdf7461 100644 --- a/build/apps.examples.json +++ b/build/apps.examples.json @@ -107,7 +107,11 @@ "AlexaMediaPlayer/vizzini.locked.38.0 (Linux;Android 5.1.1) ExoPlayerLib/1.5.9", "AlexaService/2.2.303087.0 (Linux;Android 9) ExoPlayerLib/2.8.4", "Alexa Mobile Voice/2.2.2768.0 (Linux;Android 7.0) ExoPlayerLib/2.2.0", - "Echo/1.0(MRM)" + "Echo/1.0(MRM)", + "Amazon;Echo_Dot;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422", + "Amazon;Echo_Dot_with_clock;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422", + "Amazon;Echo_Show_5;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422", + "Amazon;Echo;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422" ] }, { @@ -314,6 +318,12 @@ "Radio.com/12.2.0 (com.cbsradio.cbsradioplayer; build:1; iOS 14.6.0) Alamofire/4.8.1" ] }, + { + "name": "Audials", + "examples": [ + "com.audials/9.52.0-0+gb3764950b-1058878988 (Linux;Android 11) AndroidXMedia3/1.1.1" + ] + }, { "name": "Audio", "examples": [ @@ -1976,7 +1986,8 @@ "NRC-Nieuws/10.3.1 (nl.nrc.nrcapp; build:210; iOS 16.6.0) Alamofire/10.3.1", "iPad (compatible; Tablet2.0) NRC Digitale Editie, nl.nrc.nrcapp 10.0.7 (197) / iPadOS 16.6", "iPhone (compatible; Smartphone2.0) NRC Digitale Editie, nl.nrc.nrcapp 10.0.7 (197) / iOS 16.6", - "NRC-Nieuws/5.4.0 (com.twipemobile.nrc; build:540; Android:13; Sdk:33; Manufacturer:samsung; Model: SM-A528B) OkHttp/4.11.0" + "NRC-Nieuws/5.4.0 (com.twipemobile.nrc; build:540; Android:13; Sdk:33; Manufacturer:samsung; Model: SM-A528B) OkHttp/4.11.0", + "SM-T970 (compatible; Tablet2.0) HandelsbladProduction, com.twipemobile.nrc 5.1.4 (511) / Android 33" ] }, { diff --git a/build/apps.runtime.json b/build/apps.runtime.json index b3ec548..eabc053 100644 --- a/build/apps.runtime.json +++ b/build/apps.runtime.json @@ -66,7 +66,7 @@ }, { "name": "Alexa-enabled device", - "pattern": "(^AlexaMediaPlayer/[\\dv]|^Echo/|^AlexaService/|^Alexa Mobile Voice/)" + "pattern": "^AlexaMediaPlayer/[\\dv]|^Echo/|^AlexaService/|^Alexa Mobile Voice/|^Amazon;Echo" }, { "name": "AlienBlue", @@ -172,6 +172,10 @@ "name": "Audacy", "pattern": "^Radio\\.com/" }, + { + "name": "Audials", + "pattern": "^com\\.audials/" + }, { "name": "Audible", "pattern": "(^com\\.audible\\.playersdk\\.player|^Audible,|^Audible.*Darwin)" @@ -1242,7 +1246,7 @@ }, { "name": "NRC", - "pattern": "nl\\.nrc\\.nrcapp|^NRC-Nieuws/" + "pattern": "nl\\.nrc\\.nrcapp|^NRC-Nieuws/|com\\.twipemobile\\.nrc" }, { "name": "Outcast", diff --git a/build/devices.examples.json b/build/devices.examples.json index 357da8a..f99a7a4 100644 --- a/build/devices.examples.json +++ b/build/devices.examples.json @@ -77,7 +77,11 @@ { "name": "Amazon Smart Speaker", "examples": [ - "Amazon;Echo_Pop;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422" + "Amazon;Echo_Pop;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422", + "Amazon;Echo_Dot;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422", + "Amazon;Echo_Dot_with_clock;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422", + "Amazon;Echo_Show_5;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422", + "Amazon;Echo;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422" ] }, {