Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2015-08-22 Thread PasTim

philippe_44 wrote: 
 I've pushed a dev-2 (only Win  Linux x86-x64 are updated), but be
 careful, this is early, so you might prefer to ignore it
I'm not seeing that in the dev repo
(http://sourceforge.net/projects/lms-to-upnp/files/dev/repo-sf.xml) at
present (on ubuntu 64 bit).



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to MF amp 
ESLs)  Marantz CR603 UPnP renderers.  Minimserver (server)  upplay
(control point) to same  to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 15.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, plus spare, but unused.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-22 Thread Man in a van

m4rky wrote: 
 Hi, I am trying to get Squeezeplug/Max2Play to work on my r-pi with a
 USB DAC (Behringer U202).
 I don't see my DAC in the list of output settings on the Advanced
 Options under AudioPlayer/Squeezelite.
 I can get audio through the standard audio jack so I know the software
 is working.
 
 It used to work fine when I used the old squeezeplug software (without
 the max2play bits).
 
 lsusb shows my DAC, its called Texas Instruments Japan PCM2902 Audio
 Codec:
  
Code:

  
   root@max2play:~# lsusb
   Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
   Bus 001 Device 004: ID 08bb:2902 Texas Instruments Japan PCM2902 Audio Codec
   Bus 001 Device 005: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 
802.11n Wireless Adapter [Realtek RTL8188CUS]

  
 
 
 But squeezelite -l doesn't show it:
 
  
Code:

   SQUEEZELITE -l 
   Output devices:
   null   - Discard all samples (playback) or generate 
zero samples (capture)
   plugequalUSB   - Equalizer for USB
   dmixerUSB  - DMixer for USB
   plugequal  - Equalizer for plughw:0,0
   default:CARD=ALSA  - bcm2835 ALSA, bcm2835 ALSA - Default Audio 
Device
   sysdefault:CARD=ALSA   - bcm2835 ALSA, bcm2835 ALSA - Default Audio 
Device

  
 
 Thanks

I presume that you have rebooted the rpi after connecting the DAC?

In no particular order try (props to Krisbee)

 Two points - (a) commands do not need to be prefixed by sudo , (b) the
 following single command will append the appropriate line of text to the
 /boot/config.txt file:
 
 
  
Code:

  echo max_usb_current=1  /boot/config.txt

  
 
 Then reboot your RPI either via the Max2Play web interface, or via the
 command line:
 
 
  
Code:

  reboot

  

Or if you don't want to do that, use a powered USB hub.

Or buy the licence for the rpi and enable the USB drop down in the
raspberry settings.


atb

Ronnie.



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=101856

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2015-08-22 Thread philippe_44

PasTim wrote: 
 
 I'm thinking more broadly than this. Many, many times have I done tests
 and got inconsistent results until things seemed to settle down.  d6jg
 seems to have had the same experience.  Now it may be that I really am
 just careless, but I tried really hard not to be, and I still got
 different results, as far as I can tell just after going from one
 setting that didn't work, through various others, back to the original,
 which then did work, for the same track.  I still can't believe it's
 happened to me again..

So before it drives you nuts ... I found mostly what's happening: I've
added duration in the metadata sent to the UPnP player but ... some
players, when receiving uncompressed files, calculate the duration using
the file size found in the header and ignore the 'duration' metadata.
That can only be done for wav and aiff, obviously and as you might
remember, the size I set in the headers is a large value as LMS does
not give me that size.

My Marantz and foobar2000 do that, my Sonos use the metadata :) and when
you send raw pcm, all work obviously as there is no header to use (the
fun never ends)

So I've now changed the header for wav and aiff formats to calculate an
approximatively correct size based on the duration. This seems to work
on my devices, but probably more tests are requires. I'll pushed a
dev-2, but be carefull, this is early, so you might prefer to ignore it



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-22 Thread m4rky

Hi, I am trying to get Squeezeplug/Max2Play to work on my r-pi with a
USB DAC (Behringer U202).
I don't see my DAC in the list of output options on the Advanced OPtions
under Audio player/squeezelite.
I can get audio through the standard audio jack so I know the software
is working.

It use to work fine when I used the old squeezeplug software (without
the max2play bits).

