[SlimDevices: Unix] Problems with saving playlists

2012-08-23 Thread SlimChances
I am having problems with saving playlists. When I save a playlist it does not get saved to the directory which I have chosen (/media/STORAGE/Music/Flac/Playlists) and I can't find the m3u file anywhere on my system but it must be saved in a cache somewhere. The reason I say that is the playlist

Re: [SlimDevices: Unix] Problems with saving playlists

2012-08-23 Thread aubuti
Usually this is a permissions issue, as playlists are the only folders and files where LMS needs _write_ access. And that would be consistent with what you describe, because I had the same thing when I was starting out and didn't have my playlists permissions correct. Perhaps the playlist gets

Re: [SlimDevices: Unix] Problems with saving playlists

2012-08-23 Thread SlimChances
Makes sense. I tried this command , hoping it would set group user to write permission,but it didn't work sudo chmod 766 -R /media/STORAGE/Music/Flac/Playlists SlimChances's Profile:

Re: [SlimDevices: Unix] Problems with saving playlists

2012-08-23 Thread aubuti
Because it's a folder you also need to set the execute permission. In the context of folders/directories, execute means being allowed to descend into that directory. So redo the command, but using 777 instead of 766 and see what happens. Note that for the files within the playlist folder, 766

Re: [SlimDevices: Unix] Problems with saving playlists

2012-08-23 Thread aubuti
With permissions wide open (777) it doesn't matter who the owner is, you, me, squeezeboxserver, whatever. That error message doesn't make sense to me. Slightly off-topic (ie, I'm flailing for ideas here), is the problem only with saving playlists, or are you also unable to play existing

Re: [SlimDevices: Unix] Problems with saving playlists

2012-08-23 Thread SlimChances
The playlist directory was empty. I just started adding, or trying to add new playlists SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165 View this thread:

Re: [SlimDevices: Unix] Problems with saving playlists

2012-08-23 Thread aubuti
Do you have any .m3u playlists that you could put in there via a regular file copy operation? And have you confirmed that you have entered the path correctly in LMS Settings (best to confirm by using the browse tool instead of typing the path, and then seeing the box turn green as you complete

Re: [SlimDevices: Unix] Problems with saving playlists

2012-08-23 Thread SlimChances
I created a small playlist in VLC. I was able to play it back in VLC. I dropped it into my playlist folder and it appears in LMS but is not playable as before. I used nautilus to open the playlist folder, and using ctl-L command I then copied the path and pasted it into LMS. I am thinking that

Re: [SlimDevices: Unix] Problems with saving playlists

2012-08-23 Thread aubuti
Playable as before when?? I understood that your playlist folder was empty. You mean before when it played in VLC? It could be something wrong with the LMS installation, but I don't really understand why you used the Nautilus and Ctrl-L approach instead of the suggested browse buttons. Not