<div dir="ltr">This should work..  beware though.. It's untested.. in BASH.<div><br></div><div>for file in `find . -name \*.mp4`; do mv $file `echo $file | sed 's/\(.*\.\)mp4/\1avi/'` ; done<br></div><div><br></div>

<div style>If you want to test it first, replace 'mv $file' with 'echo'.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 17, 2013 at 10:39 PM, Jonathan Jesse <span dir="ltr"><<a href="mailto:jjesse@gmail.com" target="_blank">jjesse@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hey GRLUGERS,<div><br></div><div>New to scripting and all that but hoping to get some help out here.  I've been using minidnla on my Ubuntu laptop to stream movies to my xbox and things are working very well.</div>


<div><br></div><div>However I notice something... If I grab something off bittorent chances are it is a MP4 or a MKV file and my xbox can't stream it.</div><div><br></div><div>For some reason if I rename the same file Big Bang Theory.mp4 to Big Bang Theory.avi the file will play on my xbox.  Not quite sure what happens in the rename of the file that makes the magic work but it does.</div>


<div><br></div><div>So I'm wondering if there is a script guru that could look at all my files that either named *.mp4 or *.mkv and rename it to whatever it was .avi?</div><div><br></div><div>Make sense?</div>
</div>
<br>_______________________________________________<br>
grlug mailing list<br>
<a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>
<a href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug" target="_blank">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a><br></blockquote></div><br></div>