lsusb shows my DAC, its called Texas Instruments Japan PCM2902 Audio
Codec:

Code:


  root@max2play:~# lsusb
  Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
  Bus 001 Device 004: ID 08bb:2902 Texas Instruments Japan PCM2902 Audio Codec
  Bus 001 Device 005: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n 
Wireless Adapter [Realtek RTL8188CUS]




But squeezelite -l doesn't show it:


Code:

 SQUEEZELITE -l 
  Output devices:
  null   - Discard all samples (playback) or generate 
zero samples (capture)
  plugequalUSB   - Equalizer for USB
  dmixerUSB  - DMixer for USB
  plugequal  - Equalizer for plughw:0,0
  default:CARD=ALSA  - bcm2835 ALSA, bcm2835 ALSA - Default Audio 
Device
  sysdefault:CARD=ALSA   - bcm2835 ALSA, bcm2835 ALSA - Default Audio 
Device



Thanks



m4rky's Profile: http://forums.slimdevices.com/member.php?userid=58032
View this thread: http://forums.slimdevices.com/showthread.php?t=101856

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2015-08-22 Thread PasTim

philippe_44 wrote: 
 So before it drives you nuts ... I found mostly what's happening: I've
 added duration in the metadata sent to the UPnP player but ... some
 players, when receiving uncompressed files, calculate the duration using
 the file size found in the header and ignore the 'duration' metadata.
 That can only be done for wav and aiff, obviously and as you might
 remember, the size I set in the headers is a large value as LMS does
 not give me tue real size.
 
 My Marantz and foobar2000 do that, my Sonos use the metadata :) and when
 you send raw pcm, all work obviously as there is no header to use so it
 was a bit difficult to see what was happening (the fun never ends)
 
 I've now changed the header for wav and aiff formats to calculate an
 approximatively correct size based on the duration. This seems to work
 on my devices, but probably more tests are required. I've pushed a dev-2
 (only Win  Linux x86-x64 are updated), but be careful, this is early,
 so you might prefer to ignore it
I'm confused (again).  Are you saying that pcm, format raw, will not
show duration?  Last night my M1 CLiC was showing it with pcm.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to MF amp 
ESLs)  Marantz CR603 UPnP renderers.  Minimserver (server)  upplay
(control point) to same  to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 15.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, plus spare, but unused.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Test] Repo for LMS 7.9.0 on Synology DSM 5.*

2015-08-22 Thread pinkdot

Except for the Alpine architectures, all packages are updated till the
Github commits of Aug 13, 2015. Including the DSM4 package for 88f628x.

Greetings,

Martin



