Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-18 Thread disaster123

I've a new version of this plugin ready.

Does anybody know the licence of the old one? I was thinking about
giving this rework a new name.

Having the following features:
- working covers / artwork
- working metadata like title, album, artist, duration...
- rework of socket reading and header parsing
- skipping and play working nearly instantly
- working only with LMS 7.8 or newer

It just needs some code cleanup. Anybody interested?



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-18 Thread disaster123

Will have to cleanup the code and especially the formatting.

Than i have to rethink about the name - i think it confuses people
having so many different shairtunes plugins.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-18 Thread disaster123

I hope to have enough time to cleanup the code tonight.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-21 Thread disaster123

Here we go.

"biggest" changes:
- working covers / artwork
- working metadata like title, album, artist, duration...
- rework of socket reading and header parsing
- skipping and play works faster
- working only with LMS 7.8 or newer

Repo URL:
http://raw.github.com/disaster123/shairport2_plugin/master/public.xml

Github: https://github.com/disaster123/shairport2_plugin

It has automatic OS detection so no need to copy an helper binary.
Please also ensue that you enable ipv6 in avahi AND restart avahi after
install.

Have fun.


----
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-21 Thread disaster123

usc95 wrote: 
> Will this work in windows 8.1?  To further demonstrate my ignorance,
> what do I need to do with "Ipv6 and avahi" if I am using windows?  A
> quick google suggests that might be specifically for linux but I really
> don't know.  Sorry for my ignorance.

I'm sorry Windows isn't supported. Somebody needs to port the shairport
helper. I can't do this.

bruinboy wrote: 
> will this work with mac os x?
> 
> Scott

Mac OS X would be possible but is not currently added. Will do this
later on.

mherger wrote: 
> Thanks a lot disaster123! Unfortunately I don't see any of my players in
> iThingies. Here's what tail server.log file looks like:
> 
> > 
Code:

  >   > [15-05-22 07:24:07.7483] 
Plugins::ShairTunes2::Plugin::playerSubscriptionChange (132) request=client new 
client=Schreibtisch
  > [15-05-22 07:24:07.8095] 
Plugins::ShairTunes2::Plugin::playerSubscriptionChange (132) request=client new 
client=Stube
  > [15-05-22 07:24:08.0310] 
Plugins::ShairTunes2::Plugin::playerSubscriptionChange (132) request=client new 
client=Hilfskoch
  > [15-05-22 07:24:08.7036] 
Plugins::ShairTunes2::Plugin::playerSubscriptionChange (132) request=client new 
client=Kinderzimmer
  > [15-05-22 07:24:08.7452] 
Plugins::ShairTunes2::Plugin::playerSubscriptionChange (132) request=client new 
client=Wecker
  > Established under name '86B89C29C6BA@Schreibtisch'
  > Established under name '53033095BED7@Stube'
  > Established under name '2E417F5109AA@Hilfskoch'
  > [15-05-22 07:24:09.1962] 
Plugins::ShairTunes2::Plugin::playerSubscriptionChange (132) request=client new 
client=Gaschtig
  > Established under name '5EC3154DDF14@Kinderzimmer'
  > Established under name 'C495A9CCA3B7@Wecker'
  > Established under name 'E05372D474B7@Gaschtig'
  > 

> > 
> 
> I would assume that the "Established..." messages are from avahid or
> some other helper, but not LMS itself?
> 
> I'm running this on a CentOS6 based system - which means some of the
> components might be not all new. Do you know about any requirements
> wrt. version numbers? Eg. would I need a specific avahi version?
> 
> Also on CentOS there's no avahi-utils, but an avahi-tools. Maybe it's
> not the same tools? What parts of that package are required?

Strange. Does the original one (StuartUSA) work for you? Can you post a
debug log? can you post your avahi conf? And can you show me the output
of: ps aux|egrep "avahi|mdns"



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-22 Thread disaster123

New Version 0.2 uploaded.

Changes:
- Mac OS X Suppor
- 32bit Linux Support
- more logging



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-23 Thread disaster123

bruinboy wrote: 
> are there instructions to install the dependencies on  mac os x?
> 
> Scott

Sorry no - but for Mac OS X those should fit:
https://github.com/adamcohenrose/shairport_plugin/blob/master/README.md

But use my url for the plugin.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2015-05-23 Thread disaster123

garym wrote: 
> interesting. Is this true even if other devices are NOT a Touch or
> Radio.  Anything special that has to be done in settings to get this
> outcome?

