[mythtv] Bug in nuvexport?

Jon Larson jtlarson at u.washington.edu
Thu Sep 28 23:07:33 UTC 2006


Jon Larson wrote:
> Not sure if this is the right place to post this, but I'm hoping that a 
> real software dev can help me out with this:
>
> nuvexport to mp3 adds a space after any hyphen that appears in the 
> output filename. Example:
> If I run nuvexport with --filename=xxx-yyy for the input; the output 
> filename will be xxx- yyy.mp3
>
> Currently using revision 275 of nuvexport . 
> mp3.pm was "--#Last Updated: 2004.09.27 (xris)"
>
> Let me know if there's some other information that I should provide.
>
> Jon Larson
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>   
Here is a --debug from nuvexport as an example. Notice that the title at 
the top is ddd-mmm, but the 'nice' command fork and following reference 
"ddd- mmm" :

To encode:  ddd-mmm:  Thu Sep 28 14:28:00 2006
Use the following commands:

system call:
mkdir -m 0755 /tmp/fifodir_10795/

forking:
/usr/bin/nice -n19 /usr/bin/mythtranscode --showprogress -p autodetect 
-c 1007 -s 2006-09-28-14-28-00 -f "/tmp/fifodir_10795/" --honorcutlist 
--fifosync 2>&1

forking:
cat /tmp/fifodir_10795/vidout > /dev/null

forking:
/usr/bin/nice -n19 ffmpeg -y -f s16le -ar 48000 -ac 2 -i 
/tmp/fifodir_10795/audout  -ab 128 -acodec mp3 -f mp3 
'/myth/windows/media/courses/ipodfeed/20060928142800_ddd- mmm.2.mp3' 2>&1

system call:
id3tag -A 'Thu Sep 28 14:28:00 2006' -a '1007' -c 'No Description' -s 
'ddd-mmm' '/myth/windows/media/courses/ipodfeed/20060928142800_ddd- 
mmm.2.mp3'

Jon Larson


More information about the mythtv-dev mailing list