-Logitech Media Server 7.9.0 ('LMS-Repack'
(http://forums.slimdevices.com/showthread.php?103636-Test-Repo-for-LMS-7-9-0-on-Synology-DSM-5-*p=817970viewfull=1#post817970))
-Raspberry B+ (piCorePlayer), HifiBerry - Cambridge Azur 840A -PMC GB1i
-2x Radio
-Laptop - openSUSE - Squeezelite

pinkdot's Profile: http://forums.slimdevices.com/member.php?userid=34644
View this thread: http://forums.slimdevices.com/showthread.php?t=103636

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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] Plugins::CDplayer::CDhandler::cdromstatus (1034) 
CDROM radio device /dev/cdrom opened OK
  [15-08-22 11:53:29.4077] Plugins::CDplayer::CDhandler::cdromstatus (1046) 
cdrom drive status 4  text=CDS_DISC_OK errmsg=PLUGIN_CDPLAYER_CDS_DISC_OK
  [15-08-22 11:53:29.4320] Plugins::CDplayer::CDhandler::cdromstatus (1061) 
cdrom disc status 100  code=CDS_AUDIO errmsg=PLUGIN_CDPLAYER_CDS_AUDIO
  [15-08-22 11:53:29.4333] Plugins::CDplayer::CDhandler::LoadCDandIdentify 
(186) Request to load CD and identify
  [15-08-22 11:53:29.4343] Plugins::CDplayer::CDhandler::LoadCDandIdentify 
(188)  cd use is 0 Busy=1
  [15-08-22 11:53:29.4357] Plugins::CDplayer::CDhandler::LoadCDandIdentify 
(223) Create Fork to read CD TOC using cdda2wav on unix device /dev/cdrom 
  [15-08-22 11:53:29.4371] Plugins::CDplayer::Fork::go (95) Fork executing 
'cdda2wav' with 'device=/dev/cdrom -verbose-level=toc -N -g -J'
  [15-08-22 11:53:29.4381] Plugins::CDplayer::Fork::go (96) Fork actual 
executing 'exec /usr/bin/cdda2wav device=/dev/cdrom -verbose-level=toc -N -g 
-J  2 /var/lib/squeezeboxserver/cache/Forkoutput3.txt'
  [15-08-22 11:53:29.4474] Plugins::CDplayer::Fork::go (104) Child task (7634) 
forked: exec /usr/bin/cdda2wav device=/dev/cdrom -verbose-level=toc -N -g -J  
2 /var/lib/squeezeboxserver/cache/Forkoutput3.txt
  [15-08-22 11:53:29.4493] Plugins::CDplayer::Fork::go (105) Child task is 
alive 
  [15-08-22 11:53:30.4512] Plugins::CDplayer::Fork::checkFork (140) Forked task 
7634 is not alive
  [15-08-22 11:53:30.4524] Plugins::CDplayer::Fork::checkFork (143) FORK 7634 : 
cdda2wav: Argument invalide. Cannot open output fd 0.
  [15-08-22 11:53:30.4536] Plugins::CDplayer::Fork::checkFork (149) Forked task 
complete, invoking callback
  [15-08-22 11:53:30.4547] Plugins::CDplayer::CDhandler::parsetoc (712) TOC 
CONTENT = cdda2wav: Argument invalide. Cannot open output fd 0.
  [15-08-22 11:53:30.4565] Plugins::CDplayer::CDhandler::parsetoc (804) ERROR: 
No tracks were found
  [15-08-22 11:53:30.4576] Plugins::CDplayer::CDhandler::processCDTOCResponse 
(284) Response from TOCRead : cdda2wav: Argument invalide. Cannot open output 
fd 0.
  [15-08-22 11:53:30.4586] Plugins::CDplayer::CDhandler::processCDTOCResponse 
(290) Read CD TOC failed  No CD in drive
  [15-08-22 11:53:30.4597] 
Plugins::CDplayer::Plugin::ReadCDTOCFailedWebCallback (250) Read MusicBrainz 
record failed - web callback
  [15-08-22 11:53:30.4971] Plugins::CDplayer::Fork::checkFork (157) Deleting 
Bat and output files /var/lib/squeezeboxserver/cache/Forkoutput3.txt



Thanks
David



zizione's Profile: http://forums.slimdevices.com/member.php?userid=62325
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-22 Thread bpa

JUst to help my testing what is the version of cdda2wav ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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: wav filename: 'audio', don't wait for signal, not quiet,
  use: 'generic_scsi', device: 'yourSCSI_Bus,yourSCSI_ID,yourSCSI_LUN', 
aux: '/dev/cdrom'
  




zizione's Profile: http://forums.slimdevices.com/member.php?userid=62325
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-22 Thread bpa

I've done a test using 7.9 and a version of icedax which is later than
yoru one and it worked OK for me .
A good log shows as follows

How to read the log.  To get CD TOC cdda2wav us run as a fork and output
collected. When Fork has completed (i.e. died/not alive which is good )
then output of Fork is processed.  

So log message after the message Forked task 1689 is not alive - which
have FORK  at the start After the message Forked task 1689 is not
alive .

The log below shows a good TOC dump but your log shows then error
message FORK 5697 : cdda2wav: Argument invalide. Cannot open output fd
0. which means the command line couldn't be run for some reason.  
I'll check some more into the command being run to see if there is some


Code:


  [15-08-22 11:42:27.5881] Plugins::CDplayer::Plugin::indexHandler (197) 
CDplayer - Indexhandler called
  [15-08-22 11:42:27.5920] Plugins::CDplayer::CDhandler::cdromstatus (1033) 
CDROM radio device /dev/cdrom opened OK
  [15-08-22 11:42:27.5940] Plugins::CDplayer::CDhandler::cdromstatus (1045) 
cdrom drive status 4  text=CDS_DISC_OK errmsg=PLUGIN_CDPLAYER_CDS_DISC_OK
  [15-08-22 11:42:27.6641] Plugins::CDplayer::CDhandler::cdromstatus (1060) 
cdrom disc status 100  code=CDS_AUDIO errmsg=PLUGIN_CDPLAYER_CDS_AUDIO
  [15-08-22 11:42:27.6642] Plugins::CDplayer::CDhandler::LoadCDandIdentify 
(186) Request to load CD and identify
  [15-08-22 11:42:27.6643] Plugins::CDplayer::CDhandler::LoadCDandIdentify 
(188)  cd use is 0 Busy=1
  [15-08-22 11:42:27.6644] Plugins::CDplayer::CDhandler::LoadCDandIdentify 
(223) Create Fork to read CD TOC using cdda2wav on unix device /dev/cdrom 
  [15-08-22 11:42:27.6645] Plugins::CDplayer::Fork::go (95) Fork executing 
'cdda2wav' with 'device=/dev/cdrom -verbose-level=toc -N -g -J'
  [15-08-22 11:42:27.6646] Plugins::CDplayer::Fork::go (96) Fork actual 
executing 'exec /usr/bin/cdda2wav device=/dev/cdrom -verbose-level=toc -N -g 
-J  2 
/mnt/hddrive/home/ubu14.04/repos/7.9/latest/trunk/Cache/Forkoutput1.txt'
  [15-08-22 11:42:27.6672] Plugins::CDplayer::Fork::go (104) Child task (1689) 
forked: exec /usr/bin/cdda2wav device=/dev/cdrom -verbose-level=toc -N -g -J  
2 /mnt/hddrive/home/ubu14.04/repos/7.9/latest/trunk/Cache/Forkoutput1.txt
  [15-08-22 11:42:27.6674] Plugins::CDplayer::Fork::go (105) Child task is 
alive 
  [15-08-22 11:42:31.6692] Plugins::CDplayer::Fork::checkFork (140) Forked task 
1689 is not alive
  [15-08-22 11:42:31.6693] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
Type: ROM, Vendor 'TSSTcorp' Model 'CDDVDW SE-T084M ' Revision 'TD00' MMC+CDDA
  [15-08-22 11:42:31.6694] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
536576 bytes buffer memory requested, 4 buffers, 52 sectors
  [15-08-22 11:42:31.6695] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
Read TOC CD Text failed (probably not supported).
  [15-08-22 11:42:31.6695] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
#icedax version 1.1.11, real time sched., soundcard, libparanoia support
  [15-08-22 11:42:31.6696] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
Tracks:13 75:58.00
  [15-08-22 11:42:31.6697] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
CDINDEX discid: 2mVIepbyx8bBXBh4.pTbt.NJ5as-
  [15-08-22 11:42:31.6697] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
CDDB discid: 0xa411ce0d
  [15-08-22 11:42:31.6698] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
CD-Text: not detected
  [15-08-22 11:42:31.6698] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
CD-Extra: not detected
  [15-08-22 11:42:31.6699] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
Album title: '' from ''
  [15-08-22 11:42:31.6700] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
T01:   0  5:58.32 audio linear copydenied stereo title '' from ''
  [15-08-22 11:42:31.6700] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
T02:   26882  4:21.33 audio linear copydenied stereo title '' from ''
  [15-08-22 11:42:31.6701] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
T03:   46490  7:01.72 audio linear copydenied stereo title '' from ''
  [15-08-22 11:42:31.6701] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
T04:   78137  5:05.05 audio linear copydenied stereo title '' from ''
  [15-08-22 11:42:31.6702] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
T05:  101017  6:26.55 audio linear copydenied stereo title '' from ''
  [15-08-22 11:42:31.6703] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
T06:  130022  2:37.55 audio linear copydenied stereo title '' from ''
  [15-08-22 11:42:31.6703] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
T07:  141852  5:36.48 audio linear copydenied stereo title '' from ''
  [15-08-22 11:42:31.6704] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
T08:  167100  4:49.70 audio linear copydenied stereo title '' from ''
  [15-08-22 11:42:31.6705] Plugins::CDplayer::Fork::checkFork (143) FORK 1689 : 
T09:  188845  4:53.37 audio 

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2015-08-22 Thread markelhombre

mherger wrote: 
  When i fill in the genres to be ignored in the smartmix plugin it
 always
  ignores the 'backing track' genre. So every now and then i get a
 backing
  track in my mix.
  Is this a known issue? Can it have something to do with the space in
  between 'backing' and 'track'?
 
 The space itself shouldn't be a problem, as long as it's the same as in
 
 the actual genre name. You do have other genre names with a space in 
 there. Please double check the spelling in some tagging tool. The web UI
 
 eg. might not show you if there's more than one space in the name.
 
 -- 
 
 Michael

I removed all the 'genre' tags, en rewrote them. See if that helps.

I see you've made an update! Awesome! More options to play with! I'm
gonna try it out today. Thank you!



markelhombre's Profile: http://forums.slimdevices.com/member.php?userid=63974
View this thread: http://forums.slimdevices.com/showthread.php?t=97668

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2015-08-22 Thread PasTim

PasTim wrote: 
 I'm not seeing that in the dev repo
 (http://sourceforge.net/projects/lms-to-upnp/files/dev/repo-sf.xml) at
 present (on ubuntu 64 bit).
I wasn't seeing any update message.  I had to remove the plugin, and
then reinstall.  Maybe there is a slight conflict between the '3rd
party' list and the extra repo?



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to MF amp 
ESLs)  Marantz CR603 UPnP renderers.  Minimserver (server)  upplay
(control point) to same  to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 15.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, plus spare, but unused.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-22 Thread mkkyah

@flysurfer
There is a problem with Auido output of Kodi. It happens once in a while
(4 times at least), I tried several squeezelite-Kodi start/stop/play
same time options but couldn't find any trigger.
Sometimes Kodi works normal but there is no audio. (squeezelite is not
effected)
--Only cure is go to Settings/system/audio output; change audio device
to other one; go back one step; come and change audio device to the one
as before.
--Restarting Kodi or rebooting Max2play didn't help.
--Listed Audio devices are different from Helix, there are two devices
listed and the first one is working with Hardkernel usb-dac+HDMI setup:
**Playback/recording through the PulseAudio sound server
**PulsAudio Sound Server

I have also Only 393 MB of free space left on the device! Did you
already expand the filesystem?  warning on Max2play UI for the first
time. Is this normal? I have already done expanding and I don't save or
keep anything on SD card, its a 8GB card. 

BTW. I'm upgraded to stable Max2play 2.20.

Edit: I'm not sure but this audio problem may happen after  Max2Play
upgrades.



mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652
View this thread: http://forums.slimdevices.com/showthread.php?t=101856

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2015-08-22 Thread Mnyb

Saturn94 wrote: 
 I've been using iPeng 1.4.17 for some time on my iPad mini, LMS 7.9
 installed on old laptop (Windows Vista SP2) and I have a Logitech Touch.
 I could listen to my music collection, Internet radio, and Spotify app
 via the Touch or my iPad  (ios 8.4.1) as the player with no problems.
 
 Today I bought a new laptop (Windows 10) and installed LMS 7.9 on it. 
 Like before, I can listen to my music or Internet radio through my iPad
 or the Touch using iPeng (same version mentioned above) with no
 problems.
 
 However, for some reason I now cannot get Spotify to play through my
 iPad using iPeng.   I can select the Touch  as the player in iPeng ,
 launch the Spotify app, and it plays fine through the Touch just as
 before.  But if I select my iPad as the player, Spotify won't play; it
 launches fine and the song I select is displayed like normal, but the
 music won't  play (the time stays at 0 and the progress bar doesn't
 move).
 
 I tried closing and reopening iPeng and the app, and cleared the cache,
 but that didn't work.
 
 Any ideas how to fix this?

