Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2015-06-18 Thread bpa

dr1818 wrote: 
 One more question. I want to play on demand audio (URL changes multiple
 times a day) from the same provider, which I previously got working.  I
 have a cgi (served by apache on a raspi) which is able to create the
 proper URL, similar to the one previously mentioned.  
 
 For other playlist types, I was able to echo the proper content-type and
 echo a wrapper playlist , which lMS liked. I'm having an issue here.  I
 tried a few things which work in a browser, but not lms (many times, it
 tries to send the cgi script itself to ffmpeg). 
 
 Do I echo the standard HLS content type you listed (I am typing on a
 phone, so I'm not quoting it) and then echo the URL, or do I need to
 echo yet another layer of m3u playlist which includes the provider's url
 or maybe something else?
 
 (I'm also hoping I can do the same for the previously mentioned URL, so
 that that I can change back my lms settings for the bad content typrs)
 Thanks!

I am unclear what problem you are trying to solve nor what you have done
attempting to solve this problem.  All you have given is an indication
that your present approach of some sort of wrapper is failing. Rather
than write a long post guessing what I think you are doing and what I
think may be happening and then what I think might solve the issue. 

Please describe clearly the problem you are trying to solve with hard
info, details,examples of what you have done and what fails - telling me
about apache and a pi does not clarify the issue which is really about
specific URLs, URL contents and specific MIME types.



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

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


Re: [SlimDevices: Plugins] announce: squeeze2upnp, a bridge between LMS and uPNP devices

2015-06-18 Thread philippe_44

AudioUser wrote: 
 Yes, that's what I already did. 
 
 Player handles next track: No
 LMS seeks on resume: Yes
 
 I'm wondering, the playback within the track is perfect without
 distortion...
 
 Rainer
 
 
 Gesendet von iPhone mit Tapatalk

I see that you've set the HTTP streaming option to fixed large size
and that seems to be the problem. chunked is the preferred option. If
it does not work, use no size and if none work, try the version with
open range. The option fixed large size is a trick to handle few
players that do not accept the well-prefered chunked transfer method
where the data size is uknown in advance and data is transmitted in
'chunks until end of file is reached. But this 'fixed large size just
'fake' a file size of 1GB and closes the connection when everything has
been sent but it can be a problem for some player that *insist* to
receive the promised size and keep re-opening the connection to receive
the remaining data.



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=102496

___
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-06-18 Thread flysurfer

 OK, cracked it. You set up a share but what I had done was leave the
 password blank. I assumed it didn't need it because I could see the file
 data before I loaded up LMS. I entered root and the max2play password in
 the boxes hit save and the share worked.

Good to see you got it working!

Just added hardware support for the PiFi DAC+ in the current Beta of the
Raspberry Settings Plugin for Max2Play. Tested with a Raspberry PI 2 and
the sound is OK. Is there anyone who has some experience with this DAC?

@Man in a van: Thanks for the link to the BBC-Plugin fix!



2 x Max2Play on ODROID U2/U3 with LMS, Squeezelite, Shairport, XBMC
1 x Squeezebox Receiver
1 x Denon 1713 AVR + Nubert 5.1 System
iPeng

Max2Play Webinterface and SD-Image: http://www.max2play.com/
Max2Play Shop: http://shop.max2play.com/

flysurfer's Profile: http://forums.slimdevices.com/member.php?userid=61064
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] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-06-18 Thread ianrt

I have successfully setup Max2play on a Raspberry-Pi 2 as a LMS (will
add player later) and have added SD-Card Protection to preserve the
sd-card. However, with S-C P activated, I no longer have access to the
server - no players can see it on the net. If I override read-only mode,
it re-appears, but this defeats the purpose of prtotecting the card.
Does there need to be other var subdirectories (eg
/var/lib/squeezeboxserver) added to tmpfs?
Note that if I try to open the server webadministration page from the
max2play webpage with S-C P activated there is no access either..
Has anyone successfully setup a server in read-only mode?

Ian



ianrt's Profile: http://forums.slimdevices.com/member.php?userid=64510
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: squeeze2upnp, a bridge between LMS and uPNP devices

2015-06-18 Thread philippe_44

danielpugh wrote: 
 I played with http streaming option.  Very strange as often lms seems to
 get confused and so stopping/starting plugin breaks all functionality
 apart from discovery of the amp/device
 
 if I disable lms seek on resume sometimes things work ok, others not. 
 In general volume works fine and is instant.  Play of new track works by
 manual selection works fine.  
 going to the next track in the playlist works on the amp, but the lms
 doesn't update.  I am sure I have got some of the settings in the config
 wrong, but the majority work.
 pause as you know is seems to break everything, but works fine in
 bubbleupnp.
 I have devicespy which connects fine, but not really sure what I would
 look for although I was able to see that the relevant bits for playnext
 are there.
 attached is output of devicespy output for getprotocolinfo as well as
 well as my current debug log (and what I clicked on in lms webcontrol)
 also my config/xml
 
 if you could shed any light on this it would be great.  if you need
 anything from me just let me know.
 
 thanks
 
 Dan

