Page 1 of 1

Profile for Sony BDP-S780 3D Blu-ray disc player

PostPosted: Wed Jul 18, 2012 8:44 pm
by linnuxxy
I've edited 'Sony BD Player / SMP' to suite better my s780

Re: Profile for Sony BDP-S780 3D Blu-ray disc player

PostPosted: Wed Jul 18, 2012 9:19 pm
by zip
What I found out on mine is that you don't have to transcode MKV files and then you get the option of selecting audio track. You can try that with the generic profile.

Re: Profile for Sony BDP-S780 3D Blu-ray disc player

PostPosted: Wed Jul 25, 2012 1:59 am
by Stoneduck
I downloaded the profiles.xml file, and it works fine with my Sony 3D Blu-ray disk Player BDP-590

Thanks :)

Re: Profile for Sony BDP-S780 3D Blu-ray disc player

PostPosted: Wed Jul 25, 2012 12:30 pm
by patters
I've diffed this config and as far as I can see the only change the OP made to the profile was to comment out this line:
  Code:
<!-- Matches container="avi" vCodec="mjpeg" /-->


Which would cause MJPEG AVIs (usually from older digital cameras) to play natively rather than be transcoded.

The profile he posted was based on Serviio 0.6.2, so I would advise against using it for Serviio 1.0. The newer BDP profile included with 1.0 contains a number of new enhancements:- AAC audio in online streams is no longer transcoded to AC3, and live streams will now work (they didn't with Serviio 0.6.2).

Re: Profile for Sony BDP-S780 3D Blu-ray disc player

PostPosted: Tue May 07, 2013 9:20 pm
by linnuxxy
I added this profile to the profiles.xml ... it works great
  Code:
<Profile id="bdp780" name="Sony BDP-S780" extendsProfileId="1">
      <!-- For this BDP profile MKVs with multiple audio tracks and multiple subtitles are natively supported AVIs with DivX FourCC are transcoded,
       no XSub subtitle support -->
      <DeviceDescription>
         <!-- act as WMP so that the TV doesn't show root categories -->
         <ModelName>Windows Media Player Sharing</ModelName>
         <ModelNumber>3.0</ModelNumber>
         <Manufacturer>Microsoft Corporation</Manufacturer>
      </DeviceDescription>
      <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.SonyDLNAMessageBuilder</ContentDirectoryMessageBuilder>
      <ContentDirectoryDefinitionFilter>org.serviio.upnp.service.contentdirectory.definition.WMPContentDirectoryDefinitionFilter</ContentDirectoryDefinitionFilter>
   </Profile>