What spotify app did you use ? The official Logitech app only supports
Touch and Radio , I think you need triodes third party spotify app .




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD  SqueezePad
(spares Touch, SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2015-08-22 Thread pippin

Indeed.
Your old setup probably had the 3rd party plugin installed and the new
one not yet, you'll find it under Plugins in the server's settings



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-22 Thread bpa

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 
  




bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2015-08-22 Thread Saturn94

Mnyb wrote: 
 What spotify app did you use ? The official Logitech app only supports
 Touch and Radio , I think you need triodes third party spotify app .

pippin wrote: 
 Indeed.
 Your old setup probably had the 3rd party plugin installed and the new
 one not yet, you'll find it under Plugins in the server's settings

This is embarrassing.

Now that y'all mention it, I don't specifically remember using the
official Logitech Spotify app to listen on my iPad.  I also have the
Spotify app for iPad on my mini.  I bet that's what I've been using to
listen to Spoyify on my iPad.

The combination of staying up late and senior moments are a terrible
thing.  :eek:



Saturn94's Profile: http://forums.slimdevices.com/member.php?userid=56831
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread castalla

okay - it's a smart DNS problem - the fire has a smart DNS setting. 

If I switch to google 8.8.8.8 then mysb works (up to a point).Using
the Touch controller, it doesn't allow Deezer to play (controller screen
just goes blank) - also if the app is set to the local LMS then
switching to mysb also fails with a blank screen.