This sounds pretty strange. Has anybody verified this? How does it
work?

Is there any chance to integrate the featured playlists?
(https://developer.spotify.com/web-api/get-list-featured-playlists/)



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-23 Thread disaster123

mherger wrote: 
> > New Version 0.2 uploaded.
> 
> http://raw.github.com/disaster123/shairport2_plugin/master/public.xml 
> still says 0.1 was latest. Did you update it or am I seeing a caching
> issue?
> 
> -- 
> 
> Michael

Sorry fixed. Did only bump install.xml and forgot public.xml. Version
0.12 is online


--------
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-23 Thread disaster123

rickwookie wrote: 
> Please excuse the impatience but I went ahead and installed 7.8.1
> (assumed less risk) and tried the plugin. The four players get
> announced, and I don't seem to be getting the player disconnects that I
> was before with StuartUSA'a version. However trying to airplay (I'm
> trying from Amazon music on my iPhone for example) to my Bedroom SBRadio
> I get no airplay output. In fact if it's playing from my library it will
> just happily carry on.
> .

You're on ARM. I don't have an ARM binary ready. Can you compile one?


--------
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-23 Thread disaster123

epoch1970 wrote: 
> Disaster123,
> thanks for the i386 executable.
> 
> I went to the server and saw it was ready to restart to finish plugin
> update. I did, then the players were numb. I could select them from my
> iPad, but none would react. Restarted avahi, to no avail. Restarted LMS
> again and then players became responsive. I am running LMS off a very
> low powered machine (Geode LX 800) and this might come into play.
> 
> I am under the impression the players (the helper?) do not flush the
> audio buffer before playing? 
> For the sake of testing, I am using the Music app on my iPad (iOS
> current version.) There I have a bunch of songs I bought on iTunes. None
> are local, when I play them they stream from Apple's cloud. So it takes
> a little time (1 or 2 secs) before a song starts playing on the iPad.
> When I select an SB3 player as the Airplay target, the display follows
> closely which track I select on the iPad.
> However, when I switch track the player seems to want to go in pause
> mode. The iPad is playing, and the SB3 is paused.
> If I press play, then I hear what's left in the buffer of the previous
> song (at that moment song info is wrong on the SB3), then I hear the
> right song (corresponding to the song info)
> The most robust workaround seems to press the rewind << key on the
> remote twice. 1st press brings the player to "stopped" mode, 2nd press
> to "play".
> 
> I tried browsing some youtube video clips using Safari on the iPad, and
> did not notice the same behavior when jumping from one song to another.

I've similiar problems with my SBS3. While the radio works always fine -
the SB3 classic sucks most of the time. Sadly i've no idea why ;-(



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-24 Thread disaster123

mherger wrote: 
> > Installing the plugin from the repo does not work. It installs
> version
> > 0.12, which gives the same error message: Plugin is incompatible with
> > your platform.
> 
> disaster123 - your install.xml limits installation to Linux/Unix 
> systems, but excludes OSX/Windows.
> 
>   Linux
>   Unix
> 
> -- 
> 
> Michael

Thanks! Fixed in 0.13.

mherger wrote: 
> > Anyway, I'm running 7.7.6 so I'd need to upgrade to try this, so
> looking
> > at the installers available my question is, 7.8.1 or 7.9.0?
> 
> disaster123 - are there any other 7.8+ specifics than the image proxy? 
> Couldn't you exclude that code from older versions and skip the artwork
> 
> feature for 7.7? I do this in some of my plugins:
> 
> use constant CAN_IMAGEPROXY => 
> (Slim::Utils::Versions->compareVersions($::VERSION, '7.8.0') >= 0);
> 
> 
> 
> sub initPlugin {
> 
> if (CAN_IMAGEPROXY) {
>   # register your image proxy here
> }
> 
>   ...
> }
> 
> 
> -- 
> 
> Michael

included. Next version can run from 7.5 onwords. I hope 7.5 is fine.

rickwookie wrote: 
> Hmm, so why's it trying to use an i386 (shairport_helper-i386-linux)
> binary?:> 
Code:

  >   > [15-05-24 16:30:57.9639] 
Plugins::ShairTunes2::Plugin::conn_handle_request (430) decode command: 
"/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/ShairTunes2/helperBinaries/shairport_helper-i386-linux"
 tport '61515' iv '2188525e4ffe3cd388047878f7a78cbc' cport '59418' fmtp '96 352 
