Index: ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/playlists/ivi_new.m3u
===================================================================
--- ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/playlists/ivi_new.m3u	(revision 27895)
+++ ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/playlists/ivi_new.m3u	(revision 27918)
@@ -1,3 +1,3 @@
-#EXTM3U name="new" type=mp4 plugin=ivi
+#EXTM3U name="ivi.ru" type=mp4 plugin=ivi
 #EXTINF:0 logo=http://thumbs.ivi.ru/f11.vcp.digitalaccess.ru/contents/f/0/f53b87090881d2eaec376e68ae5e94.jpg/147x225/ ,Время любить (2012)
 http://www.ivi.ru/watch/vremya_lyubit
Index: ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/xupnpd.lua
===================================================================
--- ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/xupnpd.lua	(revision 27895)
+++ ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/xupnpd.lua	(revision 27918)
@@ -8,5 +8,5 @@
 
 -- SSDP announcement interval
-cfg.ssdp_notify_interval=15
+cfg.ssdp_notify_interval=5
 
 -- SSDP announcement age
@@ -52,5 +52,5 @@
 
 -- sort files
-cfg.sort_files=false
+cfg.sort_files=true
 
 -- Device name
@@ -70,8 +70,8 @@
 
 -- default mime type (mpeg, mpeg_ts, mpeg1, mpeg2, ts, ...)
-cfg.default_mime_type='mpeg'
+cfg.default_mime_type='ts'
 
 -- feeds update interval (seconds, 0 - disabled)
-cfg.feeds_update_interval=0
+cfg.feeds_update_interval=3600
 cfg.playlists_update_interval=0
 
@@ -111,5 +111,5 @@
 --cfg.feeds_path='/tmp/xupnpd-feeds/'
 cfg.ui_path='./ui/'
-cfg.drive=''                    -- reload playlists only if drive state=active/idle, example: cfg.drive='/dev/sda'
+cfg.drive='/dev/sda1'                    -- reload playlists only if drive state=active/idle, example: cfg.drive='/dev/sda'
 cfg.profiles='./profiles/'      -- device profiles feature
 
Index: ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/xupnpd_main.lua
===================================================================
--- ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/xupnpd_main.lua	(revision 27895)
+++ ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/xupnpd_main.lua	(revision 27918)
@@ -343,5 +343,5 @@
 -- start feeds update system
 if cfg.feeds_update_interval>0 then
-    core.timer(3,'update_feeds')
+    core.timer(15,'update_feeds')
 end
 
Index: ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/xupnpd_mime.lua
===================================================================
--- ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/xupnpd_mime.lua	(revision 27895)
+++ ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/xupnpd_mime.lua	(revision 27918)
@@ -7,5 +7,6 @@
     ['video'] = 1,
     ['audio'] = 2,
-    ['image'] = 3
+    ['image'] = 3,
+    ['text']  = 4,
 }
 
@@ -13,7 +14,8 @@
 {
     ['video']     = 'object.item.videoItem',
-    ['audio']     = 'object.item.audioItem.musicTrack'
+    ['audio']     = 'object.item.audioItem.musicTrack',
+    ['image']     = 'object.item.imageItem.photo',
+    ['text']      = 'object.item.textItem'
 }                
-
 
 upnp_proto=
@@ -36,5 +38,7 @@
     ['mp3']   = 'http-get:*:audio/mpeg:',
     ['ogg']   = 'http-get:*:audio/x-ogg:',
-    ['wma']   = 'http-get:*:audio/x-ms-wma:'
+    ['wma']   = 'http-get:*:audio/x-ms-wma:',
+    ['xml']   = 'http-get:*:text/xml:',
+    ['jpg']   = 'http-get:*:image/ipeg:',
 }
 
@@ -103,4 +107,6 @@
     ['mp3']    = { upnp_type.audio, upnp_class.audio, 'audio/mpeg',      upnp_proto.mp3,   dlna_org_extras.mp3 },
     ['ogg']    = { upnp_type.audio, upnp_class.audio, 'application/ogg', upnp_proto.ogg,   dlna_org_extras.none },
-    ['wma']    = { upnp_type.audio, upnp_class.audio, 'audio/x-ms-wma',  upnp_proto.wma,   dlna_org_extras.wma_full }
+    ['wma']    = { upnp_type.audio, upnp_class.audio, 'audio/x-ms-wma',  upnp_proto.wma,   dlna_org_extras.wma_full },
+    ['xml']    = { upnp_type.text,  upnp_class.text,  'text/xml',        upnp_proto.xml,   dlna_org_extras.none },
+    ['jpg']    = { upnp_type.image, upnp_class.video, 'image/jpeg',      upnp_proto.jpg,   dlna_org_extras.none },
 }