Strangely, using my smartphone as a controller allows me to access all
the mysb features (including Deezer).

All very strange.

I'll contact the smart dns people and see if they can add mysb



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
UPnPBridge - O2 Joggler - 2 paired Sonos Play1 speakers
Pure One Flow

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread wt0

castalla wrote: 
 okay - it's a smart DNS problem - the fire has a smart DNS setting. 
 
 If I switch to google 8.8.8.8 then mysb works (up to a point).Using
 the Touch controller, it doesn't allow Deezer to play (controller screen
 just goes blank) - also if the app is set to the local LMS then
 switching to mysb also fails with a blank screen.
 
 Strangely, using my smartphone as a controller allows me to access all
 the mysb features (including Deezer).
 
 All very strange.
 
 I'll contact the smart dns people and see if they can add mysb

Glad you figured it out :)



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread castalla

wt0 wrote: 
 When you try to connect the first time, did it ask you to login?

No



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
UPnPBridge - O2 Joggler - 2 paired Sonos Play1 speakers
Pure One Flow

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread castalla

wt0 wrote: 
 Alright, I think you ran into the rare case where the MAC address
 generated for the app is conflicting with an existing one on
 MySqueezebox.com.
 
 There are 3 ways to change it.
 
 1) uninstall and re-install the app.
 
 2) go the info screen for the app in the device's settings and clear
 it's data. I'm not sure where to find this on a FireTV.
 
 3) manually change it in Preferences  MySqueezebox.com

