User Tools

Site Tools


computers:media:encoding:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computers:media:encoding:start [2011/03/12 19:06] davidcomputers:media:encoding:start [2011/05/26 16:45] (current) david
Line 118: Line 118:
 for filename in /var/lib/mythtv/recordings/*.mpg for filename in /var/lib/mythtv/recordings/*.mpg
 do do
-  fname=`mythname.pl --rep=. --subtitle $filename`+  # windows did not like the colons in the name, so changing to underscores and periods 
 +  fname=`mythname.pl --rep=. --subtitle $filename | tr : _ | tr ';.' .`.mpg
   echo "Linking $filename to $fname"   echo "Linking $filename to $fname"
   ln -s $filename $fname   ln -s $filename $fname
computers/media/encoding/start.1299956797.txt.gz · Last modified: 2011/03/12 19:06 by david