- Timestamp:
- Mar 25, 2014, 2:23:18 PM (12 years ago)
- Location:
- ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd
- Files:
-
- 4 edited
-
playlists/ivi_new.m3u (modified) (1 diff)
-
xupnpd.lua (modified) (4 diffs)
-
xupnpd_main.lua (modified) (1 diff)
-
xupnpd_mime.lua (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/playlists/ivi_new.m3u
r27875 r27918 1 #EXTM3U name=" new" type=mp4 plugin=ivi1 #EXTM3U name="ivi.ru" type=mp4 plugin=ivi 2 2 #EXTINF:0 logo=http://thumbs.ivi.ru/f11.vcp.digitalaccess.ru/contents/f/0/f53b87090881d2eaec376e68ae5e94.jpg/147x225/ ,Время любить (2012) 3 3 http://www.ivi.ru/watch/vremya_lyubit -
ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/xupnpd.lua
r27892 r27918 8 8 9 9 -- SSDP announcement interval 10 cfg.ssdp_notify_interval= 1510 cfg.ssdp_notify_interval=5 11 11 12 12 -- SSDP announcement age … … 52 52 53 53 -- sort files 54 cfg.sort_files= false54 cfg.sort_files=true 55 55 56 56 -- Device name … … 70 70 71 71 -- default mime type (mpeg, mpeg_ts, mpeg1, mpeg2, ts, ...) 72 cfg.default_mime_type=' mpeg'72 cfg.default_mime_type='ts' 73 73 74 74 -- feeds update interval (seconds, 0 - disabled) 75 cfg.feeds_update_interval= 075 cfg.feeds_update_interval=3600 76 76 cfg.playlists_update_interval=0 77 77 … … 111 111 --cfg.feeds_path='/tmp/xupnpd-feeds/' 112 112 cfg.ui_path='./ui/' 113 cfg.drive=' ' -- reload playlists only if drive state=active/idle, example: cfg.drive='/dev/sda'113 cfg.drive='/dev/sda1' -- reload playlists only if drive state=active/idle, example: cfg.drive='/dev/sda' 114 114 cfg.profiles='./profiles/' -- device profiles feature 115 115 -
ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/xupnpd_main.lua
r27875 r27918 343 343 -- start feeds update system 344 344 if cfg.feeds_update_interval>0 then 345 core.timer( 3,'update_feeds')345 core.timer(15,'update_feeds') 346 346 end 347 347 -
ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/xupnpd_mime.lua
r27875 r27918 7 7 ['video'] = 1, 8 8 ['audio'] = 2, 9 ['image'] = 3 9 ['image'] = 3, 10 ['text'] = 4, 10 11 } 11 12 … … 13 14 { 14 15 ['video'] = 'object.item.videoItem', 15 ['audio'] = 'object.item.audioItem.musicTrack' 16 ['audio'] = 'object.item.audioItem.musicTrack', 17 ['image'] = 'object.item.imageItem.photo', 18 ['text'] = 'object.item.textItem' 16 19 } 17 18 20 19 21 upnp_proto= … … 36 38 ['mp3'] = 'http-get:*:audio/mpeg:', 37 39 ['ogg'] = 'http-get:*:audio/x-ogg:', 38 ['wma'] = 'http-get:*:audio/x-ms-wma:' 40 ['wma'] = 'http-get:*:audio/x-ms-wma:', 41 ['xml'] = 'http-get:*:text/xml:', 42 ['jpg'] = 'http-get:*:image/ipeg:', 39 43 } 40 44 … … 103 107 ['mp3'] = { upnp_type.audio, upnp_class.audio, 'audio/mpeg', upnp_proto.mp3, dlna_org_extras.mp3 }, 104 108 ['ogg'] = { upnp_type.audio, upnp_class.audio, 'application/ogg', upnp_proto.ogg, dlna_org_extras.none }, 105 ['wma'] = { upnp_type.audio, upnp_class.audio, 'audio/x-ms-wma', upnp_proto.wma, dlna_org_extras.wma_full } 109 ['wma'] = { upnp_type.audio, upnp_class.audio, 'audio/x-ms-wma', upnp_proto.wma, dlna_org_extras.wma_full }, 110 ['xml'] = { upnp_type.text, upnp_class.text, 'text/xml', upnp_proto.xml, dlna_org_extras.none }, 111 ['jpg'] = { upnp_type.image, upnp_class.video, 'image/jpeg', upnp_proto.jpg, dlna_org_extras.none }, 106 112 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)