source: ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/profiles/wmp.lua

Last change on this file was 27875, checked in by obi, 12 years ago

add xupnpd tpk

File size: 689 bytes
Line 
1profiles['MediaPlayer']=
2{
3 ['desc']='Windows Media Player',
4
5 -- Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7601.17514 DLNADOC/1.50
6 -- Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player/12.0.7601.17514 DLNADOC/1.50 (MS-DeviceCaps/1024)
7 -- NSPlayer/12.00.7601.17514 WMFSDK/12.00.7601.17514
8 ['match']=function(user_agent)
9 if string.find(user_agent,'Windows-Media-Player',1,true) or string.find(user_agent,'NSPlayer',1,true) then
10 return true
11 else
12 return false
13 end
14 end,
15
16 ['options']=
17 {
18 ['upnp_artist']=true
19 },
20
21 ['mime_types']={}
22}
Note: See TracBrowser for help on using the repository browser.