Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
Which kind of files? mkv? are they renamed to m2ts? are the .mplayer/config (under core and md at /root/.mplayer/config) the same?
I would like to know this as I have had a question on a previous thread about how to get rid of embedded subs and looks like this "blooper" in my setup has pointed me in the right direction!!
http://wiki.linuxmce.org/index.php/Subtitles_Support - this wiki applies to xine. m2ts is played by mplayer, so, the configs are in /root/.mplayer/config (c/h and md) (used by root) and /etc/mplayer/mplayer.conf (systemwide for c/h and md).
# DVD: Display English subtitles if available.#slang = en
dcerouter_1008240:/# cat /etc/mplayer/mplayer.conf # # MPlayer configuration file # # Configuration files are read system-wide from /usr/local/etc/mplayer.conf # and per user from ~/.mplayer/config, where per-user settings override # system-wide settings, all of which are overrriden by the command line. # # The configuration file settings are the same as the command line # options without the preceding '-'. # # See the CONFIGURATION FILES section in the man page # for a detailed description of the syntax. ################### video settings #################### Specify vdpau codecs when using -vo vdpau.#[vo.vdpau] #vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,# Specify default video driver (see -vo help for a list).#vo=xv # Use SDL video with the aalib subdriver by default.#vo = sdl:aalib # FBdev driver:# # mode to use (read from fb.modes)#fbmode = 640x480-120 # # location of the fb.modes file #fbmodeconfig = /etc/fb.modes # Specify your monitor timings for the vesa and fbdev video output drivers.# See /etc/X11/XF86Config for timings. Be careful; if you specify settings # that exceed the capabilities of your monitor, you may damage it. # # horizontal frequency range (k stands for 1000) #monitor-hfreq = 31.5k-50k,70k # # vertical frequency range #monitor-vfreq = 50-90 # # dotclock (or pixelclock) range (m stands for 1000000) #monitor-dotclock = 30M-300M # Start in fullscreen mode by default.#fs=yes # Change to a different videomode when going fullscreen.#vm=yes # Override the autodetected color depth, may need 'vm=yes' as well.#bpp=0 # Enable software scaling (powerful CPU needed) for video output# drivers that do not support hardware scaling. #zoom=yes # standard monitor size, with square pixels#monitoraspect=4:3 # Use this for a widescreen monitor, non-square pixels.#monitoraspect=16:9 # Keep the player window on top of all other windows.#ontop=yes ################### audio settings #################### Specify default audio driver (see -ao help for a list).#ao=oss # Use SDL audio driver with the esd subdriver by default.#ao = sdl:esd # Specify the mixer device.#mixer = /dev/mixer # Resample the sound to 44100Hz with the lavcresample audio filter.#af=lavcresample=44100 # Output audio to S/PDIF#ao=alsa:device=spdif #ac=hwac3,hwdts,hwmpa, ################### other settings #################### Pretend to be Window Media Player.# Fixes playback when playlist and media file use the same URL.#user-agent=NSPlayer/4.1.0.3856 # Pretend to be Quicktime# Fixes playback for apple.com/trailers redirects#user-agent="QuickTime" # Drop frames to preserve audio/video sync.#framedrop = yes # Specify your preferred skin here (skins are searched for in# /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).#skin = Abyss # Resample the font alphamap.# 0 plain white fonts # 0.75 very narrow black outline (default)# 1 narrow black outline # 10 bold black outline #ffactor = 0.75 # cache settings# # Use 8MB input cache by default.#cache = 8192 # # Prefill 20% of the cache before starting playback.#cache-min = 20.0 # # Prefill 50% of the cache before restarting playback after the cache emptied.#cache-seek-min = 50 # DVD: Display English subtitles if available.#slang = en # DVD: Play English audio tracks if available.#alang = en #################### DVDNAV Settings ####################[protocol.dvdnav] #vc=ffmpeg12, #mouse-movements=yes#nocache=yes # You can also include other configuration files.#include = /path/to/the/file/you/want/to/include # ## Font encoding#subfont-encoding=unicode# Subtitle file encoding#utf8=yes# Resample the font alphamap (10: bold black outline)ffactor=10# Subtitle position (100: as low as possible)subpos=100# Subtitle alignment at its position (2: bottom)subalign=2# Font size (2: proportional to movie width)subfont-autoscale=2# Font blur radius (default: 2)subfont-blur=1.0# font outline thickness (default: 2)subfont-outline=1.0# Autoscale coefficient of the subtitle (default: 5)subfont-text-scale=3.0# OSD#====# Autoscale coefficient of the OSD elements (default: 6)subfont-osd-scale=3.0
dcerouter_1008240:/# cat /root/.mplayer/config ## Set Video output to VDPAU and use appropriate codecs vo=vdpau vc=ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau ## Set AC3/DTS PASSTHROUGH and ON THE FLY AC3 RE-ENCODING FOR 6 CHANNEL AAC FILES#ao=alsa:device=hw=0.1 #afm=hwac3 #channels=6 #af=scaletempo,lavcac3enc=1:640:3 # Font encoding#subfont-encoding=unicode# Subtitle file encoding#utf8=yes# Resample the font alphamap (10: bold black outline)ffactor=10# Subtitle position (100: as low as possible)subpos=100# Subtitle alignment at its position (2: bottom)subalign=2# Font size (2: proportional to movie width)subfont-autoscale=2# Font blur radius (default: 2)subfont-blur=1.0# font outline thickness (default: 2)subfont-outline=1.0# Autoscale coefficient of the subtitle (default: 5)subfont-text-scale=2.5# OSD#====# Autoscale coefficient of the OSD elements (default: 6)subfont-osd-scale=2.5