View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 20 posts ] 
Go to page Previous  1, 2

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Wed Jun 08, 2005 11:41 pm 
Offline
Joined: Thu Feb 17, 2005 2:42 pm
Posts: 2
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


Top
 Profile  
 
PostPosted: Fri Aug 05, 2005 2:34 pm 
Offline
Joined: Mon Jun 27, 2005 4:42 pm
Posts: 321
Location: Minneapolis, Minnesota, USA
douglaing wrote:
I am runing R12 and I get the following error

>ERR: Cannot jump to chapter 6 of title 1, only 5 exist
>ERR: in VTSM pgc 1, button scene_1_6
>Return value is 1

I'm running R5A16 and CVS version of mythtvburn, and I get this error 100% of the time. I've found a lot of other people with the same problem -- has anybody figured out a fix?

_________________
Grant


Top
 Profile  
 
PostPosted: Fri Aug 05, 2005 4:09 pm 
Offline
Joined: Mon Jun 27, 2005 4:42 pm
Posts: 321
Location: Minneapolis, Minnesota, USA
grante wrote:
douglaing wrote:
I am runing R12 and I get the following error
>ERR: Cannot jump to chapter 6 of title 1, only 5 exist
>ERR: in VTSM pgc 1, button scene_1_6
>Return value is 1

I'm running R5A16 and CVS version of mythtvburn, and I get this error 100% of the time. I've found a lot of other people with the same problem -- has anybody figured out a fix?

Could this have anything to do with bit rate? I'm running at about 60% of the default, and dvdauthor can only find 60% of the chapters. Just a coincidence?

At one point a couple years ago no a different box, I did have mythburn working, but I had to make massive changes (I had to edit pretty much every script) in order to get it working. It stopped working shortly thereafter, and I never figured out why.

_________________
Grant


Top
 Profile  
 
PostPosted: Thu Aug 11, 2005 1:44 pm 
Offline
Joined: Mon Jun 27, 2005 4:42 pm
Posts: 321
Location: Minneapolis, Minnesota, USA
grante wrote:
douglaing wrote:
I am runing R12 and I get the following error

>ERR: Cannot jump to chapter 6 of title 1, only 5 exist
>ERR: in VTSM pgc 1, button scene_1_6
>Return value is 1

I'm running R5A16 and CVS version of mythtvburn, and I get this error 100% of the time. I've found a lot of other people with the same problem -- has anybody figured out a fix?


This problem appears to be caused by the excessive number of sound discontinuities in the MPEG2 stream produced by the PVR-x50 encoder. Removing the "-k" option on the replex command line causes it to fix most of the discontinuities. Then the chapter error goes away. I've added this info to the MythTVBurn Wiki:
http://knoppmythwiki.org/index.php?page=MythTVBurn_Scripts_HowTo

_________________
Grant


Top
 Profile  
 
 Post subject: Finally a solution!
PostPosted: Mon Aug 29, 2005 8:21 am 
Offline
Joined: Fri May 28, 2004 11:21 am
Posts: 7
Location: UK
I've discovered that the replex in CVS with the mythburn scripts is out of date. It includes replex-0.1.3. Upgrading to replex-0.1.4 cures the dvdauthor problems :D


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ] 
Go to page Previous  1, 2



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu