source: tools/xupnpd/xupnpd/src/profiles/wdtv.lua @ 34374

Last change on this file since 34374 was 34374, checked in by Stephan, 9 years ago

add xupnpd

File size: 351 bytes
Line 
1profiles['WDTV-Live']=
2{
3    ['disabled']=true,
4
5    ['desc']='WD TV Live',
6
7    -- INTEL_NMPR/2.1 DLNADOC/1.50 Intel MicroStack/1.0.1423
8    ['match']=function(user_agent) if string.find(user_agent,'MicroStack/1.0.1423',1,true) then return true else return false end end,
9
10    ['options']=
11    {
12        ['wdtv']=true
13    },
14
15    ['mime_types']={}
16}
Note: See TracBrowser for help on using the repository browser.