Skip to content

Commit

Permalink
Adds detection for StudioDisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Aug 25, 2023
1 parent da1cd21 commit cfccdb3
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
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,9 @@
type: mediaplayer
name: MPlayer
version: "1.1"
-
user_agent: StudioDisplay/0.5 (Linux; 5.15.0-79-generic; x86_64; 64bit; latin1)
client:
type: mediaplayer
name: StudioDisplay
version: "0.5"
4 changes: 4 additions & 0 deletions regexes/client/mediaplayers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,7 @@
- regex: 'Downcast/(\d+\.[\d\.]+)?'
name: 'Downcast'
version: '$1'

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

0 comments on commit cfccdb3

Please sign in to comment.