[RENDER] Sony Bravia KDL-40R550C - Render Detecction and Thumbnails Problems

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
User avatar
TimTrucho
Posts: 4
Joined: Sun Jul 10, 2016 12:18 am

[RENDER] Sony Bravia KDL-40R550C - Render Detecction and Thumbnails Problems

Post by TimTrucho »

Hi, I try config UMS for my new TV Sony Bravia KDL-40R550C and I have problems whit render and thumbnails.

First of all, the UMS does not detect this model (Sony Bravia KDL-40R550C) With the default render can access everything and display almost all video files.

But the TV always wants to generate thumbnails of the videos which generates excessive CPU consumption and blocks the TV and not being able to generate all thumbnails.

I have configured the UMS to use a folder other thumbnails that load quickly render instead of generating the thumbnails. I tried to force at least not generate the thumbnails but I have not succeeded.

In the render info "friendlyName" are empty before i Named the TV in TV Config.

ums_dbg and render info attached.

Thanks in advance.
Attachments
Render INFO
Render INFO
Render.png (16.43 KiB) Viewed 9085 times
ums_dbg.zip
TRACE logs
(67.73 KiB) Downloaded 449 times
Last edited by TimTrucho on Sun Jul 10, 2016 2:19 am, edited 2 times in total.
User avatar
squadjot
Moderator
Posts: 652
Joined: Fri Jun 01, 2012 4:24 am

Re: [RENDER] Sony Bravia KDL-40R550C - Render Detecction and Thumbs Problems

Post by squadjot »

Have you tried to force some of the other Sony configs onto your TV?, for an example Sony-BraviaXBR or Sony-BraviaNX800
User avatar
TimTrucho
Posts: 4
Joined: Sun Jul 10, 2016 12:18 am

Re: [RENDER] Sony Bravia KDL-40R550C - Render Detecction and Thumbs Problems

Post by TimTrucho »

Yes squadjot i tried and i obtained the same result, always try generate a thumbnails of videos.
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: [RENDER] Sony Bravia KDL-40R550C - Render Detecction and Thumbs Problems

Post by valib »

The problem is that you used the DefaultRenderer.conf and changed only the recognition part. The MediaInfo=true and Supported video, audio and image formats are missing so everything must be transcoded. Better way is to use the Sony-BraviaXBR or Sony-BraviaNX800 conf like squadjot recommended and change the recognition part there. Also I recommend to use

Code: Select all

UserAgentSearch = IPI/1.0
UpnpDetailsSearch = KDL-40 R550C
for TV recognition.
User avatar
TimTrucho
Posts: 4
Joined: Sun Jul 10, 2016 12:18 am

Re: [RENDER] Sony Bravia KDL-40R550C - Render Detecction and Thumbs Problems

Post by TimTrucho »

valib wrote:The problem is that you used the DefaultRenderer.conf and changed only the recognition part. The MediaInfo=true and Supported video, audio and image formats are missing so everything must be transcoded. Better way is to use the Sony-BraviaXBR or Sony-BraviaNX800 conf like squadjot recommended and change the recognition part there. Also I recommend to use

Code: Select all

UserAgentSearch = IPI/1.0
UpnpDetailsSearch = KDL-40 R550C
for TV recognition.
Thanks for the Strings for the detection of TV, work correctly.

I have tried to force the use of the two renders you mention changing only the part of detection TV and although the detection of the tv is correct, the problem of the generation of thumbnails of the videos still fails, since even having the folder with the covers that would have to use, the TV is trying to generate these thumbnails.

Besides l spend CPU it is impossible visualiar any folder. By the time I created a NEW FOLDER where I put the video I want to see.

I hope you can help me and can find a solution, thanks.
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: [RENDER] Sony Bravia KDL-40R550C - Render Detecction and Thumbs Problems

Post by valib »

TimTrucho wrote: I have tried to force the use of the two renders you mention changing only the part of detection TV and although the detection of the tv is correct, the problem of the generation of thumbnails of the videos still fails, since even having the folder with the covers that would have to use, the TV is trying to generate these thumbnails.
UMS is doing the thumbnail generation because you set

Code: Select all

use_cache =false
In the UMS.conf there is written

Code: Select all

# Enable the cache
# ------------
# Without a cache, when the client browses a folder, content is listed in
# real-time. With a cache, additional information becomes available and the
# cache can be browsed directly.
# Default: true
If you set the

Code: Select all

use_cache = true
than thumbnails will be generated only once and second time will be used thumbnails stored in the database (cache)
User avatar
TimTrucho
Posts: 4
Joined: Sun Jul 10, 2016 12:18 am

Re: [RENDER] Sony Bravia KDL-40R550C - Render Detecction and Thumbs Problems

Post by TimTrucho »

valib wrote:UMS is doing the thumbnail generation because you set

Code: Select all

use_cache =false
.......
Yes of course. But I do not seek to generate thumbnails and store them in chae. I want it to never generate thumbnails and use the covers of the folder that have for it. Renderers others, used these caratulas or if there was any did not use anything.
User avatar
squadjot
Moderator
Posts: 652
Joined: Fri Jun 01, 2012 4:24 am

Re: [RENDER] Sony Bravia KDL-40R550C - Render Detecction and Thumbnails Problems

Post by squadjot »

Does it work if you put a JPG file called "folder.jpg" in your moviedirectory?
Post Reply