dougw03 16 Posted September 23, 2023 Share Posted September 23, 2023 I have Emby installed on DSM 7.2 and have configured permissions exactly as outlined in this article: https://emby.media/support/articles/Synology-Set-Permissions.html and emby has read/write permissions. However, Emby always throws an error when I try to delete titles with please check that emby has write access to this folder. Any ideas what could be causing this? Link to comment Share on other sites More sharing options...
Luke 38342 Posted September 23, 2023 Share Posted September 23, 2023 @FrostBytedo you have any tips on delete privileges? Link to comment Share on other sites More sharing options...
dougw03 16 Posted September 23, 2023 Author Share Posted September 23, 2023 @FrostByteHere are some screenshots for context, in case it helps. Link to comment Share on other sites More sharing options...
FrostByte 5178 Posted September 23, 2023 Share Posted September 23, 2023 @dougw03Have you checked the file/folder permissions also (not just the shared folder permissions)? In order to delete emby will probably need rwx permissions. You will need to use something like Terminal or WinSCP and then SSH into your NAS. 1 Link to comment Share on other sites More sharing options...
dougw03 16 Posted September 23, 2023 Author Share Posted September 23, 2023 Hi @FrostBytethanks. I can try this but I'm not familiar with the SSH commands. Can you please send me the syntax so I can try this on my end? Link to comment Share on other sites More sharing options...
FrostByte 5178 Posted September 23, 2023 Share Posted September 23, 2023 2 minutes ago, dougw03 said: Hi @FrostBytethanks. I can try this but I'm not familiar with the SSH commands. Can you please send me the syntax so I can try this on my end? Are you using Windows? If so, I wrote a little guide on setting up WinSCP as superuser. Once it's all setup then it's just like using Windows Explorer to connect to your NAS and changing permissions. https://emby.media/community/index.php?/topic/103636-how-to-access-synology-nas-as-admin-or-superuser-using-winscp Link to comment Share on other sites More sharing options...
FrostByte 5178 Posted September 23, 2023 Share Posted September 23, 2023 If you prefer command line, then Terminal comes with all OS's including Windows, Mac, etc. Basics of what you will need to do if using Terminal: - enable admin account on NAS if needed - enable ssh in Synology settings (Terminal & SSH menu) - connect with Terminal to Synology, login with admin user and get root rights with: ssh User@IPADDRESS -p Port# -switch to superuser sudo -i - adjust owner for folder chown -R emby:emby /volume1/@appdata/MyMedia/Videos - close Terminal Link to comment Share on other sites More sharing options...
dougw03 16 Posted September 24, 2023 Author Share Posted September 24, 2023 Thanks @FrostByte. I definitely plan to setup the GUI in the future, but for now I did the quick and dirty method with Putty. I followed your instructions and even rebooted my NAS but I'm still getting the same error in Emby. Do you have any other ideas? Link to comment Share on other sites More sharing options...
Solution FrostByte 5178 Posted September 24, 2023 Solution Share Posted September 24, 2023 (edited) That just changed the owner. You probably need to change the permissions also to rwx using the chmod command. chmod -R 700 dir or 770 if you want to give both owner and user rwx Edited September 24, 2023 by FrostByte 1 Link to comment Share on other sites More sharing options...
dougw03 16 Posted September 24, 2023 Author Share Posted September 24, 2023 That did it. Thanks! 1 Link to comment Share on other sites More sharing options...
dougw03 16 Posted October 19, 2023 Author Share Posted October 19, 2023 (edited) Hi @FrostBytedisregard my previous message. I was able to get things working back to normal again. Thanks Edited October 19, 2023 by dougw03 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now