Page 1 of 1

Playing ogg and flac files on PS3

PostPosted: Sun Mar 27, 2011 11:20 am
by individual
Is there a simpler way to stream flac and ogg files to PS3 other than modify PLAYSTATION 3. profile with the following lines?
  Code:
                       
                        <Audio targetContainer="lpcm">
                                <Matches container="flac" />
                                <Matches container="ogg" />
                        </Audio>

Can <Matches continer> be used as well for APE audio files?

Thanks in advance.

Re: Playing ogg and flac files on PS3

PostPosted: Sun Mar 27, 2011 11:48 am
by Cerberus
individual wrote:Is there a simpler way to stream flac and ogg files to PS3 other than modify PLAYSTATION 3. profile with the following lines?
  Code:
                       
                        <Audio targetContainer="lpcm">
                                <Matches container="flac" />
                                <Matches container="ogg" />
                        </Audio>

Can <Matches continer> be used as well for APE audio files?

Thanks in advance.


nope and nope :) if you would like APE audio support added to serviio please post a ticket on bitbucket for it to be implemented in a future release..