Uninstalled - reinstalled.  Same problem - won't connect



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
UPnPBridge - O2 Joggler - 2 paired Sonos Play1 speakers
Pure One Flow

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2015-08-22 Thread DavidBulluss

V1.7.0... seems like an EXPERIMENTAL mixer control has been added?
Michael, any info welcome. 
Regards, David



DavidBulluss's Profile: http://forums.slimdevices.com/member.php?userid=60056
View this thread: http://forums.slimdevices.com/showthread.php?t=97668

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread castalla

wt0 wrote: 
 I'm just going to assume that the address you are using is
 mysqueezebox.com not mysb.com
 
 Make sure the address is exactly mysqueezebox.com, without any ports or
 http header.

That's what it says - mysqueezebox.com - error messages and blue connect
box



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
UPnPBridge - O2 Joggler - 2 paired Sonos Play1 speakers
Pure One Flow

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread castalla

wt0 wrote: 
 Does it give you an error message?
 
 Does your FireTV have access to the internet?
 
 Unfortunately I don't think there is a way to check if your FireTV can
 actually reach MySqueezebox.com

It simply says Unable to connect to mysb.com - connecting - reconnecting
- ad infinitum

FTV is internet connected



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
UPnPBridge - O2 Joggler - 2 paired Sonos Play1 speakers
Pure One Flow

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread wt0

castalla wrote: 
 Your app works with local server.

The closest thing I have to the FireTV is a Kindle Fire HD 7. I
installed the apk for the FireTV onto it and it connects fine the
MySqueezebox.com, so I'm pretty sure it's not the app.

Are you sure your Touch is actually connected to MySqueezebox.com?  Can
you control it via the MySqueezebox.com website?



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread wt0

