Dvd-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(Preparation)
 
No edit summary
 
(21 intermediate revisions by 12 users not shown)
Line 1: Line 1:
==Description==
==Description==
'''Author:''' Andreas Schultz, Sven Goethel
[[Image:(missing)-plugin.jpg|thumb|Screenshot]]


A DVD Player plugin.
==Hardware requirements==


===Status===
==Software requirements==
Last Update 01/2009 (cvs)


==Installation==
==Images==
<gallery>
See [[plugin installation]]
Image:dvd-plugin-00.jpg|''Settings''
</gallery>


===Options===
==Usage==
{| class="wikitable"
|-
| bgcolor=red | Red
| go to position (direct input of pos)
|-
| bgcolor=lime | Green
| 1 min. backward
|-
| bgcolor=yellow | Yellow
| 1 min. forward
|-
| bgcolor=blue | Blue
| Go to Title (Number)
|-
| bgcolor=#efefef | Back
| Stop replay - end plugin
|-
| bgcolor=#efefef | Ok
| Toggle progress bar
|-
| bgcolor=#efefef | Up, kPlay
| Play
|-
| bgcolor=#efefef | Down, kPause
| Pause
|-
| bgcolor=#efefef | Left/Right
| Fast backward/Fast forward (Fast during play mode, slow in pause mode)
|-
| bgcolor=#efefef | kFastRew/kFastFwd
|
|-
| bgcolor=#efefef | Audio (earlier versions: 1)
| Next audio track - OSD Menue && audio key
|-
| bgcolor=#efefef | 2
| next subtitle, '2' several times for choice, then 'Ok'
|-
| bgcolor=#efefef | 3
| next
|-
| bgcolor=#efefef | 4
| previous chapter
|-
| bgcolor=#efefef | 6
| next chapter
|-
| bgcolor=#efefef | 7, kChanDn
| previous title
|-
| bgcolor=#efefef | 9, kChanUp
| next title
|-
| bgcolor=#efefef | 5
| DvdNavigationForce ON / DVD main menu (if progress on)
|-
| bgcolor=#efefef | 8
| DVD title menue
|-
| bgcolor=#efefef | 0
| DVD audio menue (language selection)
|}


==Hardware Requirements==
===Patches===
* DVD-ROM or DVD-Burner


==Software Requirements==
==Configuration==
* a52dec
* libdvdcss (optional, see NOTE)
* libdvdnav
* libdvdread


{{Box Critical|
==Parameter==
The usage and distribution of the ''libdvdcss'' library is illegal in some countries (e.g. USA). The plugin can be build and used without this library, but then CSS protected DVDs cannot be played.
{| border=1 cellpadding=2 cellspacing=0
}}
|- bgcolor=#efdead

==Configuration==
===Parameter===
{| class="wikitable"
|-
!Parameter (short)
!Parameter (short)
!Parameter (long)
!Parameter (long)
!Description
!Description
|-
|-
| -C ''<DEV>'' || --dvd=''<DEV>'' || use ''<DEV>'' as DVD device (default: ''/dev/dvd'')
| -a ABC || --aaa=ABC || some Parameter
|-
| -b || --bbb || another Parameter
|}
|}
The command line starting VDR (i.e. in runvdr) has to be extended (replace sdX by DVDs device node):
-P'dvd -C/dev/sdX'


==Handling==
==Other==
===Problems===
{| border=1 cellpadding=2 cellspacing=0
* Some buyed DVDs are not played, plugin segfaults && shows in logfiles "libdvdnav: ifoRead_VOBU_ADMAP vtsi failed".
|- bgcolor=#efdead
* [http://www.heise.de/newsticker/meldung/89306 read here: German DVDs with new copy protection]
!Key
* Solution:
!Description
** use other versions of libdvdnav and libdvdread
|-
*** libdvdnav_0.1.10-0.2-3.tar.gz
!bgcolor=#efefef| Right || Fast forward (5 sec.)
*** libdvdread_0.9.7-2-1.tar.gz
|-
!bgcolor=#efefef| Left || Fast backward (5 sec.)
|-
!bgcolor=#efefef| Up || Next song
|}


==Problems==
===Tipps===
* [http://www.vdr-portal.de/board/thread.php?postid=558770 play DVDs from other computer (German)]


==CVS==
===Snapshot===
cvs -d:pserver:anonymous@dvdplugin.cvs.sourceforge.net:/cvsroot/dvdplugin login
<pre>
cvs -z3 -d:pserver:anonymous@dvdplugin.cvs.sourceforge.net:/cvsroot/dvdplugin co -P dvd
cvs ... login

cvs ... co ...
==Current Version==
</pre>
[http://sourceforge.net/project/downloading.php?group_id=110541&filename=vdr-dvd-0.3.6_b03.bz2&a=39400504 0.3.6b] '''NOTE: outdated, use cvs version!'''


==Links==
==Links==
# [http://sourceforge.net/projects/dvdplugin Plugins Homepage]
{|
| [1]
| http://
| Plugin homepage
|}


[[Category:Plugins]]
[[Category:Plugins]]
[[Category:Mediaplayer-Plugins]]

{{i18n|dvd-plugin}}
<!-- Link to the german VDR Wiki -->
[[de:(missing)-plugin]]

Latest revision as of 20:52, 30 November 2013

Description

Author: Andreas Schultz, Sven Goethel

A DVD Player plugin.

Status

Last Update 01/2009 (cvs)

Images

Usage

Red go to position (direct input of pos)
Green 1 min. backward
Yellow 1 min. forward
Blue Go to Title (Number)
Back Stop replay - end plugin
Ok Toggle progress bar
Up, kPlay Play
Down, kPause Pause
Left/Right Fast backward/Fast forward (Fast during play mode, slow in pause mode)
kFastRew/kFastFwd
Audio (earlier versions: 1) Next audio track - OSD Menue && audio key
2 next subtitle, '2' several times for choice, then 'Ok'
3 next
4 previous chapter
6 next chapter
7, kChanDn previous title
9, kChanUp next title
5 DvdNavigationForce ON / DVD main menu (if progress on)
8 DVD title menue
0 DVD audio menue (language selection)

Hardware Requirements

  • DVD-ROM or DVD-Burner

Software Requirements

  • a52dec
  • libdvdcss (optional, see NOTE)
  • libdvdnav
  • libdvdread
Critical
Critical

The usage and distribution of the libdvdcss library is illegal in some countries (e.g. USA). The plugin can be build and used without this library, but then CSS protected DVDs cannot be played.


Configuration

Parameter

Parameter (short) Parameter (long) Description
-C <DEV> --dvd=<DEV> use <DEV> as DVD device (default: /dev/dvd)

The command line starting VDR (i.e. in runvdr) has to be extended (replace sdX by DVDs device node):

-P'dvd -C/dev/sdX'

Other

Problems

  • Some buyed DVDs are not played, plugin segfaults && shows in logfiles "libdvdnav: ifoRead_VOBU_ADMAP vtsi failed".
  • read here: German DVDs with new copy protection
  • Solution:
    • use other versions of libdvdnav and libdvdread
      • libdvdnav_0.1.10-0.2-3.tar.gz
      • libdvdread_0.9.7-2-1.tar.gz

Tipps

Snapshot

cvs -d:pserver:anonymous@dvdplugin.cvs.sourceforge.net:/cvsroot/dvdplugin login
cvs -z3 -d:pserver:anonymous@dvdplugin.cvs.sourceforge.net:/cvsroot/dvdplugin co -P dvd

Current Version

0.3.6b NOTE: outdated, use cvs version!

Links

  1. Plugins Homepage