I've been using minimyth for a while on my sp8000e and basically very happy with it. Here a few are a few remarks.
- 0.18.1.7 and 0.18.1.8 don't seem to honor the MM_SOUND/MM_AUDIO_TYPE for xine. Since I don't have digital sound I didn't hear sound when playing dvd's
- Looks like mythvideo is using xine by default (or is this backend configuration?). With my configuration mplayer is the better choice for playing DivX movies, xine has dropped frames.
- Never got my Epia so hot (85C and smelly...) when using the "visualize" function of mythmusic to save my TV from burning in (almost burned the house

- With 0.18.1.7 playing back divx encoded recordings from my bttv card hung the system with a bright green screen, seems to been fixed with 0.18.1.8 ?
and finally a feature request ;
please add awk and lsdvd in the next release. I use these in a script as an alternative to xine to play dvd's (if I choose "play vcd")
Code: Select all
#!/bin/sh
TRACK=`lsdvd | awk '/^Longest track:/ { print $3 }'`
mplayer dvd://$TRACK -dvd-device /dev/dvd -ao alsa -srate 48000 -fs -zoom -slang nl
Thanks for this great mini distro !
Jeroen