I am using Linux Mint 11 Katya (fully updated). I was wondering if anyone can tell me why the Mediatomb packages do not include the DVD import script?
My understanding is it should be somewhere like /usr/share/mediatomb/js/import-dvd.js but its not. Dpkg confirms its not part of my mediatomb-common package:
- Code: Select all
$ dpkg -L mediatomb mediatomb-common | grep -i dvd
$
I have Mediatomb 0.12.1 installed...
- Code: Select all
$ dpkg -s mediatomb-common | head
Package: mediatomb-common
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 2428
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: mediatomb
Version: 0.12.1-0ubuntu1
The mediatomb site says that dvd image support was introduced in 0.12.0. It also says that "The DVD image is parsed with the help of libdvdread" but it does not seem that mediatomb was compiled with that:
- Code: Select all
$ ldd `which mediatomb` | grep -i dvd
$
Any advice would be appreciated. Thank you.