0 16 40 10 14 2 255 0 0 44100' dport '61515' key 
'85aa4514e5138e1568988bc5872ea634'
  > [15-05-24 16:30:58.0271] Slim::Utils::Misc::msg (1311) Warning: 
[16:30:58.0246] Use of uninitialized value $portdesc in pattern match (m//) at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/ShairTunes2/Plugin.pm 
line 438.
  > [15-05-24 16:30:58.0294] Slim::Utils::Misc::msg (1311) Warning: 
[16:30:58.0281] Use of uninitialized value $portdesc in concatenation (.) or 
string at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/ShairTunes2/Plugin.pm 
line 438.
  > [15-05-24 16:30:58.0321] Slim::Networking::IO::Select::__ANON__ (147) 
Error: Select task failed calling 
Plugins::ShairTunes2::Plugin::handleSocketRead: Expected port number from 
decoder; got  at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/ShairTunes2/Plugin.pm 
line 438.
  > ; fh=IO::Socket::INET=GLOB(0x5d43bb8)
  > [15-05-24 16:31:05.2807] Plugins::ShairTunes2::Plugin::handleSocketRead 
(275) Closed: IO::Socket::INET=GLOB(0x5d43bb8)

> > 
> 
> and copied my previously made /usr/local/bin/shairport_helper to
> /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/ShairTunes2/helperBinaries/shairport_helper-armv7l-linux

Fixed this in v0.13 it will no longer try to run x86 code. But i still
do not have any arm binary. Can you provide one? Copying the old one
from StuartUSA isn't a code idea as the C code has changed.

epoch1970 wrote: 
> This I wouldn't know; but if you rename this i386 executable and put
> your older arm binary under its name then the plugin might work.
Copying the old one from StuartUSA isn't a code idea as the C code has
changed.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-24 Thread disaster123

I think the most safe way would be to use the code from triode spotify
plugin. But as long as i don't need to detect arm it seems easy ;-) 

You'll find the differences in the source here:
https://github.com/disaster123/shairport2_plugin/commits/master/shairport_helper/src

Most important one here:
https://github.com/disaster123/shairport2_plugin/commit/980a9f278b85690a288229a32559f08c4602cf44


----
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-24 Thread disaster123

rickwookie wrote: 
> Excuse my ignorance, but I notice that the zip file that gets downloaded
> for your plugin
> "https://raw.github.com/disaster123/shairport2_plugin/master/ShairTunes2.zip";
> as referenced in
> "https://raw.githubusercontent.com/disaster123/shairport2_plugin/master/public.xml";,
> doesn't contain the src folder. How do I get it? Do I need to use some
> sort of git-fetch command, and if so, what is it?
> 
> Btw, I noticed in that xml that you define minTarget="7.5". Is that now
> the case for v0.13 or should that be minTarget="7.8"?

The source code is on github. 7.5 is fine cause i skip cover code for
versions < 7.8.

rickwookie wrote: 
> Wow, I recompiled it and the binary is now 638k. The old one's only 42k.
> What's that all about?

Yes those are now static binaries. Beeing independant of lib / os
version.

bruinboy wrote: 
> @disaster123, et al.
> 
> When I start your plugin, I get:
> 
> "Plugin failed to load"
> 
> Server Log:
> 
> [15-05-24 14:15:34.6079] Slim::bootstrap::tryModuleLoad (286) Warning:
> Module [Plugins::ShairTunes2::Plugin] failed to load:
> Can't locate Net/SDP.pm in @INC (@INC contains:
> /Users/macmini/Library/Caches/Squeezebox/InstalledPlugins 
> 
> System/Library/Perl/5.16/darwin-thread-multi-2level
> /System/Library/Perl/5.16
> /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level
> /System/Library/Perl/Extras/5.16 .) at
> /Users/macmini/Library/Caches/Squeezebox/InstalledPlugins/Plugins/ShairTunes2/Plugin.pm
> line 30.
> BEGIN failed--compilation aborted at
> /Users/macmini/Library/Caches/Squeezebox/InstalledPlugins/Plugins/ShairTunes2/Plugin.pm
> line 30.
> Compilation failed in require at (eval 1098) line 2.
> BEGIN failed--compilation aborted at (eval 1098) line 2.
> 
> It seems I'm getting tantalizingly close.
> 
> Thanks for the ongoing troubleshooting.
> 
> Scott

