You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just finished setting up my media center fallowing NovaspiritTech videos, the thing is that I'm having problens with files permission inside my Samba share, every time a movie/tv show is downloaded via Deluge I cant play the media via W11 neither jelllyfin can reproduce it, I need to manually restart the CT to properly work. The Samba was created using docker in a debian CT.
smb.conf
[media]
path = /mnt/media
browsable = yes
read only = no
guest ok = yes
veto files = /.apdisk/.DS_Store/.TemporaryItems/.Trashes/desktop.ini/ehthumbs.db/Network Trash Folder/Temporary Items/Thumbs.db/
delete veto files = yes
I just finished setting up my media center fallowing NovaspiritTech videos, the thing is that I'm having problens with files permission inside my Samba share, every time a movie/tv show is downloaded via Deluge I cant play the media via W11 neither jelllyfin can reproduce it, I need to manually restart the CT to properly work. The Samba was created using docker in a debian CT.
smb.conf
docker run
docker run --restart unless-stopped --name samba -p 139:139 -p 445:445 -v /mnt/media:/mnt/media -d dperson/samba -p -u "user;ppassword3" -s "media;/mnt/media;yes;no;yes"
Sorry in advance for any grammar/spelling error, english isnt first language.
The text was updated successfully, but these errors were encountered: