Skip to content

Commit

Permalink
Adds detection for Boxee
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Feb 26, 2016
1 parent 7b6bf53 commit 5636bcc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/Parser/Client/fixtures/mediaplayer.yml
Expand Up @@ -58,6 +58,12 @@
type: mediaplayer
name: Banshee
version: "2.6.2"
-
user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Boxee/1.0.1 bxapi/7.1
client:
type: mediaplayer
name: Boxee
version: "1.0.1"
-
user_agent: QuickTime/7.6.6 (qtver=7.6.6;cpu=IA32;os=Mac 10.6.8)
client:
Expand Down
4 changes: 4 additions & 0 deletions regexes/client/mediaplayers.yml
Expand Up @@ -9,6 +9,10 @@
name: 'Banshee'
version: '$1'

- regex: 'Boxee(?:[ /]([\d\.]+))?'
name: 'Boxee'
version: '$1'

- regex: 'Clementine(?:[ /]([\d\.]+))?'
name: 'Clementine'
version: '$1'
Expand Down

0 comments on commit 5636bcc

Please sign in to comment.