You need the perl Net::SDP Modul. No idea how to install on Mac OS X.
How did you install the other modules?

mherger wrote: 
> > Done a bit more digging and found 'this post'
> >
> (http://stackoverflow.com/questions/21094114/how-do-i-detect-the-os-name-in-perl-to-a-particular-version)
> > suggesting that archname is not the way to detect the running system
> as
> > Config only contains the details from the system where Perl was
> built,
> > not the one it's running on. In fact I've just noticed that typeing
> Perl
> > -V at the command prompt on both my Pi1 and Pi2 not only give
> identical
> > results, that it's armv7l, but also that it's an odroidu2 :confused:
> 
> Wouldn't Slim::Utils::Misc::findbin() do the job for you?
> 
> -- 
> 
> Michael

Looks interesting any documentation on that one available?



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-25 Thread disaster123

bruinboy wrote: 
> You need the perl Net::SDP Modul. No idea how to install on Mac OS X.
> How did you install the other modules?
> 
> 
> I typed sudo perl install Net::SDP .
> 
> This is consistently the broken piece of the puzzle.  Calling all mac
> experts... how do I do this correctly/troubleshoot it.
> 
> If I get this module installed correctly, I think all will be well.
> 
> Scott

There's no perl install command. There's only cpan install. Did you type
the wrong thing? What was the output?


rickwookie wrote: 
> Super-noob github question. How the hell do you put a binary file in a
> github repo? Seems to me (through all of my 5 mins of research) that you
> can only add binary files to 'Releases'.

You can't without having a git repository. github isn't filesharing.
Please send me a pm or upload to dropbox i'll include your binary.

moe wrote: 
> Thank You for the grate plugin.
> I was aple to compile the binary for the raspberry pi 2 arm
> (arm-linux-gnueabihf-thread-multi-64int).
> How can I send the binary to you for the repostory?
> 
> moe

Dropbox or any other free upload site. I'll download and put into the
repo.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-29 Thread disaster123

epoch1970 wrote: 
> On my machine, LMS wants to update the Shairtunes2 plugin constantly.
> I've looked into
> /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/ShairTunes2 and
> I see that while the directory itself is brand new, the install.xml file
> inside it still says "0.12"
> Then I went to Github and I see the file currently says
> "0.13".
> However, the version held into "Shairtunes2.zip" says
> "0.12" (obtained from
> https://github.com/disaster123/shairport2_plugin/blob/master/ShairTunes2.zip?raw=true)
> 
> I don't know how the LMS update process works but I would submit the zip
> file on GitHub is not up-to-date.

Sorry my fault. Fixed with v0.14 - will be online in a few seconds.

bruinboy wrote: 
> Shairtunes got fussy again
> 
> Log:
> 
> [15-05-28 16:17:06.5733] Plugins::ShairTunes2::Plugin::initPlugin (92)
> Initialising 0.12 on darwin-thread-multi-2level
> [15-05-28 16:17:07.2086] Plugins::ShairTunes2::Plugin::publishPlayer
> (216) start avahi-publish-service "Extra"
> [15-05-28 16:17:07.2099] Plugins::ShairTunes2::Plugin::publishPlayer
> (228) start avahi-publish-service failed
> [15-05-28 16:17:07.2103] Plugins::ShairTunes2::Plugin::publishPlayer
> (231) start dns-sd "Extra"
> [15-05-28 16:17:07.2620] Plugins::ShairTunes2::Plugin::publishPlayer
> (216) start avahi-publish-service "Living Room"
> [15-05-28 16:17:07.2630] Plugins::ShairTunes2::Plugin::publishPlayer
> (228) start avahi-publish-service failed
> [15-05-28 16:17:07.2633] Plugins::ShairTunes2::Plugin::publishPlayer
> (231) start dns-sd "Living Room"
> [15-05-28 16:17:07.3215] Plugins::ShairTunes2::Plugin::publishPlayer
> (216) start avahi-publish-service "Bedroom"
> [15-05-28 16:17:07.3230] Plugins::ShairTunes2::Plugin::publishPlayer
> (228) start avahi-publish-service failed
> [15-05-28 16:17:07.3233] Plugins::ShairTunes2::Plugin::publishPlayer
> (231) start dns-sd "Bedroom"
> 
> Thanks for ideas on a fix, in advance.
> 
> Cheers,
> 
> 
> S

I see nothing wrong.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-29 Thread disaster123

V0.14 is online. Everybody with linux should upgrade. For ARM and Mac OS
X i need somebody to compile new binaries ;-( as i made several changes
to the helper source code.

Changelog since v0.13:
- ARM binary added (sadly only from v0.13 - need somebody to recompile
for v0.14)
- log startup errors / stderr of shairport_helper
- shairport_helper: MASSIVE reduce of CPU load using pthread_cond_wait
instead of ugly sleeps
- shairport_helper: buffer tuning
- shairport_helper: introduce a version number for binaries



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-29 Thread disaster123

moe wrote: 
> Sent you a new binary version for ARM. 
> moe

Thanks will include in v0.15 - hopefully somebody can compile for mac os
x.

rokotus wrote: 
> Thanks! I'm using ShairTunes on an old Sheevaplug, and got it working
> after compiling helper for my architecture
> (arm-linux-gnueabi-thread-multi-64int) and editing Utils.pm accordingly.
> I can provide the binary if needed.

Isn't this "default" arm? This should work out of the box with v0.14.


--------
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-31 Thread disaster123

I think the avahi services are too old. As you do not even see the
airplay showing up - it has nothing todo witht he helper binary. I think
you've to upgrade your OS or compile a newer avahi daemon on your own.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-05-31 Thread disaster123

I'm sorry but i can't help. CentOS 5 is just very old.

Does anybody have an idea how to immediatly react on pause or next? I
tried to find a useful message in the data but i only get metadata on
play, pause or next - which does not help.


----
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-06-07 Thread disaster123

jollybully wrote: 
> Hey, do you have any pointers or tips on how to get started compiling
> ShairTunes for BSD? Any guidance would be much appreciated. Thanks.

i think it should compile fine. Just run make inside the src directory.
Source:
https://github.com/disaster123/shairport2_plugin/tree/master/shairport_helper/src

strim wrote: 
> Thanks disaster123 for your good work
> Since v0.14 i see this in my Synology DS213 with the new LMS repack
> installed.
> Have Perl installed also, early versions gave a timeout..
> 
> What is wrong ? Plugin will not load..
> 
> 18201

I'm sure this is due to a mistake of loading a lms 7.8 lib even when you
run an older version. Will be fixed in v0.15today.

gyre wrote: 
> I've just added the plugin repository to lms 7.7.5.  I attempted to add
> shairtunes2 v0.14 and got the errors below.  I can't find ImageProxy.pm
> anywhere on the system.
> 
> ...

I'm sure this is due to a mistake of loading a lms 7.8 lib even when you
run an older version. Will be fixed in v0.15today.


djsecrist wrote: 
> I am running my Squeezebox Server software on an old Mac Mini (2,1)
> running Snow Leopard (OSX 10.6.8), and it doesn't like the precompiled
> helper binaries in ShairTunes2.  I was able to get it to work on my
> system by compiling my own version of the helper for x86 (I will try to
> attach) and making the following changes in the Utils.pm file.
> 

thx for your binary support for i386 macs will be added in v0.15.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-06-07 Thread disaster123

v0.15 is online.

Changes:
- really works on lms < 7.8
- added v0.1 binary for arm - lower cpu usage - better buffer handling
- support for 32bit osx


----
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-06-07 Thread disaster123

epoch1970 wrote: 
> Thanks, disaster123,
> v0.15 works fine for me (Linux montreux 2.6.32-5-amd64 #1 SMP Tue May 13
> 16:34:35 UTC 2014 x86_64 GNU/Linux | Logitech Media Server Version:
> 7.9.0 - 1417184790)
> 
> (The UTF-8 encoding issue is still there for me; nobody else reported
> this?)

Oh i have that one too. Sadly nobody replied to me which encoding LMS
wants, See:
http://forums.slimdevices.com/showthread.php?103696-Encoding-for-getMetadataFor

I don't know if i have to send the Perl Bytestream, UTF8 or a local
encoding of the system...


--------
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


[SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-06-08 Thread disaster123

Hi,

this is a further development of the ShairTunes Plugin
(http://forums.slimdevices.com/showthread.php?100379-Announce-ShairTunes-Plugin).

Installation instructions:
https://github.com/disaster123/shairport2_plugin/blob/master/README.md
Repo URL:
http://raw.github.com/disaster123/shairport2_plugin/master/public.xml
Github: https://github.com/disaster123/shairport2_plugin

V0.15
Changelog since v0.14:
- really works on lms < 7.8
- added v0.1 binary for arm - lower cpu usage - better buffer handling
- support for 32bit osx

V0.14:
Changelog since v0.13:
- ARM binary added (sadly only from v0.13 - need somebody to recompile
for v0.14)
- log startup errors / stderr of shairport_helper
- shairport_helper: MASSIVE reduce of CPU load using pthread_cond_wait
instead of ugly sleeps
- shairport_helper: buffer tuning
- shairport_helper: introduce a version number for binaries

V0.13:
Changelog since v0.12:
- Mac OS X Suppor
- 32bit Linux Support
- more logging
- ensure to "restart" / shutdown avahi on init/shutdown of the plugin

Changes since ShairTunes:
- working covers / artwork
- working metadata like title, album, artist, duration...
- rework of socket reading and header parsing
- skipping and play works faster
- working only with LMS 7.8 or newer

It has automatic OS detection so no need to copy the helper binary.
Please also ensue that you enable ipv6 in avahi AND restart avahi after
install.


----
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-06-08 Thread disaster123

Thanks!

New Thread online:
http://forums.slimdevices.com/showthread.php?103783-Announce-ShairTunes2-plugin-Airtunes-on-your-LMS

epoch1970 wrote: 
> With v0.15 (and probably previous versions), avahi published records are
> not properly purged on my machine. I found this with logging set to
> info:> 
Code:

  >   > [15-06-08 15:48:15.5554] 
Plugins::ShairTunes2::Plugin::revoke_publishPlayer (202) Send TERM sig to old 
publish player services. pids: 14579, 14575, 14562, 14547
  > [15-06-08 15:48:15.5567] Slim::Utils::Misc::msg (1343) Warning: 
[15:48:15.5560] Argument "-TERM" isn't numeric in kill at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/ShairTunes2/Plugin.pm 
line 203.

> > 
> Indeed, I checked one of those procs and it survives LMS restarts. 
> 
> Linux montreux 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC 2014
> x86_64 GNU/Linux
> Logitech Media Server (v7.9.0, 1417184790, Sat Nov 29 04:06:35 UTC
> 2014) perl 5.010001

Thanks that part of code only works in perl 5.18 or higher. I'll fix the
code in v0.16 to work also with older versions.

epoch1970 wrote: 
> It's been almost a decade and I am still waiting for the minimal doc on
> how to write a Slim::Plugin :)
> But anyways since no-one in the know responded to your question I hacked
> my way around in Shairtunes2/Plugin.pm. On v0.15, starting at line 555,
> I ran this code:> 
Code:

  >   >$airTunesMetaData{album}  = $dmapData{album};
  > $airTunesMetaData{title}  = $dmapData{title};
  > 
  > $log->debug( "DMAP DATA found. Length: " . length( $req->content ) . " " . 
Dumper( \%dmapData ) );
  > my $type = 
Slim::Utils::Unicode::encodingFromString($airTunesMetaData{title});
  > $log->info("Type is $type");
  > $airTunesMetaData{title} = 
Slim::Utils::Unicode::utf8decode_locale($airTunesMetaData{title});
  > $type = Slim::Utils::Unicode::encodingFromString($airTunesMetaData{title});
  > $log->info("Post-type is $type");
  > my $hashkey   = Plugins::ShairTunes2::Utils::imagekeyfrommeta( 
\%airTunesMetaData );
  > my $imagefilepath = File::Spec->catdir( $cachedir, 'shairtunes', $hashkey . 
"_cover.jpg" );

> > 
> I started w/ type detection, and the log reported either "ascii" or
> "utf8" on the title, according to the presence of high-bit characters
> or not.
> So I added at random a call to utf8decode_locale, and now the log
> reports utf8 systematically.
> 
> The unexpected bonus is that the title now displays correctly on my
> SB3, and in the standard web view (on mac OSX/Safari). You see here
> the song title correctly interpreted "Cherchez le Garçon (Solitaire)"
> and the album name still garbled "Cherchez le garçon".
> 
> I don't know about you (and other users) but for my part I am ready to
> patch the lot with this seemingly unwarranted call to
> utf8decode_locale ;)
> 
> EDIT. This is my locale settings on the machine > 
Code:

  >   > root@montreux:~# su squeezeboxserver -s /bin/bash -c "echo : $LANG : 
$LANGUAGE : $LC_all :"
  > : en_US.UTF-8 : en_US:en : :
  > root@montreux:~# 

> > 

Thanks for testing - i didn't used your code but it pointed me into the
right direction. Will be fixed in V0.16.


Further discussion and v0.16 in the new thread.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-06-11 Thread disaster123

Thanks flysurfer. Would be nice if you could also name it Shairtunes2 -
to avoid confusion.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-06-11 Thread disaster123

great / cool! Thanks a lot.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-06-13 Thread disaster123

moe wrote: 
> Hi,
> 
> the plugin is running fine with the LMS nighly build
> (7.9.0-1434024570_all.deb).
> During the AirPlay output I see this repeating debug message.
> 
> [15-06-11 22:15:36.9375] Slim::Control::Request::execute (1890) Error:
> While trying to run function coderef
> [Slim::Control::Queries::songinfoQuery]: [Can't call method
> "streamingSong" on an undefined value at
> /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/ShairTunes2/AIRPLAY.pm
> line 83.
> 
> 
> Any idea what could be the issue?
> Thank You

This looks strange and means your client is undefined. Never seen
something like this. 

Roitelet.44 wrote: 
> Hello,
> I can't download the plugin :
> I have this message "Répertoire incorrect
> http://raw.github.com/disaster123/shairport2_plugin/master/public.xml -
> Redirection limit exceeded".
> What could i do ?
> Thank you
> Regards
> 
> "LMS on Synology 213j"

You missed the requirements page:
https://github.com/disaster123/shairport2_plugin/blob/master/README.md

akilleuz wrote: 
> Hi,
> 
> First thank for this great idea and taking the plugin to the next
> level!
> 
> I have been trying to install the plugin on LMS V7.9.0, but i get an
> issue: "ShairTunes2 (v0.16) Plugin Failed To Load"
> 
> Do you need any further information?


Did you have all the requirements?
https://github.com/disaster123/shairport2_plugin/blob/master/README.md



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-06-30 Thread disaster123

New release (v0.17) is online. Have fun



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-06-30 Thread disaster123

dangerusty wrote: 
> Also interested in running this on Windows (server 2012).
> 
> I see a post saying Windows wasn't supported as of 5/22/15 due to
> linux-only shairport helper:
> http://forums.slimdevices.com/showthread.php?100379-Announce-ShairTunes-Plugin&p=818847&highlight=windows#post818847
> 
> I already use shairport4w for my airplay setup. Is that a shairport
> helper port?

I'm sorry but it won't work on windows. Theres much more todo to just
port the shairport helper. Also the plugin itself uses a lot of unix
stuff. I had the same problem and migrated from windows to linux ;-)

Simon_rb wrote: 
> Got this working on my Pi, shame I can't use it on my Windows PC.
> 
> Only issue I have is no cover art with anything I stream.. That includes
> my music, Spotify and the new Apple Music which plays fine by the way
> (minus cover art).
> 
> Also in the future would a way of syncing the stream to all radios like
> the 3rd party Spotify app does.. Just an idea ;-)
> 
> Great plugin btw, it seems very reliable.

No idea how this work. But if anybody wants to work on that - i will
include it.


----
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-06-30 Thread disaster123

To me it was always working ;-)

1.) Check if you have LMS 7.8 or newer
2.) Post a log



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-07-01 Thread disaster123

