• April 23, 2024, 06:00:12 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Subtitles in MediaTomb  (Read 4916 times)

nmcar

  • Level 2 Member
  • **
  • Posts: 49
Subtitles in MediaTomb
« on: April 16, 2012, 03:28:21 PM »

Hi! I have finally made MediaTomb to work and scan my movies. But when I started playing one, I realized that it did not pick up subtitles.

I have the subtitles in the same folder as the movie and they are both named the same.

What should I doĦ I've searched in google and I did not find a solution. Should I tweak the config.xml file? How?

Thank you for your comments.
Logged

shabuboy

  • Level 2 Member
  • **
  • Posts: 78
Re: Subtitles in MediaTomb
« Reply #1 on: April 16, 2012, 04:19:37 PM »

hmm, did a quick google search for "subtitles with mediatomb" and plenty of results. See this...

http://mediatomb.cc/dokuwiki/transcoding:transcoding

Never tried though... Good luck! Let us know if it works.
« Last Edit: April 16, 2012, 04:24:28 PM by shabuboy »
Logged

nmcar

  • Level 2 Member
  • **
  • Posts: 49
Re: Subtitles in MediaTomb
« Reply #2 on: April 17, 2012, 03:56:14 PM »

Thank you Shabuboy.

I have been trying to modify Mediatomb's config file but, so far, I have been unsuccessful.

I could follow the instructions of adding mimetype for subtitles because I found the line. But afterwards, I did not know where to add the other lines. Not to mention the last step. I tried to put one behind of the other but, when I tried to open the xml file, the browser reported the following error message: "End tag 'config' does not match the start tag 'mimetype-profile-mappings".

From reading other posts regarding this matter, I believe that I should have transcoding enabled. I do not see such a line in my config file.

I googled for instructions to edit a config file but I did not find a clear explanation.

I attach my config file, just in case you can find missing lines.

 <?xml version="1.0" encoding="UTF-8" ?>
- <config version="1" xmlns="http://mediatomb.cc/config/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mediatomb.cc/config/1 http://mediatomb.cc/config/1.xsd">
- <server>
- <ui enabled="yes">
- <accounts enabled="no" session-timeout="30">
  <account user="mediatomb" password="mediatomb" />
  </accounts>
  </ui>
  <name>MediaTomb</name>
  <udn>uuid:ee9ffd15-eddd-43cd-948b-2fb19fe5aa92</udn>
  <home>/ffp/var/mediatomb</home>
  <webroot>/ffp/share/mediatomb/web</webroot>
- <storage>
- <sqlite3 enabled="yes">
  <database-file>mediatomb.db</database-file>
  </sqlite3>
  </storage>
  <protocolInfo extend="no" />
- <!--  For PS3 support change to "yes"
  -->
- <!--
       Uncomment the lines below to get rid of jerky avi playback on the
       DSM320 or to enable subtitles support on the DSM units
   

  -->
- <!--
    <custom-http-headers>
      <add header="X-User-Agent: redsonic"/>
    </custom-http-headers>

    <manufacturerURL>redsonic.com</manufacturerURL>
    <modelNumber>105</modelNumber>
   

  -->
- <!--  Uncomment the line below if you have a Telegent TG100
  -->
- <!--
       <upnp-string-limit>101</upnp-string-limit>
   

  -->
  </server>
- <import hidden-files="no">
- <scripting script-charset="UTF-8">
  <virtual-layout type="builtin" />
  </scripting>
- <mappings>
- <extension-mimetype ignore-unknown="no">
  <map from="mp3" to="audio/mpeg" />
  <map from="ogg" to="application/ogg" />
  <map from="asf" to="video/x-ms-asf" />
  <map from="asx" to="video/x-ms-asf" />
  <map from="wma" to="audio/x-ms-wma" />
  <map from="wax" to="audio/x-ms-wax" />
  <map from="wmv" to="video/x-ms-wmv" />
  <map from="wvx" to="video/x-ms-wvx" />
  <map from="wm" to="video/x-ms-wm" />
  <map from="wmx" to="video/x-ms-wmx" />
  <map from="m3u" to="audio/x-mpegurl" />
  <map from="pls" to="audio/x-scpls" />
  <map from="flv" to="video/x-flv" />
- <!--  Uncomment the line below for PS3 divx support
  -->
- <!--  <map from="avi" to="video/divx"/>
  -->
- <!--  Uncomment the line below for D-Link DSM / ZyXEL DMA-1000
  -->
- <!--  <map from="avi" to="video/avi"/>
  -->
  </extension-mimetype>
- <mimetype-upnpclass>
  <map from="audio/*" to="object.item.audioItem.musicTrack" />
  <map from="video/*" to="object.item.videoItem" />
  <map from="image/*" to="object.item.imageItem" />
  </mimetype-upnpclass>
- <mimetype-contenttype>
  <treat mimetype="audio/mpeg" as="mp3" />
  <treat mimetype="application/ogg" as="ogg" />
  <treat mimetype="audio/x-flac" as="flac" />
  <treat mimetype="image/jpeg" as="jpg" />
  <treat mimetype="audio/x-mpegurl" as="playlist" />
  <treat mimetype="audio/x-scpls" as="playlist" />
  <treat mimetype="audio/x-wav" as="pcm" />
  <treat mimetype="audio/L16" as="pcm" />
  <treat mimetype="video/x-msvideo" as="avi" />
  </mimetype-contenttype>
  </mappings>
  </import>
  </config>

Logged

shabuboy

  • Level 2 Member
  • **
  • Posts: 78
Re: Subtitles in MediaTomb
« Reply #3 on: April 17, 2012, 05:09:50 PM »

Sorry man, not an expert and have never tried.

Anyone else?
Logged

nmcar

  • Level 2 Member
  • **
  • Posts: 49
Re: Subtitles in MediaTomb
« Reply #4 on: April 20, 2012, 04:09:58 AM »

Does anybody know how to allow subtitles in Mediatomb?  Any comment will be highly appreaciated. Thank you.
Logged

sbrbot

  • Level 2 Member
  • **
  • Posts: 75
Re: Subtitles in MediaTomb
« Reply #5 on: September 28, 2013, 12:19:50 AM »

I have the same problem with MediaTomb - it does not support subtitle file. But with MiniDLNA I did not have any problem!
Logged