-
https://bugs.launchpad.net/ubuntu/+source/mediatomb/+bug/212441
look twards the bottem, hope this helps.
2009-10-16 22:16:00 UTC in MediaTomb
-
Have you tried re-importing the DB after you changed the cfg?
Another thing I started doing when I was having problems was
Adding the -D switch, and Read the debug file,
that let me know that for some reason my /user/mediatomb/config.cfg was not the file being used, it was reading one that it had made up, it also let me know what was wrong with my transcodeing(improper sound channels).
2009-10-14 05:51:18 UTC in MediaTomb
-
on mediatomb start up do......
mediatomb -i 192.168.1.xxx
thats from http://mediatomb.cc/pages/documentation#id2535736
section 5.1
I swear there a place to put it in the config.
2009-10-06 07:38:42 UTC in MediaTomb
-
have you tryed re-importing the movies after you remaped it ?.
2009-10-03 01:39:33 UTC in MediaTomb
-
I'm running .012
I can get the transcoder to transcode outside Mediatomb per (http://mediatomb.cc/pages/transcoding#id2487803)
but I cant get it to work with mediatomb
heres the output from -D
2009-08-11 02:32:20 DEBUG: [../src/server.cc:366] upnp_callback(): start
2009-08-11 02:32:20 DEBUG: [../src/server.cc:448] upnp_actions(): start
2009-08-11 02:32:20 DEBUG...
2009-08-11 07:50:03 UTC in MediaTomb
-
My last couple of compiles (kept recompileing due to it not dooing what I had in the config)it wasn't reading my config.xml file. it said it was when it started, but it wasnt, I found that out with %mediatomb -D
I had to do %mediatomb -f /mediatomb/
just to get it to read the /home/user/mediatomb/config.xml file
any how.. after %mediatomb -d I'de wait about 5sec. and Ctl-c to stop it
low...
2009-07-29 05:20:18 UTC in MediaTomb
-
http://mediatomb.cc/pages/documentation#id2535936
Sec. 5.5 might be what your looking for.
2009-07-25 02:22:24 UTC in MediaTomb
-
http://mediatomb.cc/pages/documentation
5.11.
2009-07-23 00:35:50 UTC in MediaTomb
-
Ok, figured it out..
%mediatomb -D is your Friend
For some reason its not picking up my Config.xml file /home/rc/mediatomb/config.xml
its creating one when I start mediatomb, I am able to edit that file and get everything working, I wouild like to get it to use the config in the mediatomb folder thou, any ideas on that ?.
2009-07-22 23:26:28 UTC in MediaTomb
-
im not able to play .vob unless i change Mimetype in the mediatomb webpage from video/mp2p to video/mpeg
i do have
<map from="vob" to="video/mpeg"/> under mapings
i tryed <treat mimetype="video/mp2p" as="mpeg"/>
where do i go from here.
2009-07-21 11:36:39 UTC in MediaTomb