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

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

add xupnpd tpk

File size: 442 bytes
Line 
1profiles['Xbox360']=
2{
3 ['desc']='Microsoft Xbox 360',
4
5 -- Xbox/2.0.12611.0 UPnP/1.0 Xbox/2.0.12611.0
6 ['match']=function(user_agent) if string.find(user_agent,'Xbox',1,true) then return true else return false end end,
7
8 ['options']=
9 {
10 ['dev_desc_xml']='/wmc.xml',
11 ['dlna_extras']=true,
12 ['upnp_container']='object.container.storageFolder',
13 ['upnp_artist']=true
14 },
15
16 ['mime_types']={}
17}
Note: See TracBrowser for help on using the repository browser.