Miro detection

We get a lot of traffic from Miro, the Internet TV platform.

I looked at UserAgentParser.php, and it was not completely clear how to add another browser to the system.

So, instead I’m providing a list of all the user agent strings we see that are from Miro browsers, rank ordered from low->high with the counts that we have seen in the most recent logfile.

http:// pastie.org / 936402.txt

If there is a quick edit we can do locally to start counting and tallying the Miro browsers, that would be really helpful.

[quote=jmdugan @ Apr 26 2010, 11:17 PM]We get a lot of traffic from Miro, the Internet TV platform.

I looked at UserAgentParser.php, and it was not completely clear how to add another browser to the system.

So, instead I’m providing a list of all the user agent strings we see that are from Miro browsers, rank ordered from low->high with the counts that we have seen in the most recent logfile.

http:// pastie.org / 936402.txt

If there is a quick edit we can do locally to start counting and tallying the Miro browsers, that would be really helpful.[/quote]

This link doesn’t work for me. I deleted the spaces, but still, does not open here.

Sorry, if you read the README in libs/UserAgentParser/, you’ll see that the intent of UserAgentParser is to parse the UA string of browsers with JavaScript enabled.

Media players are outside the scope of this library.

Support for media players could be handled by a plugin, or you could customize the library for your own use.

See request for a better device detection (Tv, console, versions for OS, mobile device) in piwik! this ticket: Better Device detection (mobile, TVs, consoles, etc.): New "Devices" report? · Issue #3612 · matomo-org/matomo · GitHub