castalla wrote: 
 No

Alright, I think you ran into the rare case where the MAC address
generated for the app is conflicting with an existing one on
MySqueezebox.com.

There are 3 ways to change it.

1) uninstall and re-install the app.

2) go the info screen for the app in the device's settings and clear
it's data. I'm not sure where to find this on a FireTV.

3) manually change it in Preferences  MySqueezebox.com



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread wt0

castalla wrote: 
 That's what it says - mysqueezebox.com - error messages and blue connect
 box

The only thing I can think of is that your FireTV cannot reach
mysqueezebox.com.

Does the app connect to your local server?



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread wt0

castalla wrote: 
 Just bought this for fire tv . less than impressed, I'm afraid. 
 Main gripe is that it won't connect to mysb.com  neither from the
 app interface nor from the controller
 
 No idea how to proceed 
 
 
 grrr

Did you use the MySqueezebox.com item from the Saved Servers drop down
or did you just type MySqueezebox.com into the address field?

Is the MySqueezebox.com site working right now for your area? 
MySqueezebox.com frequently goes down.



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread castalla

wt0 wrote: 
 Did you use the MySqueezebox.com item from the Saved Servers drop down
 or did you just type MySqueezebox.com into the address field?
 
 Is the MySqueezebox.com site working right now for your area? 
 MySqueezebox.com frequently goes down.

Used the Saved option.  

My Touch connects okay to mysb.com



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
UPnPBridge - O2 Joggler - 2 paired Sonos Play1 speakers
Pure One Flow

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread wt0

castalla wrote: 
 Cleared app data - same problem.

Does it give you an error message?

Does your FireTV have access to the internet?

Unfortunately I don't think there is a way to check if your FireTV can
actually reach MySqueezebox.com



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-22 Thread epoch1970

bpa wrote: 
 I can't guarantee I'll look at it but I'd need very specifc details on
 how the problem manifest itself on your system (i.e. LMS version, plugin
 version, UI being used WebUI, SB3, SBController, Squeezeplay, Jiveplay
 ...) - exact steps in excruciating detail.

Ok. I think you'll find details here but I am not sure how useful the
info will be...

-The issue:- when pressing play on a CD track, the player does not
include other tracks in its playlist, regardless of the player's
preference. Pressing play on the CD itself works ok (but is a little
convoluted on iPeng)
-The test procedure:-
watch 2 files...
- /var/log/squeezeboxserver/server.log
- /var/lib/squeezeboxserver/prefs/clientplaylist_xx.m3u

... along these scenarios...
script 1: 
- insert cd, power on player
- select cdplayer plugin, press 'play' on item 'cd tracks - raw
format'
- stop lms, eject cd, save watched files, delete watched files, reboot
machine
script 2: 
- insert cd, power on player
- select cdplayer plugin, enter 'cd tracks - raw format', press 'play'
on track 2
- stop lms, eject cd, save watched files, delete watched files, reboot
machine

...performed 3 times:
- try 1: from the standard lms web interface
- try 2: from the ir remote + vfd screen
- try 3: from ipeng 8 on ipad (ios 8.4.1)
-Hardware and software setup (incl. log levels) and results: - Latest
LMS on a linux machine with little plugins, SB3 and iPeng (with software
player option). See attached file setup-results_txt.zip
-Logs and screenshots:- See attached file logs_txt.zip and a 3 iPeng
screenshots ipeng-screenshots_jpg.zip

I believe all 3 tries are more or less equivalent (besides, I was unsure
of which logging levels were relevant.) 
I certainly can re-run a test on demand, I'm shelving the computer (and
this CD!) for a while.
HTH


+---+
|Filename: ipeng-screenshots_jpg.zip|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=18647|
+---+


4 SB 3 • iPeng (iPhone + iPad) • Squeezebox Server 7.9 (linux) with
plugins: CD Player, WaveInput by bpa • IRBlaster by Gwendesign (Felix) •
Server Power Control by Gordon Harris • Smart Mix, Music Walk With Me,
What Was That Tune? by Michael Herger • PowerSave by Jason Holtzapple •
Song Info, Song Lyrics by Erland Isaksson • WeatherTime by Martin
Rehfeld • ShairTunes2 by disaster123 • Local Player, BBC iPlayer by
Triode • Auto Dim Display, SaverSwitcher, ContextMenu by Peter Watkins.

epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Test] Repo for LMS 7.9.0 on Synology DSM 5.*

2015-08-22 Thread Camtha

Hello Martin, i install your LMS repack, but i can't access to it at
port 9000. I think the port is open correctly in TCP, but don't
understand who don't work ... Can you help me please ?

Thx

Guillaume, From France



-Synology DS 114 with 1TO
-Logitech Media Server 7.9.0 (LMS-Repack)
-2 x Squeezebox Controler
-2 x Squeezebox Duet
-2 x Radio (Occasion i had repaired)
-1 x Squeezebox Touch
- Ipeng on Iphone

Camtha's Profile: http://forums.slimdevices.com/member.php?userid=64669
View this thread: http://forums.slimdevices.com/showthread.php?t=103636

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2015-08-22 Thread bpa

epoch1970 wrote: 
 The issue:[/I] when pressing play on a CD track, the player does not
 include other tracks in its playlist, regardless of the player's
 preference. Pressing play on the CD itself works ok (but is a little
 convoluted on iPeng)
 

It explains the issue clearly.

I'll check in more detail but the CDplayer does not creates a playlist -
it creates a menu with separate menu items similar to Favorites.
Does this setting make all stations in Favorites play ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread castalla

Just bought this for fire tv . less than impressed, I'm afraid. 
Main gripe is that it won't connect to mysb.com  neither from yje
app interfce nor from the controller

No idea how to proceed 


grrr



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
UPnPBridge - O2 Joggler - 2 paired Sonos Play1 speakers
Pure One Flow

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread wt0

castalla wrote: 
 Used the Saved option.  
 
 My Touch connects okay to mysb.com

When you try to connect the first time, did it ask you to login?



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread wt0

castalla wrote: 
 It simply says Unable to connect to mysb.com - connecting - reconnecting
 - ad infinitum
 
 FTV is internet connected

I'm just going to assume that the address you are using is
mysqueezebox.com not mysb.com

Make sure the address is exactly mysqueezebox.com, without any ports or
http header.



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: SB Player, a software Squeezebox player app for Android.

2015-08-22 Thread castalla

wt0 wrote: 
 The only thing I can think of is that your FireTV cannot reach
 mysqueezebox.com.
 
 Does the app connect to your local server?

Your app works with local server.



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
UPnPBridge - O2 Joggler - 2 paired Sonos Play1 speakers
Pure One Flow

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Test] Repo for LMS 7.9.0 on Synology DSM 5.*

2015-08-22 Thread marccccc

pinkdot wrote: 
 Except for the Alpine architectures, all packages are updated till the
 Github commits of Aug 13, 2015. Including the DSM4 package for 88f628x

Thank you, Martin.

Regards
Jacob



ds214+
dsm 5.2-5592 update 3
lms repack 7.9.0 v7.9.0-1439462741

marc's Profile: http://forums.slimdevices.com/member.php?userid=33079
View this thread: http://forums.slimdevices.com/showthread.php?t=103636

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2015-08-22 Thread philippe_44

PasTim wrote: 
 I'm confused (again).  Are you saying that pcm, format raw, will not
 show duration?  Last night my M1 CLiC was showing it with pcm.

No, duration works in PCM because the only source is the upnp metadata I
send. But with wav and aiff, some players compute duration from what
they find in the file header, not using the upnp metadata ,so it was not
working,

Duration should have worked previously with everything except wav and
aif, and I'm talking about the format between sq2u and the player, not
the format of the file inside LMS



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2015-08-22 Thread PasTim

philippe_44 wrote: 
 No, duration works in PCM because the only source is the upnp metadata I
 send. But with wav and aiff, some players compute duration from what
 they find in the file header, not using the upnp metadata ,so it was not
 working,
 
 Duration should have worked previously with everything except wav and
 aif, and I'm talking about the format between sq2u and the player, not
 the format of the file inside LMS
OK - I think I understand now :)



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to MF amp 
ESLs)  Marantz CR603 UPnP renderers.  Minimserver (server)  upplay
(control point) to same  to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 15.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, plus spare, but unused.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins