Page 1 of 2

[Solved] Set bigger font when using external .srt

Posted: Wed Jul 31, 2019 8:24 am
by Vido05
Is there a way to set bigger font when I use external .srt file, because "Font scale" inside ums does not make it bigger it only works when translation is embeded in side .mkv ?

Re: Set bigger font when using external .srt

Posted: Wed Jul 31, 2019 9:16 am
by valib
This can be done only at the renderer side or specify it in the subs file. The UMS only send the subs file as it is.

Re: Set bigger font when using external .srt

Posted: Fri Aug 02, 2019 3:42 am
by Vido05
valib wrote: Wed Jul 31, 2019 9:16 am This can be done only at the renderer side or specify it in the subs file. The UMS only send the subs file as it is.
But embeded srt in side of mkv works just fine when I set size to 2

Re: Set bigger font when using external .srt

Posted: Fri Aug 02, 2019 5:16 am
by valib
Because you do not send the log I only guess that your renderer does not support embedded subtitles and the video is transcoded and font size, color etc. is working. If external subs are not supported by renderer than the video is transcoded too and the font size is working. Seems like your renderer supports external subtitles and the result is like I wrote before.

Re: Set bigger font when using external .srt

Posted: Fri Aug 02, 2019 8:35 am
by Vido05
Here is the log, I tried setting

Code: Select all

<font size="16px" color="white">phrase</font>
and

Code: Select all

<font size="16" color="white">phrase</font> 
but that also did not worked
Edit: Also when I play same movie from usb drive font is "bigger" respectively to size from UMS
Tnx for helping out

Re: Set bigger font when using external .srt

Posted: Fri Aug 02, 2019 10:26 am
by valib
The log is almost useless. It is not made in the TRACE mode. Please read the Forum rules written in red above and follow the instructions. What was usefull from your log is that you do not set the shared folders. The UMS is scanning all your "/home/slobodan" folder and its subfolders not only folders with media. There are thousand not media files the UMS tries to monitor for changes but it makes an error

Code: Select all

Register error: java.io.IOException: User limit of inotify watches reached

Re: Set bigger font when using external .srt

Posted: Fri Aug 02, 2019 10:40 am
by Vido05
valib wrote: Fri Aug 02, 2019 10:26 am The log is almost useless. It is not made in the TRACE mode. Please read the Forum rules written in red above and follow the instructions. What was usefull from your log is that you do not set the shared folders. The UMS is scanning all your "home" folder and its subfolders not only folders with media.
Sorry I totally forgot to do trace first here it is https://mega.nz/#!AR5iWagK!kR7EYCfKwHXS ... r51dKPkQG8
Also I have one folder shared https://imgur.com/a/Bwsvv5j

Re: Set bigger font when using external .srt

Posted: Fri Aug 02, 2019 10:49 am
by valib
I edited my last post in the time you wrote your answer. Please remove the "/home/slobodan" folder from the shared folders and for the testing disable the "Scan shared folders on startup". It makes the log full of not usefull information. And try to play the video with subtitles which does not work for you. Than send the log.

EDIT: I also find the wrong setting for "audio/subtitles" languages. You have

Code: Select all

srp,*,eng;*,und
but it should be

Code: Select all

*,srp;*,eng;*,und
.
Also your TV is not properly recognized.

Re: Set bigger font when using external .srt

Posted: Fri Aug 02, 2019 11:01 am
by Vido05
valib wrote: Fri Aug 02, 2019 10:49 am I edited my last post in the time you wrote your answer. Please remove the "/home/slobodan" folder from the shared folders and for the testing disable the "Scan shared folders on startup". It makes the log full of not usefull information. And try to play the video with subtitles which does not work for you. Than send the log.
I also edited mine here is latest log

Re: Set bigger font when using external .srt

Posted: Fri Aug 02, 2019 8:29 pm
by valib
I see the problem. You have to enable "Use font settings (size, color..)" at the FFMpeg Video setting page or set in the UMS.conf

Code: Select all

ffmpeg_fontconfig = true
.