Hi
I use Gentoo too, with the same setup in programms and transcode 0.6.14.
Everything works perfectly for me, at least up to 3 recordings..
/Fredrik
Code:
Index: install.sh
===================================================================
RCS file: /cvsroot/mythburn/mythburn/install.sh,v
retrieving revision 1.7
diff -r1.7 install.sh
11c11,12
< mythtv=/myth/tv
---
> #mythtv=/myth/tv
> mythtv=/mnt/video/recordings
115c116
< mythwebfolder=/var/www
---
> mythwebfolder=/var/www/localhost/htdocs/mythweb
137c138
< chown www-data:www-data $myfolder""/temp
---
> chown apache:apache $myfolder""/temp
142c143
< chown www-data:www-data $myfolder""/DVD
---
> chown apache:apache $myfolder""/DVD
147,149c148,150
< chown -R mythtv:www-data $myfolder""/images
< chown -R mythtv:www-data $myfolder""/images/backgrounds/thumbnails
< chown -R mythtv:www-data $myfolder""/music
---
> chown -R apache:apache $myfolder""/images
> chown -R apache:apache $myfolder""/images/backgrounds/thumbnails
> chown -R apache:apache $myfolder""/music
Index: mythtvburn.sh
===================================================================
RCS file: /cvsroot/mythburn/mythburn/mythtvburn.sh,v
retrieving revision 1.8
diff -r1.8 mythtvburn.sh
28c28
< myfolder=/myth/mythburn/mythburn
---
> myfolder=/myth/mythburn
31c31
< mythtvlocation=/myth/tv
---
> mythtvlocation=/mnt/video/recordings
328c328
< /usr/local/bin/tcdemux -i $myfolder""/temp/$file -W > $myfolder""/temp/$file.tcindex
---
> /usr/bin/tcdemux -i $myfolder""/temp/$file -W > $myfolder""/temp/$file.tcindex
527,529c527,529
< /usr/local/bin/transcode -q 0 -i $myfolder""/temp/$file"" -x auto,null -y jpg,null \
< -o $myfolder""/temp/$page""_$index""/V -Z 140x105 -k \
< -z --progress_off \
---
> /usr/bin/transcode -q 0 -i $myfolder""/temp/$file"" -x auto,null -y jpg,null \
> -o $myfolder""/temp/$page""_$index""/V -Z 140x105 \
> --progress_off \
531a532
> # -k -z
Index: images/backgrounds/plasma-fractal.png
===================================================================
RCS file: /cvsroot/mythburn/mythburn/images/backgrounds/plasma-fractal.png,v
retrieving revision 1.7
diff -r1.7 plasma-fractal.png
Binary files /tmp/cvsTrob0H and plasma-fractal.png differ
Index: images/backgrounds/plasma-green-yellow.png
===================================================================
RCS file: /cvsroot/mythburn/mythburn/images/backgrounds/plasma-green-yellow.png,v
retrieving revision 1.7
diff -r1.7 plasma-green-yellow.png
Binary files /tmp/cvswMCbQS and plasma-green-yellow.png differ
Index: images/backgrounds/plasma-tomato.png
===================================================================
RCS file: /cvsroot/mythburn/mythburn/images/backgrounds/plasma-tomato.png,v
retrieving revision 1.7
diff -r1.7 plasma-tomato.png
Binary files /tmp/cvshb8kM3 and plasma-tomato.png differ
Index: images/backgrounds/thumbnails/gradient-dodgerblue.png
===================================================================
RCS file: /cvsroot/mythburn/mythburn/images/backgrounds/thumbnails/gradient-dodgerblue.png,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 gradient-dodgerblue.png
Binary files /tmp/cvswhQPMe and gradient-dodgerblue.png differ
Index: images/backgrounds/thumbnails/mythtv-logo.png
===================================================================
RCS file: /cvsroot/mythburn/mythburn/images/backgrounds/thumbnails/mythtv-logo.png,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 mythtv-logo.png
Binary files /tmp/cvs5PXGNp and mythtv-logo.png differ
Index: images/backgrounds/thumbnails/plasma-fractal.png
===================================================================
RCS file: /cvsroot/mythburn/mythburn/images/backgrounds/thumbnails/plasma-fractal.png,v
retrieving revision 1.7
diff -r1.7 plasma-fractal.png
Binary files /tmp/cvswStTOA and plasma-fractal.png differ
Index: images/backgrounds/thumbnails/plasma-green-yellow.png
===================================================================
RCS file: /cvsroot/mythburn/mythburn/images/backgrounds/thumbnails/plasma-green-yellow.png,v
retrieving revision 1.7
diff -r1.7 plasma-green-yellow.png
Binary files /tmp/cvsRfpCQL and plasma-green-yellow.png differ
Index: images/backgrounds/thumbnails/plasma-tomato.png
===================================================================
RCS file: /cvsroot/mythburn/mythburn/images/backgrounds/thumbnails/plasma-tomato.png,v
retrieving revision 1.7
diff -r1.7 plasma-tomato.png
Binary files /tmp/cvsaq2PSW and plasma-tomato.png differ
Index: mythwebburn/mythtvburnconfig.xml
===================================================================
RCS file: /cvsroot/mythburn/mythburn/mythwebburn/mythtvburnconfig.xml,v
retrieving revision 1.8
diff -r1.8 mythtvburnconfig.xml
1c1
< <mythtvburnconfig><backgroundimage>sea_scene.png</backgroundimage><videoformat>pal</videoformat><music>funky2.mp2</music><highlight>barbwire.png</highlight><makeisoimage>yes</makeisoimage><burntodvdr>no</burntodvdr><deletevideots>no</deletevideots><animatedmenus>no</animatedmenus></mythtvburnconfig>
\ No newline at end of file
---
> <mythtvburnconfig><backgroundimage>mythtv-logo.png</backgroundimage><videoformat>pal</videoformat><music>menumusic.mp2</music><highlight>point_circle.png</highlight><makeisoimage>yes</makeisoimage><burntodvdr>no</burntodvdr><deletevideots>no</deletevideots><animatedmenus>yes</animatedmenus></mythtvburnconfig>
\ No newline at end of file
Index: mythwebburn/mythtvburndvd.php
===================================================================
RCS file: /cvsroot/mythburn/mythburn/mythwebburn/mythtvburndvd.php,v
retrieving revision 1.2
diff -r1.2 mythtvburndvd.php
6c6
< $mythburnfolder='/myth/mythburn/mythburn';
---
> $mythburnfolder='/myth/mythburn';
Index: mythwebburn/mythtvburndvd_confirm.php
===================================================================
RCS file: /cvsroot/mythburn/mythburn/mythwebburn/mythtvburndvd_confirm.php,v
retrieving revision 1.4
diff -r1.4 mythtvburndvd_confirm.php
14c14
< $mythrecordings='/myth/tv';
---
> $mythrecordings='/mnt/video/recordings';
Index: mythwebburn/mythtvburndvd_createdvd.php
===================================================================
RCS file: /cvsroot/mythburn/mythburn/mythwebburn/mythtvburndvd_createdvd.php,v
retrieving revision 1.6
diff -r1.6 mythtvburndvd_createdvd.php
11c11
< $mythburnfolder='/myth/mythburn/mythburn';
---
> $mythburnfolder='/myth/mythburn';
Index: scripts/extractthumbnail.sh
===================================================================
RCS file: /cvsroot/mythburn/mythburn/scripts/extractthumbnail.sh,v
retrieving revision 1.3
diff -r1.3 extractthumbnail.sh
40c40,41
< $transcode -q 0 -i "$2" -x auto,null -y jpg,null -o $3 -Z $imagesize -k -z --progress_off --nav_seek $2"".tcindex -c $cut
---
> # $transcode -q 0 -i "$2" -x auto,null -y jpg,null -o $3 -Z $imagesize -k -z --progress_off --nav_seek $2"".tcindex -c $cut
> $transcode -q 0 -i "$2" -x auto,null -y jpg,null -o $3 -Z $imagesize --progress_off --nav_seek $2"".tcindex -c $cut
Index: scripts/getmyth.sh
===================================================================
RCS file: /cvsroot/mythburn/mythburn/scripts/getmyth.sh,v
retrieving revision 1.4
diff -r1.4 getmyth.sh
66c66
< mysql -uroot mythconverg -s -B --exec "select IFNULL(recorded.title,''),' ',IFNULL(recorded.subtitle,'') $sqlstatement" > $myfolder/temp/title1.txt
---
> mysql -umythtv -pmythtv mythconverg -s -B --exec "select IFNULL(recorded.title,''),' ',IFNULL(recorded.subtitle,'') $sqlstatement" > $myfolder/temp/title1.txt
68c68
< mysql -uroot mythconverg -s -B --exec "select IFNULL(recorded.description,'') $sqlstatement" > $myfolder/temp/description1.txt
---
> mysql -umythtv -pmythtv mythconverg -s -B --exec "select IFNULL(recorded.description,'') $sqlstatement" > $myfolder/temp/description1.txt
70c70
< mysql -uroot mythconverg -s -B --exec "select IFNULL(recorded.cutlist,'') $sqlstatement" > $myfolder/temp/cutlist.txt
---
> mysql -umythtv -pmythtv mythconverg -s -B --exec "select IFNULL(recorded.cutlist,'') $sqlstatement" > $myfolder/temp/cutlist.txt
72c72
< mysql -uroot mythconverg -s -B --exec "select IFNULL(recorded.category,'') $sqlstatement" > $myfolder/temp/category.txt
---
> mysql -umythtv -pmythtv mythconverg -s -B --exec "select IFNULL(recorded.category,'') $sqlstatement" > $myfolder/temp/category.txt