Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-09-05 Thread zizione
bpa wrote: > It looks like the issue may be something related to using "exec" . > > sudo is OK for limited testing but it does not replicate the > "environment" of a user fully as paths and evironment variables created > on login are not the same as those inherited from a user using sudo. > >

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-23 Thread zizione
bpa wrote: The log from th Fork looks like cdda2wav considers the command to be invalid in some way. Can you check whether this exact command line works on your system Code: /usr/bin/cdda2wav device=/dev/cdrom -verbose-level=toc -N -g -J

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-22 Thread zizione
Ok, got the point. Here is the log from when I click on the CDplayer from the menu. There is nothing showing after. Code: [15-08-22 11:53:29.3960] Plugins::CDplayer::Plugin::indexHandler (197) CDplayer - Indexhandler called [15-08-22 11:53:29.4037]

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-22 Thread zizione
There you have it with the default options : Code: parameters: (optional) one or more file names or - for standard output. Version 3.01a31_linux_4.1.3-200.fc22.x86_64_x86_64_x86_64 Defaults: stereo, 16 bit, 44100.00 Hz, track 1, no offset, one track, type:

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-21 Thread zizione
bpa wrote: As a stopgap and if you are eager and confident with editing files. You can edit the file CDhandler.pm in the Plugins/CDplayer directory. 1. Stop[ LMS 2. Edit the file CDhandler.pm 3. Delete or comment out (put # in col 1) line 187 marked in red below. 4. Save the file and

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-21 Thread zizione
It seems that I have it. Is the link good ? Code: [hifi@fedo ~]$ ls -l /dev/fd lrwxrwxrwx 1 root root 13 21 août 10:39 /dev/fd - /proc/self/fd zizione's Profile:

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-21 Thread zizione
I managed to activate the debug level log. It seems that cdda2wav is the issue : Code: [15-08-21 19:22:59.6160] Plugins::CDplayer::Fork::go (104) Child task (5697) forked: exec /usr/bin/cdda2wav device=/dev/cdrom -verbose-level=toc -N -g -J 2

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-21 Thread zizione
Hello, bpa wrote: First make sure the cdda2wav works OK from a shell prompt and can find the CD drive and show the table of contents of a CD. If this works OK - then the issue is permissions relating to userid which LMS is being run. cdda2wav seems to be working good with my install

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-21 Thread zizione
It's in it : Code: [hifi@fedo Spec]$ cat /etc/group root:x:0: bin:x:1: daemon:x:2: sys:x:3: adm:x:4: tty:x:5: disk:x:6: lp:x:7: mem:x:8: kmem:x:9: wheel:x:10:hifi,squeezeboxserver cdrom:x:11:squeezeboxserver mail:x:12: man:x:15:

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-21 Thread zizione
There are several occurrences of Unix.pm. I looked at : /usr/lib/perl5/vendor_perl/Slim/Utils/OS/Unix.pm Code: sub initSearchPath { my $class = shift; $class-SUPER::initSearchPath(); my @paths = (split(/:/, ($ENV{'PATH'} ||

Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-20 Thread zizione
Hello, I'm trying to get the plugin working on a minimal fedora 22 distrib (no GUI, basic installation) and CCRMA kernel installation. I meet the Error loading CD index - (-1) No CD in drive' issue. The drive is well seen by the plugin as shown in the log below. Any idea where this could come

Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2014-01-21 Thread zizione
dave4jazz wrote: I can stream by own FLAC files without problem. I'm on a one month trial but it says in my account I have access to Qobuz Premium service until 26 January 2014. I have the same issue than dave4jazz. Before installing the plugin I used to decode flac to pcm on the server