Page 1 of 1

always enable burned-in subtitles serviio 1.6.1 missing

PostPosted: Thu Mar 31, 2016 5:11 am
by pluckey
In version 1.5.2 under subtitles -> Enable burned-in subtitles, there is an option to Always use burned-in subtitles which works great, this option i don't see it on the new version 1.6. is there a way to enable this or bring it back? with this option i'm able to read subtitles better as it has an embeded outline around the subtitle which makes it more legible.

Re: always enable burned-in subtitles serviio 1.6.1 missing

PostPosted: Thu Mar 31, 2016 8:35 am
by zip
There is still the option to enable Burned-in subtitles. If you want that even if your device supports soft subtitles, you need to change the profile you're using to add/ replace the Subtitles block with


  Code:
<Subtitles>
         <SoftSubs mime-type="text/srt" />
         <HardSubs>
            <BitmapBased supported="true"/>
            <TextBased supported="true">
               <RequiredFor container="*"/>
            </TextBased>
         </HardSubs>
      </Subtitles>   

Re: always enable burned-in subtitles serviio 1.6.1 missing

PostPosted: Sat Apr 02, 2016 2:59 pm
by pluckey
how do i change the subtitle block and profile?