LinuxMCE Forums

General => Users => Topic started by: lon22 on January 06, 2008, 06:23:36 AM

Title: Configuring Xine Player in LMCE
Post by: lon22 on January 06, 2008, 06:23:36 AM
Does anyone know if there is a difference in the configuration of the xine player that is used in LMCE and the one I can access via the KDE desktop. I have some files that I can play with the KDE desktop version that I can't play in LMCE. Also I have files where I can hear the audio in the KDE desktop xine player, but don't hear the audio if I play them in LMCE. Thanks
Title: Re: Configuring Xine Player in LMCE
Post by: Marie.O on January 06, 2008, 05:46:32 PM
They use different configuration files. The KDE version uses the /root/.xine/config.conf (i think) and the LMCE uses the configuration file /etc/pluto/xine.conf

Search for XINE on the Wiki and you might some helpful information regarding the audio issue.

rgds
Oliver
Title: Re: Configuring Xine Player in LMCE
Post by: lon22 on January 06, 2008, 10:27:59 PM
Ok thanks. I have been looking at the wiki - http://wiki.linuxmce.org/index.php/Changing_Xine_Player_Audio_Settings - in regards to configuring the xine player. Another problem I'm having and I'm not sure if it is related to xine, is that I can't get output on all four speakers, only two. I have a sound blaster connected to a 4.1 speaker set.
Title: Re: Configuring Xine Player in LMCE
Post by: colinjones on January 06, 2008, 11:29:44 PM
Just for clarity, as I understand it. Xine player isn't really used in LMCE. The xine player on the desktop is really just a GUI around xinelib - just libraries, the GUI pulls them altogether into a useable tool. LMCE doesn't use that GUI, it has Xine_Wrapper, which is a piece of code written specifically to integrate the xinelib functions into LMCE. The libraries used are the same, but actual tool/program/application is completely different, and so things you can do on the desktop do not necessarily translate to how they work in LMCE, depends on whether whoever wrote Xine_Wrapper included that particular functionality, even though the libraries themselves are still capable.
Title: Re: Configuring Xine Player in LMCE
Post by: lon22 on January 06, 2008, 11:36:57 PM
Well that's interesting. Collin, do you know if besides the minimum configuration available on the Admin website, if there is a way for additional configuration.
Title: Re: Configuring Xine Player in LMCE
Post by: colinjones on January 06, 2008, 11:56:41 PM
No idea, I'm just regurgitating other stuff I have read on the forums!
Title: Re: Configuring Xine Player in LMCE
Post by: ddamron on January 07, 2008, 12:51:28 AM
You might want to take a look at the sourcecode for the Xine_Wrapper..

If it's just a wrapper, it shouldn't be too complicated...

HTH,

Dan
Title: Re: Configuring Xine Player in LMCE
Post by: tschak909 on January 07, 2008, 05:58:44 AM
edit /root/.xine/config ... the Xine_Player (and any libxine based app for that matter) will use this config file.

-Thom
Title: Re: Configuring Xine Player in LMCE
Post by: lon22 on January 07, 2008, 06:26:18 AM
I tried making some changes in the /root/.xine/conf file, but they didn't seem to have an affect on the xine player. I tried to set the speaker configuration from Stereo 2.0 to Surround 4.1. I even regenerated the orbiter and when that didn't work, I rebooted the system. Still no changes.
Title: Re: Configuring Xine Player in LMCE
Post by: Marie.O on January 07, 2008, 09:08:48 AM
Hello Thom,

Quote from: tschak909 on January 07, 2008, 05:58:44 AM
edit /root/.xine/config ... the Xine_Player (and any libxine based app for that matter) will use this config file.

are you sure about this? The xine from within Pluto used that file, but the information from the /etc/pluto/xine.conf seems to at least overwrite those settings.

rgds
Oliver
Title: Re: Configuring Xine Player in LMCE
Post by: tschak909 on January 07, 2008, 01:19:39 PM
looks like they are both used.

-Thom