bpa wrote: 
> It no tryin to convert form flac the command it is executing is "arecord
> | flac " which is arecord from devices into a wav stream and then use
> flac to convert wav to flac.
> 
> Ignore the failed rules test such as "no option T" - the lines I 
> highlighted are what is been run. Did you check permissions of the user
> which runs LMS ?

LMS is run by user squeezeboxserver. 

Code:
--------------------
    birgit@bw-tp-w520:~$ cat /etc/passwd |grep Logi
  squeezeboxserver:x:116:65534:Logitech Media 
Server,,,:/usr/share/squeezeboxserver:/bin/false
--------------------


arecord is only a link to aplay which is owned by root and is by default
-rwxr-xr-x:

Code:
--------------------
    birgit@bw-tp-w520:/usr/bin$ ls -l aplay
  -rwxr-xr-x 1 root root 64984 Apr 15  2016 aplay
  birgit@bw-tp-w520:/usr/bin$ ls -l arecord
  lrwxrwxrwx 1 root root 5 Apr 15  2016 arecord -> aplay
  
--------------------


------------------------------------------------------------------------
mgw's Profile: http://forums.slimdevices.com/member.php?userid=23155
View this thread: http://forums.slimdevices.com/showthread.php?t=49584

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to