2024-11-17, 16:46
I am running LibreElec 12.0.1 with Kodi (Omega) v21.1 on RPI4 there I have installed the OpenSubtitles.com v1.0.5 add-on, all films are stored on a NFS mounted SuSe linux NAS.
The add-on is configured to store the subtitle next to the movie and download of the subs works fine, but when I later restart the film and select the external downloaded
subtitles no subtitles are shown. When I look at the folder on the NAS the subtitle-file has zero length and no access rights:
# ls -al Canary.Black.2024/
total 4398636
drwxrwxrwx 2 samba users 4096 Nov 17 13:21 .
drwxrwsr-x 1097 samba users 65536 Nov 7 20:16 ..
-rw-rw-r-- 1 samba users 4504116098 Nov 7 20:16 Canary.Black.2024-1080p.AMZN.WEB-DL.mkv
---------- 1 samba users 0 Jan 1 1970 Canary.Black.2024-1080p.AMZN.WEB-DL.sv.srt
my /etc/exports:
/share *(fsid=1,anonuid=1100,anongid=100,rw,no_acl,insecure,root_squash,sync,no_subtree_check)
I have logged in to the RPI and manually mounted the NFS file-system and executed "# echo hello > hello.txt"
and the file was created with correct owner, permissions and size on the NFS-drive.
The add-on is configured to store the subtitle next to the movie and download of the subs works fine, but when I later restart the film and select the external downloaded
subtitles no subtitles are shown. When I look at the folder on the NAS the subtitle-file has zero length and no access rights:
# ls -al Canary.Black.2024/
total 4398636
drwxrwxrwx 2 samba users 4096 Nov 17 13:21 .
drwxrwsr-x 1097 samba users 65536 Nov 7 20:16 ..
-rw-rw-r-- 1 samba users 4504116098 Nov 7 20:16 Canary.Black.2024-1080p.AMZN.WEB-DL.mkv
---------- 1 samba users 0 Jan 1 1970 Canary.Black.2024-1080p.AMZN.WEB-DL.sv.srt
my /etc/exports:
/share *(fsid=1,anonuid=1100,anongid=100,rw,no_acl,insecure,root_squash,sync,no_subtree_check)
I have logged in to the RPI and manually mounted the NFS file-system and executed "# echo hello > hello.txt"
and the file was created with correct owner, permissions and size on the NFS-drive.