(24-Mar-2022, 06:26 PM)agent_kith Wrote:The Debian program is Double Commander which accesses the snakeoil pc by FTP.(24-Mar-2022, 11:21 AM)patricia1066 Wrote: the permissions on files are on the image in file first post in this thread. I have never had this happen in LMS before so thought it a directory permission problemOh. Of course, how did I miss that? The file permissions are wrong. SSH to your computer, and run this to fix:
Code:find . -type f -exec chmod 644 {} \;
That GUI transfer program may have changed your umask. Set it to either 644 (or rw-r--r--) for your FLAC files and LMS should be able to pick it up during scanning. MPD should have no problems looking up these files though as it's running as root.
I tried the CLI code in Terminal as is and with sudo, but the music folder contents were made inaccessible and zipped.
The music and playlists folders have attribute 777, while the recursive folders are 755.
I used to be able to copy flac files over the FTP connection. No longer
I deleted both music and playlists folders in terminal.
I created Music and Playlists folders in terminal which have attributes 755
Something in the linux laptop is unhappy with this morning's work because I can no longer copy files across even when logged out of terminal snakeoil. Every time I try to copy a file nothing happens and I have to force close the DC program. I can no longer copy between folders of my laptop. Looks like chromeos linux on laptop is the problem doesn't it?