Page 1 of 1

2016 DX750 Series

PostPosted: Sat Jul 16, 2016 7:56 am
by Chuzz
Hi anyone got a profile for this TV (65DX750) running through a Denon amp 2200 (Supports DTS and DD HD) all I need is 3d content transcoding I will use Kodi for normal 2d.

Thanks in advance

Regards

Re: 2016 DX750 Series

PostPosted: Thu Sep 08, 2016 11:13 pm
by augustopaulo
Hi,

I tried following the thread http://forum.serviio.org/viewtopic.php?f=7&t=21909 for the changes required to get a new profile for my Panasonic Viera 58DX750B, but I always get a failed startup from Serviio, indicating some errors with the XML format...

  Code:
2016-09-08 23:58:28,088 INFO  [MediaServer] ------------------------------------------------------------------------
2016-09-08 23:58:28,088 INFO  [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2016-09-08 23:58:28,088 INFO  [MediaServer] ------------------------------------------------------------------------
2016-09-08 23:58:28,089 DEBUG [LocalAddressResolverStrategy] Resolving host IP address automatically
2016-09-08 23:58:28,091 INFO  [Device] Created UPnP Device with UUID: c5db91ac-54f5-3daa-b7ba-6fea634c26b1, bound address: 192.168.0.3
2016-09-08 23:58:28,303 ERROR [XmlUtils] XML Profiles.xsd didn't pass validation, reason: cvc-complex-type.2.3: Element 'UPnPSearch' cannot have character [children], because the type's content type is element-only.
2016-09-08 23:58:28,304 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: org.serviio.profile.ProfilesDefinitionException: Profiles XML file is not valid (according to the schema). Check the log.
java.lang.RuntimeException: org.serviio.profile.ProfilesDefinitionException: Profiles XML file is not valid (according to the schema). Check the log.
   at org.serviio.profile.ProfileManager.parseProfilesFromFile(ProfileManager.java:183)
   at org.serviio.profile.ProfileManager.loadProfiles(ProfileManager.java:156)
   at org.serviio.MediaServer.main(MediaServer.java:128)
Caused by: org.serviio.profile.ProfilesDefinitionException: Profiles XML file is not valid (according to the schema). Check the log.
   at org.serviio.profile.ProfilesDefinitionParser.validateXML(ProfilesDefinitionParser.java:1002)
   at org.serviio.profile.ProfilesDefinitionParser.parseDefinition(ProfilesDefinitionParser.java:157)
   at org.serviio.profile.ProfileManager.parseProfilesFromFile(ProfileManager.java:181)
   ... 2 more
2016-09-08 23:58:28,309 WARN  [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now.
2016-09-08 23:58:28,309 WARN  [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now.
2016-09-08 23:58:28,310 WARN  [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now.


Can anyone please shed some light please ?

Its driving me mad!

Thanks.

profiles.xml
(156.24 KiB) Downloaded 764 times

Re: 2016 DX750 Series

PostPosted: Mon Sep 12, 2016 4:07 am
by DenyAll
You've made an error in the detection block:
  Code:
2016-09-08 23:58:28,303 ERROR [XmlUtils] XML Profiles.xsd didn't pass validation, reason: cvc-complex-type.2.3: Element 'UPnPSearch' cannot have character [children], because the type's content type is element-only.
Cant see what it is and I'm not home to test, but remove the block
  Code:
      <Detection>
         <UPnPSearch>
            <FriendlyName>.*dx750_series.*</FriendlyName>
            <Manufacturer>Panasonic</Manufacturer>
         </UPnPSearch>
      </Detection>

and re-test (you will manually need to assign the profile to your TV).