aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvdrip/files/patch-lib::Video::DVDRip::Config.pm
blob: 0f25dec4e8e9ea613ae9110224030e34f928173f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
--- lib/Video/DVDRip/Config.pm.orig	Sat Mar 18 08:26:51 2006
+++ lib/Video/DVDRip/Config.pm	Sun Apr 16 04:52:57 2006
@@ -57,7 +57,7 @@
 	dvd_device => {
 		label => __"DVD device",
 		type => 'file',
-		value => "/dev/dvd",
+		value => "/dev/cd0",
 	},
 	dvd_mount_point => {
 		label => __"DVD mount point",
@@ -67,12 +67,12 @@
 	writer_device => {
 		label => __"Writer device file",
 		type => 'file',
-		value => "/dev/cdrom",
+		value => "/dev/cd0",
 	},
 	eject_command => {
 		label => __"Eject Command",
 		type => 'string',
-		value => "eject",
+		value => "cdcontrol",
 	},
 	play_dvd_command => {
 		label => __"DVD player command",
@@ -95,7 +95,7 @@
 	play_stdin_command => {
 		label => __"STDIN player command",
 		type  => 'string',
-		value => 'xine stdin://mpeg2 -g -pq -a %a',
+		value => 'mplayer -aid %(%a+128) -',
 		presets => [
 			'mplayer -aid %(%a+128) -',
 			'xine stdin://mpeg2 -g -pq -a %a',
@@ -151,7 +151,7 @@
 	default_video_codec => {
 		label => __"Default video codec",
 		type  => 'string',
-		value => 'divx4',
+		value => 'xvid4',
 		presets => [
 			"SVCD","VCD","XSVCD","XVCD","CVD",
 			"divx4","divx5",
@@ -198,7 +198,7 @@
 	burn_cdrecord_cmd => {
 		label => __"cdrecord command",
 		type  => 'string',
-		value => '/usr/lib/xcdroast-0.98/bin/xcdrwrap CDRECORD',
+		value => 'cdrecord',
 		presets => [
 			'/usr/lib/xcdroast-0.98/bin/xcdrwrap CDRECORD',
 			'cdrecord',