When trying to add new series I get: Folder is not writable by user pi
Before mounting my TVShows folder it is:
drwxr-xr-x 2 pi pi 4096 Apr 28 11:02 TVShows
After running sudo mount -a to execute the following in fstab
//192.168.1.101/series /home/pi/TVShows cifs username=pi,password=raspberry,iocharset=utf8,sec=ntlm 0 0
It changes to:
drwxr-xr-x 2 root root 65536 Apr 27 10:51 TVShows
I also created a pi user for my windows share with full write access.