Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with file permission #456

Open
breno-rossi opened this issue Feb 2, 2024 · 0 comments
Open

Problem with file permission #456

breno-rossi opened this issue Feb 2, 2024 · 0 comments

Comments

@breno-rossi
Copy link

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant