Re: [SlimDevices: Plugins] IckStream questions

2018-09-03 Thread dhallag


dhallag wrote: 
> Should I be posting these here or on the IckStream.com forum?  Thanks...

Does this mean that no one is doing any update to IckStream?



LMS 7.9.1 on QNAP 219P+
3 wired Touch End Points
Jolida Tube DAC III
Marantz 2270 to Boston Acoustics Slimlines
Marantz 7010 to B CM10 S2

dhallag's Profile: http://forums.slimdevices.com/member.php?userid=30845
View this thread: http://forums.slimdevices.com/showthread.php?t=109038

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


Re: [SlimDevices: Plugins] MusicIP on Ubuntu 18.04

2018-09-03 Thread SlimChances


bakker_be wrote: 
> Somehow this doesn't seem to work on my fresh 18.04 install. I get
> "Connection refused", and if I check the status of the service it tells
> me "Active (exited)" :(


Was it the wine install of graphical MusicIP or the MusicIP you
installed by cli? 

Not sure if I can help you further than the instructions I  gave as they
were basically dictated by someone on the Ubuntu forums and another
website. They worked for me with both Ubuntu 18.04 fresh install and
Mint 19



Logitech Media Server Version: 7.9.1 - 1518987734 @ Sun Feb 18 22:55:43
CET 2018
Operating system: Debian - EN - utf8   Platform
Architecture: x86_64-linux
Perl Version: 5.22.1 - x86_64-linux-gnu-thread-multi

One SB Touch connected by Ethernet - Denon AVR -1912 Receiver, Paradigm
4.1 speakers
SB Classic connected by Ethernet to FX Audio D802C amp and Sinclair
bookshelf speakers
Two SB Radios wireless

SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=108991

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


Re: [SlimDevices: Plugins] [ANNOUNCEMENT] "WEATHER 4SB" - a weather screensaver for SB Touch/Controller/Radio

2018-09-03 Thread weather4sb


Good news for Apple/iOS fans:

As of today Weather 4SB provides the possibility to display photos, not
only from Flickr, but also from photo albums shared in iCloud, on your
Squeezebox - offering a convenient way to view/share recent photos with
family and friends!

Enjoy!



weather4sb's Profile: http://forums.slimdevices.com/member.php?userid=67812
View this thread: http://forums.slimdevices.com/showthread.php?t=108646

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


Re: [SlimDevices: Plugins] MusicIP on Ubuntu 18.04

2018-09-03 Thread bakker_be

SlimChances wrote: 
> I was able to get MusicIP working with Ubuntu 18.04 (Bionic ) with the
> help of the Ubuntu Forums and 'HavetheKnow'
> (http://www.havetheknowhow.com/Install-the-software/Install-MusicIP.html)
> 
> 
> How to install MusicIP on Ubuntu Server Bionic Once you have
> installed LogitechMediaServer there is a great little application called
> 'MusicIP' (https://www.spicefly.com/article.php?page=musicip-software)
> which can be used to create intelligent playlists on-the-fly from within
> Squeezebox Server. As with a lot of this guide the following
> instructions work  well for Bionic 18.04.  
> 
> First off we'll need to download and install MusicIP itself. Once we've
> done that we'll need to change the start order of LogitechMediaServer
> and MusicIP to ensure that MusicIP starts -before- LogitechMedia Server.
> If we don't carry out this step then LogitechMediaServer will not be
> aware of MusicIP (since LogitechMediaServer checks for it on startup)
> and will just default to using your regular library.
> sudo may be required for some of the commands although not stated
> explicitly. 
> 
> 
> Using the Command Line: You should be sitting in your home
> folder before you proceed:
> > 
Code:

  >   > cd /home/*yourusername*

> > 
> to switch into your home folder where *yourusername* is your Ubuntu
> username.
> So first off we need to download the MusicIP application from
> https://www.spicefly.com/article.php?page=musicip-software (use the
> linux version) to your home folder.
> 
> 
> 
> Download the compressed MusicIP installation file into the folder
> you're currently sitting in.
> Next type:
> > 
Code:

  >   > *gunzip -c MusicMixer_x86_1.8.tgz | tar xf -*

> > 
> this will extract the files and create a folder called MusicIP in the
> folder you're currently sitting in.
> You can now delete the *MusicMixer_x86_1.8.tgz* file since it is no
> longer needed:
> > 
Code:

  >   > *rm MusicMixer_x86_1.8.tgz*

> > 
> We're actually interested in the MusicMagicMixer folder which is
> currently inside the MusicIP folder. So, type the following commands
> to fix this:
> > 
Code:

  >   > *mv MusicIP/MusicMagicMixer MusicMagicMixer*

> > 
> this will move the MusicMagicMixer up one level
> > 
Code:

  >   > *rmdir MusicIP*

> > 
> This will remove the, now empty, MusicIP folder.
> > 
Code:

  >   > *mv MusicMagicMixer MusicIP*

> > 
> This will rename the MusicMagixMixer folder to be MusicIP
> Now we want to edit the MusicIP configuration file (called
> *mmserver*)and make changes. So:
> > 
Code:

  >   > *gedit** MusicIP/mmserver * 

> > (use your preferred text editor – gedit, leafpad, vim etc)
> Delete the entire text of mmserver and replace with this text
> 
> 
> 
> > 
Code:

  >   >  *#! /bin/sh*
  > 
  > *#*
  > *### BEGIN INIT INFO*
  > *# Provides:  mmserver*
  > *# Required-Start:$all*
  > *# Required-Stop: $all*
  > *# Should-Start:  $all*
  > *# Should-Stop:   $all*
  > *# Default-Start: 2 3 4 5*
  > *# Default-Stop:  0 1 6*
  > *# Short-Description:Startup script for mmserver*
  > *# Description:*
  > *### END INIT INFO*
  > 
  > *# NON-PRIVIELEGED USER TO RUN MUSICMAGICSERVER.*
  > *USER=*
  > *# PATH TO THE MUSICMAGICMIXERSERVER *
  > *export MUSICHOME=*
  > 
  > *case $1 in*
  > *start)*
  > *su - $USER -c $MUSICHOME\"MusicMagicServer start  & > /dev/null\" *
  > *echo \"Running MusicMagicServer\"*
  > *exit*
  > *;;*
  > *stop)*
  > *su - $USER -c $MUSICHOME\"MusicMagicServer stop  & > /dev/null\" *
  > *echo \"Stopped MusicMagicServer\"*
  > *exit*
  > *;;*
  > **)*
  > *echo \"Usage: /etc/rc.d/init.d/mmserver { start | stop }\"*
  > *exit*
  > *;;*
  > *esac* 
  > 

> > 
> 
> *USER** **=* should be changed to *USER=yourusername
> *where *yourusername* is the username you created when you installed
> Ubuntu.
> You also need to change *export MUSICHOME=* to *export
> MUSICHOME=/home/user name/MusicIP/
> *where *yourusername* is the same as above.
> Next we need to move this configuration file into the /etc/init.d
> folder. This requires supervisor access hence the sudo:
> > 
Code:

  >   >  *sudo mv MusicIP/mmserver /etc/init.d/*

> > 
> Now issue these commands in terminal:
> > 
Code:

  >   > *ln -s /etc/init.d/mmserver /etc/rc0.d/K01mmserver *
  > *ln -s /etc/init.d/mmserver /etc/rc1.d/K01mmserver *
  > *ln -s /etc/init.d/mmserver /etc/rc2.d/S01mmserver *
  > *ln -s /etc/init.d/mmserver /etc/rc3.d/S01mmserver *
  > *ln -s /etc/init.d/mmserver /etc/rc4.d/S01mmserver *
  > *ln -s /etc/init.d/mmserver /etc/rc5.d/S01mmserver *
  > 

Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2018-09-03 Thread Furry


mherger wrote: 
> > Not pausing; it happens at random times.
> 
> Could you please enable debug logging for plugin.radioparadise, then 
> upload your server.log.zip to 
> https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a once it has 
> happened again?
> 
> -- 
> 
> Michael

Done that.



Living room: SB Touch, with coax to: Marantz PM7005, TDL RTL3 speakers.
Dining room: SB Boom.
Kitchen: SB Radio 1/4 with battery.
Bedroom 1: SB Radio 2/4 no battery, SB Radio 3/4 with battery.
Bedroom 2: SB3 1/2, AE 2.1. speakers.
Bedroom 3: Slim Devices SB3 2/2, Edirol MA-15D powered monitors.
Bathroom: SB Radio 4/4, white, with (and running on) battery.
Server: LMS v7.9.1 on WSE 2012 R2, HP Proliant Gen8 G1610T, 2.3GHz, 8GB.

Furry's Profile: http://forums.slimdevices.com/member.php?userid=11328
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

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


Re: [SlimDevices: Plugins] Announce: NPR Radio plugin

2018-09-03 Thread bpa


Raymond Woodward wrote: 
> I see if one chooses the 'secure' option we get 128 kbit AAC on this
> channel through the plugin.
> 
> Rather unusually for an Iheart channel ...

The plugin does not do anything to help play a station - all it does is
list the URLs provided by iHeart "directory".  The URLS may be provided
by the station not iHeart .
IIRC Many station provided https URLs as a result of Apple's ultimatum
last year that Apple phones would only play https station from Jan 2018
- whereupon Apple changed theirmind.



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

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


Re: [SlimDevices: Plugins] Announce: NPR Radio plugin

2018-09-03 Thread Raymond Woodward


bpa wrote: 
> All these station now work through iHeart.
> 
> Try installing the iHeart plugin see (
> https://forums.slimdevices.com/showthread.php?108466-ANNOUNCE-iHeartRadio-to-play-US-live-iHeart-radio-stations
> ) if working through LMS.
> 
> 
> > > > 
> > 
> > I see if one chooses the 'secure' option we get 128 kbit AAC on this
> > channel through the plugin.
> > 
> > Rather unusually for an Iheart channel ...



Raymond Woodward's Profile: 
http://forums.slimdevices.com/member.php?userid=63990
View this thread: http://forums.slimdevices.com/showthread.php?t=51002

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2018-09-03 Thread Michael Herger

Not pausing; it happens at random times.


Could you please enable debug logging for plugin.radioparadise, then 
upload your server.log.zip to 
https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a once it has 
happened again?


--

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2018-09-03 Thread lalu01


After a LMS restart, Radio Paradise is working well again.



lalu01's Profile: http://forums.slimdevices.com/member.php?userid=30852
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2018-09-03 Thread mitrih

philippe_44 wrote: 
> Sometimes you mention files with 3 or _3. Just for the sake of clarity,
> it’s always 32 not just 3, right? Other that that, I don’t understand
> the reference to squeeze~3.exe cannot start. Can you tell exactly what
> program is complaining and not just the short name?

Yes sorry, I edited my last message and corrected it. The error I get is
a window small screen message, I am not sure I can attach an image to
this forum, but if you want to see what it looks like, you can google
"window message libeay32.dll error + image" you will see one of those
standard images. It just popps up when Shairtunes is enabled. On the top
left of the message window Squeez~3.exe system error (that is the
program compaining), I am just copying it as is,  I do not know what
that means. Also interesting is the message changed
in win 7  X 32: Libeay32.dll is missing
in Win 7 X 64: Libeay32_.dll is missing
in Win 10 X 64: No error message
After you click ok on that message, the plugin loads and works.
It seems that some part of the plugin references in some unused part of
it a library location that is required to be registered in Window, so it
complains, otherwise the program is working.
I am surprised that I am the only one seeing this... Maybe most users
are Linux, I was going through the thread, I saw  that some linux users
had to load in an SSL tools library to get it to work, it is probably
the same issue on windows, but it is not as easy to fix.



mitrih's Profile: http://forums.slimdevices.com/member.php?userid=7800
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] Announce: NPR Radio plugin

2018-09-03 Thread Liz718

bpa wrote: 
> All these station now work through iHeart.
> 
> Try installing the iHeart plugin see (
> https://forums.slimdevices.com/showthread.php?108466-ANNOUNCE-iHeartRadio-to-play-US-live-iHeart-radio-stations
> ) if working through LMS.
> 
> The search terms for "live" do not have to be station ID - iheart seem
> to support keyword associated often including city and genre. 
> 
> If not using LMS - then WGBH FM URL is
> http://wgbh.streamguys.com:8000/wgbh-iheart

I will definitely learn more about installing the iHeart plugin.  I
don’t mind doing homework and now I have a direction to go in. I tried
the stream you posted and I am listening to WGBH right now.  I cannot
thank you enough!



Liz718's Profile: http://forums.slimdevices.com/member.php?userid=68406
View this thread: http://forums.slimdevices.com/showthread.php?t=51002

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


Re: [SlimDevices: Plugins] Announce: NPR Radio plugin

2018-09-03 Thread bpa


Liz718 wrote: 
> I have just spend hours trying to find a stream for WGBH FM in Boston,
> MA. It was working fine last week and today nothing. I'm hopeful one of
> the senior members here can help.
> *bpa* are you out there? 
> I stumbled across your icy streams links for WBZ AM  and WRKO AM, both
> of which have been lost to me for years! My immense thanks for posting
> those. I hope you see this and can help.Thanks
All these station now work through iHeart.

Try installing the iHeart plugin see (
https://forums.slimdevices.com/showthread.php?108466-ANNOUNCE-iHeartRadio-to-play-US-live-iHeart-radio-stations
) if working through LMS.

The search terms for "live" do not have to be station ID - iheart seem
to support keyword associated often including city and genre. 

If not using LMS - then WGBH FM URL is
http://wgbh.streamguys.com:8000/wgbh-iheart



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

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


Re: [SlimDevices: Plugins] iPeng support thread

2018-09-03 Thread pippin


BuddyRich wrote: 
> I dont find iPengs iphone ui implementation cramped (it has the clear
> option when you swipe right to nowplaying queue) and it has less screen
> realestate vs the ipad.  How about an option to use iphone ui layout
> even if on tablet.  i actually thought this was an option already but it
> might have been ipeng classic or squeeze ctrl for android which is
> fairly similar to ipeng in how it works.  ive only recently come back to
> an iphone...

The NowPlaying screen on iPad - although it has the general pages, is
currently a completely different thing compared to the iPhone.
On iPhone, it's just one level in the menu hierarchy, on iPad it's a
modal foreground dialog. That causes a lot of differences, like the fact
that submenus can't be shown directly on the screen etc.
And one additional consequence is that there is no header or footer for
the playlist where you could just place additional controls.

I can't just replace this with the iPhone UI, the iPhone UI for the
NowPlaying screen doesn't work on iPad. The full playlist with all
options on the iPad is the one accessible from the main screen.

Also... I understand that you would not find the UI too cluttered but I
know others would, some even do today.
And it's also not the only request for additional functionality people
ask for on the NowPlaying screen. There are dozens more, like showing
file type and bitrate, paths, more rating options, additional player
states, browsers for artist info from the internet or booklets etc.
Adding ALL these options would certainly clutter the UI a lot.



---
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 9, the Universal App for iPhone, iPad and Apple Watch*

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: NPR Radio plugin

2018-09-03 Thread Liz718


I have just spend hours trying to find a stream for WGBH FM in Boston,
MA. It was working fine last week and today nothing. I'm hopeful one of
the senior members here can help.
*bpa* are you out there? 
I stumbled across your icy streams links for WBZ AM  and WRKO AM, both
of which have been lost to me for years! My immense thanks for posting
those. I hope you see this and can help.Thanks



Liz718's Profile: http://forums.slimdevices.com/member.php?userid=68406
View this thread: http://forums.slimdevices.com/showthread.php?t=51002

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.3.0 - Spotify Connect for your Squeezebox

2018-09-03 Thread TrophyJem


mherger wrote: 
> This is not a  Spotty problem. But the plugin manager fails to extract
> the Spotty plugin. Most likely because of permissions, as you say, or
> lack of the target folder. It's a generic problem with the way you
> handle the cache folder.

Many thanks for taking the time to look



TrophyJem's Profile: http://forums.slimdevices.com/member.php?userid=63535
View this thread: http://forums.slimdevices.com/showthread.php?t=108898

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.3.0 - Spotify Connect for your Squeezebox

2018-09-03 Thread mherger


TrophyJem wrote: 
> 
> [18-09-01 10:26:37.1410] Slim::Utils::Misc::msg (1252) Warning:
> [10:26:37.1393] error: Can't chmod()
> /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/PlayerSettings.pm:
> Operation not permitted 
> at /usr/share/perl5/Slim/Utils/PluginManager.pm line 862

This is not a  Spotty problem. But the plugin manager fails to extract
the Spotty plugin. Most likely because of permissions, as you say, or
lack of the target folder. It's a generic problem with the way you
handle the cache folder.



Michael

http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=108898

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2018-09-03 Thread philippe_44

mitrih wrote: 
> The plugin always works (in wave mode). The only problem is that when
> LMS starts, with Win 7 X32 I used to get this error message Libeay3.dll
> is not found. On the top left of the error screen bar is Squeez~3.exe
> system error ( and the message is: The program cannot start because
> libeay32.dll is missing from your computer) Once you click ok, it
> continues and it works.
> With Win 7 X64 I am getting the same screen but the error is
> libeay3_.dll (with underscore) is missing, before I did any changes. The
> filename changes yuo suggested did not make any difference to the
> message. I also forgot to say, I also added libeay32_.dll under the
> windows\system32, it did not make any difference. On Win 10 the error
> goes away.
> I am not sure why the difference in the error message or whether that
> makes any sense to you.

Sometimes you mention files with 3 or _3. Just for the sake of clarity,
it’s always 32 not just 3, right? Other that that, I don’t understand
the reference to squeeze~3.exe cannot start. Can you tell exactly what
program is complaining and not just the short name?



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

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

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


Re: [SlimDevices: Plugins] [Announce] Radio Paradise Lossless Streaming (Plugin v2)

2018-09-03 Thread Furry


mherger wrote: 
> Do you Pause the stream sometimes, trying to resume later? Or is this 
> happening after any random time of listening to the stream?

Not pausing; it happens at random times.

I have also tried another instance of LMS (same versions) on a different
(Windows 2012R2) server box, and the same thing happens.



Living room: SB Touch, with coax to: Marantz PM7005, TDL RTL3 speakers.
Dining room: SB Boom.
Kitchen: SB Radio 1/4 with battery.
Bedroom 1: SB Radio 2/4 no battery, SB Radio 3/4 with battery.
Bedroom 2: SB3 1/2, AE 2.1. speakers.
Bedroom 3: Slim Devices SB3 2/2, Edirol MA-15D powered monitors.
Bathroom: SB Radio 4/4, white, with (and running on) battery.
Server: LMS v7.9.1 on WSE 2012 R2, HP Proliant Gen8 G1610T, 2.3GHz, 8GB.

Furry's Profile: http://forums.slimdevices.com/member.php?userid=11328
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

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