Guillaume Proux wrote:
> Just installed 1.7.0 rc2 from tgz and kaa from SVN.
>
> I am running from the extracted tarball but did python setup.py
> install for both freevo and kaa
>
> This is my first install and i am getting lost.
>
> I would like to do the following:
> - watch DVDs
> - rip DVDs and encode into xvid
> - watch xvids
>
> My first problem is that every time I put a DVD in my player, kaa does
> not seem to recognize it as a DVD and freevo just shows me the content
> of the DVD as if it was a damn CDROM. Of course, mplayer is not happy
> camper.
Difficult to say what you problem is from the description that you have
given where the problem could be.
Try checking what the dvd rule is in /etc/udev/rules.d/50-udev.rules,
should be something like:
BUS="ide", KERNEL="*[!0-9]", PROGRAM="/bin/cat /proc/ide/%k/media",
RESULT="cdrom", NAME="%k", SYMLINK+="cdrom dvd"
This is a flexible rule that creates two symlinks to the cdrom device
called cdrom and dvd.
Make sure that, in local_conf.py
ROM_DRIVES = [ ('/mnt/dvd', '/dev/dvd', 'DVD') ]
or your equivalent is set
Try different dvds,
Try:
mminfo /dev/dvd
> I kicked out MythTV because I think Freevo is better thought out (and
> written in Python). But I really need the system to really recongize
> DVDs and show them as DVD :)
> Does anyone knows how to do?
>
> Next steps: (can't find any doc...). How to install the encoding
> service and the ripping module?
Best place to look if it is not in the wiki is local_conf.py.example the
comments _should_ tell you what to set.
For DVDs just add:
plugin.activate('video.dvdbackup')
to local_conf.py
And for progress:
plugin.activate('idlebar.encoding', level=20)
Not very good at the moment but does show what phase is being run and
the expected finish time for that phase.
Duncan
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users