<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">again answering my own question for documentation sake:<br><br>nuvexport has an '--infile' option which I didn't know about. It just uses the defaults (or those from ~/.nuvexportrc) and encodes a filepath into avi without human intervention. what kind of program doesn't print list of options with --help? nuvexport kind....:-) I always thought it was an interactive program. And wiki doesn't mention it either.<br><br>Now, the only thing left is the database update. I am thinking more like making the myth storage dir and nuvexport default dir the same. My filename formats are already same for both mythtv and nuvexport, thanks to myth-rename. So, its just a matter of changing .mpg to .avi in the 'basename' of 'recorded' table for that show
in the database and deleting .mpg from the mythdir. After setting up ~/.nuvexportrc, I am thinking like:<br><br>#!/bin/bash<br>nuvexport --infile $1<br>filen=`basename $1`<br>nfilen=${filen/.mpg/.avi}<br>echo "update recorded where basename='$filen' set basename='$nfilen' ;" | mysql -umythtv -pmythtv -Dmythconverg<br><br>I am just geussing on the sql syntax here but it should be close enough (if someone can correct it, please do). Would this work?<br><br>-devsk<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: devsk <funtoos@yahoo.com><br>To: Discussion about mythtv <mythtv-users@mythtv.org><br>Sent: Sunday, January 7, 2007 12:41:21 PM<br>Subject: Re: [mythtv-users] nuvexport; option missing<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">> It's built into MythTV
now.<br><br>do you mean nuvexport? is nuvexport now fully integrated with mythtv in the sense that I can use it to transcode to xvid instead of nuv, and it will take care of the database business (like updating the original recording with path to the transcoded one from nuvexport)? has my dream come true?<br><br>I wonder why mythtv didn't go with standard AVI, which would play on so many standalone divx players, in the first place.<br><br>-devsk<br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Chris Petersen <lists@forevermore.net><br>To: Discussion about mythtv <mythtv-users@mythtv.org><br>Sent: Sunday, January 7,
2007 12:02:33 PM<br>Subject: Re: [mythtv-users] nuvexport; option missing<br><br><div>nik gibson wrote:<br>> I've installed nuvexport and it starts fine but my option: 11.<br>> MPEG2->MPEG2 cut only is not even available. This is true even if I<br>> use mencoder or trascode. It's not like it's disabled it just isn't<br>> even an option. Is there a different version of nuvexport that allows<br>> for MPEG2->MPEG2 cutting?<br><br>It's built into MythTV now.<br><br>-Chris<br><br></div><div>_______________________________________________<br>mythtv-users mailing list<br>mythtv-users@mythtv.org<br><a rel="nofollow" target="_blank" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></div></div><br></div></div><br>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around
<br><span><a target="_blank" href="http://mail.yahoo.com">http://mail.yahoo.com</a> </span><div>_______________________________________________<br>mythtv-users mailing list<br>mythtv-users@mythtv.org<br><a target="_blank" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></div></div><br></div></div><br>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com </body></html>