I want to release v0.18 soon. I need some new binarys for mac os x and
solaris. Source code already on github.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-07-04 Thread disaster123

ralphy wrote: 
> Do you still need these 2 binaries built?

yes


----
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-07-08 Thread disaster123

No idea either ;-) Normally you do the multiroom stuff directly via
airplay but this is only enabled on itunes or iPad. Not on the Iphone.
Currently the old Shairtunes code disables all synced players. I never
tried to remove that part.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-07-12 Thread disaster123

Anybody i welcome to send me a pull request with sync support through
github ;-) i've no time to work on this one right now.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-09-17 Thread disaster123

It's not a problem of the pm module it seems to be a difference in the
helper .c code. Can you try to manually use the "old" binary helper? If
this works - it would help me to find the root cause.


--------
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-09-17 Thread disaster123

OK it got broken from v0.16 to v0.17 for iOS 9. Will have to check the
changes.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-09-17 Thread disaster123

OK it's this change:


Code:


  commit d3c9faca0f75c03a01c27fae2061d29a1d5e0ae8
  Author: Disaster123 
  Date:   Tue Jun 30 22:47:07 2015 +0200
  
  use stop on flush to flush player buffers
  
  diff --git a/Plugin.pm b/Plugin.pm
  index 1f4ff02..a3408c6 100755
  --- a/Plugin.pm
  +++ b/Plugin.pm
  @@ -518,6 +518,12 @@ sub conn_handle_request {
  
  /^RECORD$/ && last;
  /^FLUSH$/  && do {
  +
  +# this is pause at airplay - but only stop also flushed the 
buffer at the player
  +# so if you press skip you won't hear the old song
  +# also double FLUSH won't result in play again (like on skip)
  +$conn->{player}->execute( ['stop'] );
  +
  my $dfh = $conn->{decoder_fh};
  print $dfh "flush\n";
  
  @@ -554,6 +560,10 @@ sub conn_handle_request {
  $airTunesMetaData{duration} = $durationRealTime;
  $airTunesMetaData{position} = $positionRealTime;
  
  +my $client = $conn->{player};
  +Slim::Control::Request::notifyFromArray( $client, 
['newmetadata'] );
  +$client->execute( ['play'] );
  +
  $log->debug( "Duration: " . $durationRealTime . "; Position: " . 
$positionRealTime );
  }
  else {
  



With iOS 8 FLUSH was a stop command. Send by skip and others. This seems
to have changed with iOS9. Sadly i've no documentation telling me what's
correct here.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-09-17 Thread disaster123

no not yet. I still try to figure out what is correct.

http://nto.github.io/AirPlay.html

says:
"
FLUSH

The FLUSH request stops the streaming.

Example: pause the audio stream
"

Command order since IOS9 is:
[15-09-17 22:10:55.2587]
Plugins::ShairTunes2::Plugin::conn_handle_request (403) got command /
method: OPTIONS
[15-09-17 22:10:55.2692]
Plugins::ShairTunes2::Plugin::conn_handle_request (403) got command /
method: ANNOUNCE
[15-09-17 22:10:55.2770]
Plugins::ShairTunes2::Plugin::conn_handle_request (403) got command /
method: SETUP
[15-09-17 22:10:55.2943]
Plugins::ShairTunes2::Plugin::conn_handle_request (403) got command /
method: RECORD
[15-09-17 22:10:55.3013]
Plugins::ShairTunes2::Plugin::conn_handle_request (403) got command /
method: SET_PARAMETER
[15-09-17 22:10:55.3433]
Plugins::ShairTunes2::Plugin::conn_handle_request (403) got command /
method: FLUSH

so flush is the last command but this doesn't make sense ;-( anybody
here who can help?


--------
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-09-20 Thread disaster123

V0.18 is online

Changelog since v0.17:
- remove FLUSH handling - as it does not work with IOs9
- some smaller fixes and tunings



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-09-21 Thread disaster123

No artwork isn't working anymore. No idea why. The data isn't sent
anymore. Same for metadata as artist, title, ... ;-( no idea what apple
has changed. There is also no new unknown data send by airplay i could
try to decode.


----
disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-09-21 Thread disaster123

Same here:
https://discussions.apple.com/thread/7218493
and
https://discussions.apple.com/thread/7222095
and
https://www.reddit.com/r/appletv/comments/3l838h/airplay_not_working_with_new_ios_9_update/

we need to wait until somebody decodes how the new airplay protocol
works



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2015-12-11 Thread disaster123

With IOS 9.2 Metadata and Covers are working again! Thanks apple for
fixing this.



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2014-01-25 Thread disaster123

Any chance to get it working under windows?



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2014-02-04 Thread disaster123

is there any chance to get this running on windows? Does anybody know
how to compile?



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2014-07-25 Thread disaster123

Hi,

first i would like to thank triode for his GREAT plugin. Thanks!

I like the browse function in the spotify app on my iphone - with top
lists, top playlists, explore and news. Is there any reason why this is
missing in the LMS plugin?

Greets,
Stefan



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2014-07-25 Thread disaster123

ok thanks - sad to hear that



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2015-01-19 Thread disaster123

Was andybody able to make this working on windows?



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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


Re: [SlimDevices: Plugins] Announce: ShairTunes Plugin

2013-12-21 Thread disaster123

this one sounds really great! Anybody an idea how to compile on windows?
Sadly DMSDK wasn't here since nov 2013 - so another good project dying
before it was alive ? ;-(



disaster123's Profile: http://forums.slimdevices.com/member.php?userid=13752
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

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