MaterialFiles icon indicating copy to clipboard operation
MaterialFiles copied to clipboard

External subtitle support in SMB

Open 98ne opened this issue 3 years ago • 1 comments

Locally, playing video files with external subtitles from the same directory works fine. However, when playing files from an SMB directory, external subtitles are not being picked up. The video players I'm using are mpv-android and MXPlayer.

For example, the following works:

Local Device/ ├─ Some Folder/ │ ├─ Psycho-Pass 3 - First Inspector.ass │ ├─ Psycho-Pass 3 - First Inspector.mkv

Both video players pick up the external subtitles.

However, this does not work:

SMB/ ├─ Some SMB Folder/ │ ├─ Psycho-Pass 3 - First Inspector.ass │ ├─ Psycho-Pass 3 - First Inspector.mkv

Both video players do not pick up the external subtitles.

MXPlayer's built-in implementation of an SMB browser is poor, but it does properly pick up external subs. So, I'm hoping it's possible with MaterialFiles, as well.

98ne avatar May 22 '22 04:05 98ne

There's no way for sharing 2 files at once (when launching an app to view a video file) on Android - it's a technical limitation.

There may be a workaround, but will require explicit collaboration between both apps.

zhanghai avatar May 22 '22 07:05 zhanghai