Changes between Version 5 and Version 6 of MiroGuide
- Timestamp:
- 29.12.2009 20:30:20 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MiroGuide
v5 v6 1 [[TOC(heading=Content:)]] 1 {{{ 2 #!html 3 <h1 style="text-align: center; color: blue; font-size:3.0em">MediaServer: Miro Guide</h1> 4 }}} 2 5 3 [[NewsFlash(This backend is part of the official distribution packages since 0.6.2. However, it shall still be considered as experimental. You may check svn for the latest version)]] 6 [[html(<div style="border: 3px solid #88ff88; background-color:#ddffdd; text-align: center">)]] 7 This backend is part of the official distribution packages since 0.6.2. However, it shall still be considered as experimental. You may check svn for the latest version 8 [[html(</div>)]] 4 9 5 = Miro Guide MediaServer = 10 [[TOC(heading= ,inline)]] 6 11 7 [https://www.miroguide.com/ Miro Guide] is an on-line catalog for on-line videos. It is normally linked to the [http://www.getmiro.com/ Miro] media player but can be accessed independently. 12 [[BR]] 13 [[BR]] 14 15 == Miro Guide MediaServer == 16 17 [https://www.miroguide.com/ Miro Guide] is an online catalog for online videos. It is usually linked to the [http://www.getmiro.com/ Miro] media player but can be accessed independently. 18 19 === Additional dependencies === 20 21 <dependencies> 8 22 9 23 10 24 === UPnP ContentDirectory structure === 25 26 '''FixMe''' 11 27 12 28 22 38 '''buffer_size''':: in buffer mode, minimal amount of downloaded data before serving it to the mediarenderer (in bytes) (default to 2000000=2MB) 23 39 40 ==== Examples ==== 24 41 42 New config file: 43 44 {{{ 45 #!xml 46 <plugin active="yes"> 47 <backend>MiroGuide</backend> 48 <name>MiroGuide</name> 49 </plugin> 50 }}} 51 52 53 Python code: 54 55 {{{ 56 #!python 57 coherence.add_plugin('MiroGuide', 58 name='MiroGuide') 59 }}} 60 61 DBus: 62 63 {{{ 64 #!python 65 coherence_service = dbus.SessionBus().get_object('org.Coherence','/org/Coherence') 66 coherence_service.add_plugin('MiroGuide', 67 {'name':'MiroGuide'}, 68 dbus_interface='org.Coherence', 69 reply_handler=add_plugin_callback, 70 error_handler=error_callback) 71 }}} 72 73 Commandline: 74 75 {{{ 76 #!sh 77 coherence --plugin=backend:MiroGuide 78 }}} 25 79 26 80 === Open Tickets for this backend ([/newticket?component=MediaServer%20Backend%20MiroGuide new...]) ===
