Difference between revisions of "Mediatomb"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 45: | Line 45: | ||
!values | !values | ||
! | ! | ||
+ | |- | ||
+ | |DBtype | ||
+ | |mysql | ||
+ | |sqlite,mysql | ||
+ | |DB type | ||
|- | |- | ||
|DbName | |DbName | ||
Line 60: | Line 65: | ||
|string | |string | ||
|for mysql db | |for mysql db | ||
+ | |- | ||
+ | |UIuser | ||
+ | |mediatomb | ||
+ | |string | ||
+ | |username for the web interface | ||
|- | |- | ||
|UIpass | |UIpass | ||
|GENERATED | |GENERATED | ||
|string | |string | ||
− | |password to log to UI as | + | |password to log to UI as $UIuser |
+ | |- | ||
+ | |ServerName | ||
+ | |mediatomb | ||
+ | |string | ||
+ | |server name as displayed by mediatomb DLNA server | ||
|- | |- | ||
|UUID | |UUID | ||
Line 75: | Line 90: | ||
| | | | ||
| | | | ||
+ | |- | ||
+ | |UIstatus | ||
+ | |yes | ||
+ | |no,yes | ||
+ | |enable or disable web interface | ||
+ | |- | ||
+ | |UItooltips | ||
+ | |yes | ||
+ | |no,yes | ||
+ | |tooltips for web interface | ||
+ | |- | ||
+ | |UIaccounts | ||
+ | |yes | ||
+ | |no,yes | ||
+ | |need an account to access web interface | ||
+ | |- | ||
+ | |serverdir | ||
+ | |mediatomb | ||
+ | |path without heading / | ||
+ | |default server root dir is mediatomb for /mediatomb | ||
|- | |- | ||
|access | |access | ||
|private | |private | ||
|private, public | |private, public | ||
− | | | + | |by default restricted to LAN |
|- | |- | ||
|status | |status | ||
|enabled | |enabled | ||
|enabled,disabled | |enabled,disabled | ||
+ | |enable or disable service | ||
|} | |} | ||
− | |||
− | |||
=== Uninstall === | === Uninstall === | ||
Line 100: | Line 134: | ||
Only released version in smecontrib are listed here. | Only released version in smecontrib are listed here. | ||
− | {{ #smechangelog: {{#var:smecontribname}} }} | + | {{#smechangelog: {{#var:smecontribname}} }} |
Line 107: | Line 141: | ||
<!-- Please keep there the template revision number as is --> | <!-- Please keep there the template revision number as is --> | ||
− | |||
− |
Revision as of 20:34, 20 April 2018
mediatomb logo | |
Maintainer | Unnilennium |
---|---|
Url | https://sourceforge.net/projects/mediatomb/ |
Category | |
Tags | DLNA, UPNP, video, music, file share |
Maintainer
Version
Description
ediaTomb enables users to stream digital media to UPnP compatible devices. The project is not maintained anymore and an active fork is available : Gerbera.
Installation
yum --enablerepo=smecontribs install smeserver-mediatomb signal-event conf-mediatomb config set UnsavedChanges no
Configuration
you can list the available configuration with the followinf command :
config show mediatomb
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
property | default | values | |
---|---|---|---|
DBtype | mysql | sqlite,mysql | DB type |
DbName | mediatomb | string | for mysql db |
DbPassword | GENERATED | string | for mysql db |
DbUser | mediatomb | string | for mysql db |
UIuser | mediatomb | string | username for the web interface |
UIpass | GENERATED | string | password to log to UI as $UIuser |
ServerName | mediatomb | string | server name as displayed by mediatomb DLNA server |
UUID | GENERATED | UUID type string | unique Id of the DLNA server |
TCPPort | 50500 | ||
UIstatus | yes | no,yes | enable or disable web interface |
UItooltips | yes | no,yes | tooltips for web interface |
UIaccounts | yes | no,yes | need an account to access web interface |
serverdir | mediatomb | path without heading / | default server root dir is mediatomb for /mediatomb |
access | private | private, public | by default restricted to LAN |
status | enabled | enabled,disabled | enable or disable service |
Uninstall
yum remove smeserver-mediatomb mediatomb
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-mediatomb component or use this link
Below is an overview of the current issues for this contrib:
ID | Product | Version | Status | Summary (2 tasks) ⇒ |
---|---|---|---|---|
10719 | SME Contribs | 9.2 | CONFIRMED | migrate to gerbera |
10712 | SME Contribs | 9.2 | CONFIRMED | NFR: do not display full path |
Changelog
Only released version in smecontrib are listed here.