I see you use PCM and have wav file and aiff format enabled. Would you
mind running tests with only 'flc' and 'mp3' enabled in codec ? PCM,
especially when sent to the player in WAV format can be problematic. At
least, your player support 'raw' format, so there is no need to enable
'wav' and 'aiff' (in the uncompressed format)



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=102496

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


Re: [SlimDevices: Plugins] ANNOUNCE: muso (production)

2015-06-18 Thread jezbo

2.3.02
Do not import ENSEMBLE flac tag to Album Artist (only ALBUMARTIST).
Do not write Composer to Artist track tag.
When prepending group header to title tag on writing, ensure group
header not doubled up.



-- 
muso developer

jezbo's Profile: http://forums.slimdevices.com/member.php?userid=9888
View this thread: http://forums.slimdevices.com/showthread.php?t=81685

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


Re: [SlimDevices: Plugins] announce: squeeze2upnp, a bridge between LMS and uPNP devices

2015-06-18 Thread danielpugh

I played with http streaming option.  Very strange as often lms seems to
get confused and so stopping/starting plugin breaks all functionality
apart from discovery of the amp/device

if I disable lms seek on resume sometimes things work ok, others not. 
In general volume works fine and is instant.  Play of new track works by
manual selection works fine.  
going to the next track in the playlist works on the amp, but the lms
doesn't update.  I am sure I have got some of the settings in the config
wrong, but the majority work.
pause as you know is seems to break everything, but works fine in
bubbleupnp.
I have devicespy which connects fine, but not really sure what I would
look for although I was able to see that the relevant bits for playnext
are there.
attached is output of devicespy output for getprotocolinfo as well as
well as my current debug log (and what I clicked on in lms webcontrol)
also my config/xml

if you could shed any light on this it would be great.  if you need
anything from me just let me know.

thanks

Dan


+---+
|Filename: squeeze2upnplog.txt  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=18279|
+---+


danielpugh's Profile: http://forums.slimdevices.com/member.php?userid=64447
View this thread: http://forums.slimdevices.com/showthread.php?t=102496

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


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

2015-06-18 Thread CommanderROR

This part of the new API describes the different streaming formats:

https://github.com/Qobuz/api-documentation/commit/515e6875cd84fc8e0b04cc09ce1420cbf71c9caa

Seems pretty straightforward. Implementing it on LMS should be doable
but not by me... ;)

If somebody does look into this, please consider looking at the handling
of Playlists too...thanks!



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


Re: [SlimDevices: Plugins] Sirius XM problem

2015-06-18 Thread garym

I'm noticing particularly bad stopping every 5 minutes (today on Channel
122).  I see this error in my server log when it stops. Any thoughts on
what's happening? (I'm in US and running through LMS 7.8, Transporter).
I'm also using the Patch noted earlier in this thread. (note, no issues
with any other internet source streaming)


Code:

[15-06-18 19:07:12.1806] Slim::Networking::IO::Select::__ANON__ (147) 
Error: Select task failed calling Slim::Player::Source::__ANON__: illegal file 
descriptor or filehandle (either no attached file descriptor or illegal value): 
 at /usr/lib/perl5/vendor_perl/Slim/Networking/IO/Select.pm line 150. ; 
fh=Slim::Plugin::Sirius::ProtocolHandler=GLOB(0xea716b8)
  



Michael, above in this thread was the bug report link:
http://forums.slimdevices.com/showthread.php?102774-Sirius-message-Whyp=802283viewfull=1#post802283



*Home:* VortexBox 4TB (2.3)  LMS 7.8  Transporter, Touch, Boom, Radio
w/Battery (all ethernet)
*Cottage:* VBA 3TB (2.3)  LMS 7.8  Touch  Benchmark DAC I, Boom,
Radio w/Battery (all ethernet except Radio)
*Office:* Win7(64)  LMS 7.9  Squeezelite
*Spares:* Touch(3), Radio(3), Boom, SB3, CONTROLLER
*Controllers:* iPhone6  iPadAir2 (iPeng8  Squeezepad), CONTROLLER, or
SqueezePlay 7.8 on Win7(64) laptop
*Files:* ripping: dbpoweramp  FLAC; post-rip: mp3tag, PerfectTunes;
Streaming: Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=102399

___
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-06-18 Thread HectorHughMunro

And indeed I've stalled.  Basically, Max2Play will see the USB that I've
attached with the media library but I can't access it from my Windows
Explorer to drop media in to it so from Windows 8.1, I see this;

'[image:
http://i233.photobucket.com/albums/ee10/HectorHughMunro/File%20system%20max2play_zps8rey6nmd.jpg]'
(http://s233.photobucket.com/user/HectorHughMunro/media/File%20system%20max2play_zps8rey6nmd.jpg.html)

So, Windows is identifying the existence of the Max2Play Odroid U3 but
can't drill down in to it to get to the media directly.  Windows can
also see Logitech Media centre so I'm pretty close.  I thought it was
when FFMPEG was loaded but it is actually at an earlier point when LMS
is loaded that I lose touch with the USB drive.  I've tried setting up a
'Share' which, again, almost gets there; I can see the share but when I
click on it, Windows asks me for credentials then won't let me access
it.  

Anyone have any ideas?  This must be something dumb and basic.



HectorHughMunro's Profile: http://forums.slimdevices.com/member.php?userid=16514
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