computers:media:encoding:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computers:media:encoding:start [2011/03/12 18:20] – david | computers:media:encoding:start [2011/05/26 16:45] (current) – david | ||
|---|---|---|---|
| Line 112: | Line 112: | ||
| Well, I've not had too much success with Mythtv' | Well, I've not had too much success with Mythtv' | ||
| - | | + | |
| - | - [[http:// | + | - [[http:// |
| - This little bash script that will make symbolic links right where you are <code bash> | - This little bash script that will make symbolic links right where you are <code bash> | ||
| + | #!/bin/bash | ||
| + | for filename in / | ||
| + | do | ||
| + | # windows did not like the colons in the name, so changing to underscores and periods | ||
| + | fname=`mythname.pl --rep=. --subtitle $filename | tr : _ | tr '; | ||
| + | echo " | ||
| + | ln -s $filename $fname | ||
| + | done | ||
| + | exit 0 | ||
| </ | </ | ||
| + | - Download everything to your PC with " | ||
| + | - Use this ({{: | ||
| + | - Dump all the files into SUPER and wait a very long time! | ||
| ===== Mythtv to DVD ===== | ===== Mythtv to DVD ===== | ||
computers/media/encoding/start.1299954034.txt.gz · Last modified: by david
