2020-12-15, 09:23
I am using mpv to play a video on jellyfin and it does not display external subtitles
With the built-in player it does
With the built-in player it does
(2020-12-15, 10:10)Klojum Wrote:OS: Windows 10 20H2(2020-12-15, 09:23)nhysteric Wrote: With the built-in player it does
That's all nice, but hardly enough information to work with.
- Which operating system
- Which software version(s)
- What type of external subtitle
Sorry, but our crystal ball is too foggy at this moment for immediate answers.
(2020-12-15, 11:22)jjd-uk Wrote: How is this a Kodi problem if it works with the internal player? Sounds like you need to check that mpv is configured correctly.
(2020-12-15, 12:14)nhysteric Wrote: External subtitle:ass srt neither
(2020-12-15, 12:17)nhysteric Wrote:(2020-12-15, 11:22)jjd-uk Wrote: How is this a Kodi problem if it works with the internal player? Sounds like you need to check that mpv is configured correctly.
I'm curious if kodi passes on the subtitle files when using the external player
I used vlc as a test and it didn't work either
I don't know if this is an isolated case
(2020-12-15, 12:20)Klojum Wrote:Sorry I don't know how to use mpv to open the streaming service directly in my nas, but if it's via a protocol like WebDAV and smb, yes, mpv will correctly load the subtitle file with the same name as the video file in the same directory.(2020-12-15, 12:14)nhysteric Wrote: External subtitle:ass srt neither
And does MPV play the video's subtitles when started on its own?
You're not very forthcoming with details, are you? Because it's not as if we are sitting next to you, seeing all what you have or haven't done already.
What does your playercorefactory.xml file contain?
xml:<?xml version="1.0" encoding="UTF-8"?>
<playercorefactory>
<players>
<player name="mpv" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\mpv\mpv.exe</filename>
<hidexbmc>true</hidexbmc>
<args>—log-file=D:\log.txt "{1}"</args>
</player>
</players>
<rules action="prepend">
<rule video="true" player="mpv">
</rule>
</rules>
</playercorefactory>