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

2022-12-16 Thread alnames


Just an update. 1.0.15 now works for me on my picoreplayer based LMS.
Thanks Philippe.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-12-10 Thread alnames


ShairTunes stopped working for me on my Raspberry Pi/Picoreplayer based
LMS with 1.0.13. This what the log says:


Code:

[22-12-10 10:54:10.6557] Plugins::ShairTunes2W::Plugin::createListenPort 
(399) Created listener on port 38173
  [22-12-10 10:54:10.6567] Plugins::ShairTunes2W::Plugin::publishPlayer (441) 
avahi-publish-player not in path
  [22-12-10 10:54:10.6573] Plugins::ShairTunes2W::Plugin::publishPlayer (450) 
dns-sd not in path
  [22-12-10 10:54:10.6580] Plugins::ShairTunes2W::Plugin::publishPlayer (459) 
mDNSPublish not in path
  [22-12-10 10:54:10.6586] Slim::Utils::Misc::msg (1325) Warning: 
[10:54:10.6582] Use of uninitialized value $shairtunes_helper in concatenation 
(.) or string at 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Plugin.pm 
line 461.
  [22-12-10 10:54:10.6590] Plugins::ShairTunes2W::Plugin::publishPlayer (461) 
using built-in helper: 
  [22-12-10 10:54:10.6596] Slim::Utils::Misc::msg (1325) Warning: 
[10:54:10.6593] Use of uninitialized value $shairtunes_helper in concatenation 
(.) or string at 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Plugin.pm 
line 466.
  [22-12-10 10:54:10.6600] Plugins::ShairTunes2W::Plugin::publishPlayer (466) 
start  failed
  [22-12-10 10:54:10.6606] Slim::Utils::Misc::msg (1325) Warning: 
[10:54:10.6602] Use of uninitialized value $daemons{"c8:3a:35:c7:26:eb"} in 
concatenation (.) or string at 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Plugin.pm 
line 346.
  [22-12-10 10:54:10.6610] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::SqueezePlay=ARRAY(0x5a9f2a8) with proc 




alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-04-18 Thread alnames


bpa wrote: 
> What is wrong with using PlayHLS v1 ?
> 
> A HLS stream without a Master playlist is not really a proper HLS
> stream.  Since you have authoring the stream you can easily create the
> MAster playlist.  It gives details such as which codec is being used.
> 
> I can't even guess the problem since I can't play your stream and you
> have not provided any examples of your playlists nor any details of your
> system or the format / codecs used in your streams.
> 
> edit:
> 
> codec is important as PlayHLSv2 2.2 has some problem with MPEG2-ts MP3 
> and Packed-MP3 streams and cannot handle AC-3 or EH-3 streams.
> V2.2 also has issues with covert art /;video emebedded as a second track
> in MEPG2-ts and with packetised metadata in MPEG2-ts streams.
> 
> So very detailed information is vital to solve your problem.
> 
> edit 2:
> 
> HLS v2.2 laso had problem with MPEG2-ts streams whcih depended on when
> the PMT section appeared in the stream.
> 
> V2.3 correct a number of the above issues - I'll try to push it out
> later today.
> 
> PlayHLSv1 is very flexible about formats & codecs - one user of a DVB-S
> with MP2 (not MP3) audio satellite streams found it worked with
> PlayHLSv1 because if ffmpeg encounters a failure, it tries other non
> standard alternatives.

Sorry for responding so late. Thanks for your detailed response. I use
LMS in picoreplayer on a Raspberry Pi3. I wanted to try v2 as v1 did not
install in LMS 8 (I've since gone back to 7.9.2 to use v1 and it works
fine). Not having to find the right ffmpeg version each time I want to
reinstall LMS from scratch would be nice. I use a script I found at
https://github.com/andrew0/SiriusXM that creates a server that serves
HLS streams for SiriusXM channels. Below is the beginning of an m3u8
playlist:

#EXTM3U
#EXT-X-VERSION:1
#EXT-X-TARGETDURATION:10
#EXT-X-MEDIA-SEQUENCE:195599
#EXT-X-ALLOW-CACHE:NO
#EXT-X-KEY:METHOD=AES-128,URI="key/1"
#EXT-X-PROGRAM-DATE-TIME:2020-04-18T12:26:55.828+00:00
#EXTINF:10,
AAC_Data/classicvinyl/HLS_classicvinyl_256k_v3/classicvinyl_256k_1_041844815828_00195599_v3.aac
#EXT-X-PROGRAM-DATE-TIME:2020-04-18T12:27:05.579+00:00
#EXTINF:10,



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-04-03 Thread alnames


I use a simple python script that creates a server that serves HLS
streams for SiriusXM channels that works with playHLS v1 (with ffmpeg)
but does not with playHLS v2. The server is on a Raspberry Pi and the
LMS is on another Pi running picoreplayer. The LMS log shows the
following when trying to use v2:

Not a Master media playlist - missing #EXT-X-STREAM-INF in url
http:192.168.*.*
Attempt to play Media playlist as EXTINF EXT-X-TARGETDURATION persent
for url http://192.168.*.*



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2018-11-23 Thread alnames


I use Shairtunes mainly to stream SiriusXM from an old Iphone to my
Picoreplayer based LMS running on a Pi 2 and played on a
Picoreplayer/Jivelite Pi 3 (and other Pi's around the house).  It works
well for the most part, however lately it has failed to fetch the
Artwork for any songs like it used to. I don't know if this is the APP
on the Iphone or something in the plugin.

The Server log only shows the following:
[18-11-22 14:01:47.3616]
Plugins::ShairTunes2W::Plugin::conn_handle_request (897) Helper output:
shairport_helper: VERSION: 0.103.3
[18-11-22 14:01:49.3360] Slim::Web::ImageProxy::__ANON__ (319) Artwork
resize for
imageproxy/http://192.168.1.144:45509/d41d8cd98f00b204e9800998ecf8427e/cover.none/image_300x300_m.png
failed
[18-11-22 14:01:56.3508] Slim::Web::ImageProxy::__ANON__ (319) Artwork
resize for
imageproxy/http://192.168.1.144:45509/d41d8cd98f00b204e9800998ecf8427e/cover.none/image_192x192_p.png
failed
[18-11-22 14:01:57.3584] Slim::Web::ImageProxy::__ANON__ (319) Artwork
resize for
imageproxy/http://192.168.1.144:45509/d41d8cd98f00b204e9800998ecf8427e/cover.none/image_100x100_o
failed



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2018-06-16 Thread alnames


Updating to 91.3 broke the plugin for me on a Raspberry Pi running
picoreplayer. Removing plugin and alternate repository and installing
91.0 from LMS repository restored functionality.



Code:

[18-06-16 08:09:08.9967] main::init (387) Starting Logitech Media Server 
(v7.9.1, 1523349116, Tue Apr 10 10:51:54 CEST 2018) perl 5.024000 - 
arm-linux-gnueabihf-thread-multi-64int
  [18-06-16 08:09:11.8401] Plugins::ShairTunes2W::Plugin::initPlugin (203) 
cannot find system OpenSSL::RSA, trying local version
  [18-06-16 08:09:11.8407] Slim::Utils::PluginManager::load (393) Warning: 
Couldn't call Plugins::ShairTunes2W::Plugin->initPlugin: Attempt to reload 
Crypt/OpenSSL/RSA.pm aborted.
  Compilation failed in require at 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Plugin.pm 
line 204.
  [18-06-16 08:10:47.7145] Slim::Utils::Misc::msg (1252) Warning: 
[08:10:47.7138] Use of uninitialized value $mDNShelper in concatenation (.) or 
string at 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Plugin.pm 
line 298.
  [18-06-16 08:10:47.7152] Slim::Utils::Misc::msg (1252) Warning: 
[08:10:47.7148] Use of uninitialized value $mDNShelper in concatenation (.) or 
string at 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Plugin.pm 
line 305.
  




alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-09-23 Thread alnames

philippe_44 wrote: 
> Have you tried to see what is the CPU usage on picore at that time?

Hi Philippe,

I thought removing ShairTunes2W fixed my problem but it reoccurred
without it. Basically, my LMS became unresponsive for few seconds up to
a minute. Running TOP showed nothing unusual but the net effect was to
restart one of my "synced" players causing the song to skip to the next
one (either local songs on my NAS or via mysqueezenetwork for Pandora).
I worked on trying to pin down network issues, errant processes, and any
number of other causes without success (such as power supplies and SD
cards).

Finally, I started from scratch and reimaged a new SD card with
Picoreplayer and downloaded LMS, manually configuring both. This seems
to have fixed my issue. I ran 4 synced picoreplayer based Pi's (2 wired
and 2 wifi with one of the wired also hosting LMS) playing Pandora for a
couple of hours with no skips or LMS hangups. I then added Shairtunes2W
and have been playing it for the last couple of hours (streaming
SiriusXM from an Iphone 5S). 

Except for the usual weirdness (my first attempt producing no sound and
the occasional 2-5 second interruption), I've not experienced the
problems I had before. When LMS would hangup, Shairtunes2W would lose
the stream and go silent every few minutes.

Wish I could pinpoint the exact issue, but I don't think it was
Shairtunes2W. I apologize for implying that your plugin may have been
the culprit. Thanks for all your work.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-09-16 Thread alnames

Just curious if anyone else using a Picoreplayer based LMS on a
Raspberry Pi3 sees a significant lag in response with the ShareTunes2W
plugin enabled. My LMS would sometimes take up to a minute or more to
respond to command requests (ie playing Pandora stations or playing
local files). Sometimes the music would stop playing and resume a minute
or two later.

I only use Shairtunes2W and the Youtube plugins from the third party
options and removing the Shairtunes2W plugin restores my LMS to it's
usual responsive self. Pandora songs now finish before moving to the
next song (before they would sometimes not finish and jump to the next
song) and I can quickly access and play my local NAS served collection.
I don't think this was an issue on the older versions of the plugin from
a few months ago.

FYI, the plugin itself would usually function to stream from an Iphone
(I used it for SiriusXM), however, it also would sometimes suffer from
the same lag and would frequently stop altogether requiring restarting
the airplay stream from the Iphone. When these lags would occur, access
to LMS via the Web Browser or OrangeSqueeze in Android could take up to
a minute or more.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-08-16 Thread alnames

philippe_44 wrote: 
> Issue found - Set "use flac" option till I upload a correction

For what it's worth, I'm using picoreplayer 3.21 standard version with
"use flac" with developer Shairtunes2W and the audio is fine.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-08-15 Thread alnames

TroLoo wrote: 
> I can confirm that after update to 0.72.1 plugin loads ok to LMS on
> piCorePlayer v3.21 Audio.
> 
> But... it doesn't work. Airplay devices show up properly, but when
> streaming to them all I can hear is noise.
> 
> Am I the only one to have this issue now? I can try to re-install
> everything from scratch.

I think I figured out my issue. I was using a USB drive to store the
Cache and it appears that Shairtunes had a problem writing to it (hence,
I'm guessing the chmod error). I moved the Cache to the same sd card
hosting LMS and picoreplayer and it installed and works fine.

I did recently change USB cards and I left the vfat formatting. Should I
reformat it to something else (like ext4)? Everything else worked fine
with the USB card. 

My thanks to philippe and my sincerest apologies if I put you to a lot
of trouble.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-08-15 Thread alnames

alnames wrote: 
> Noticed in the log after failing to install plugin (rather than failing
> to load):
> 
> error: Can't chmod()
> /usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/AIRPLAY.pm:
> Operation not permitted 
> at /usr/local/slimserver/Slim/Utils/PluginManager.pm line 854.

Still have the same issue after the update:

[17-08-15 11:23:09.6740] Slim::Utils::Misc::msg (1244) Warning:
[11:23:09.6704] error: Can't chmod()
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/AIRPLAY.pm:
Operation not permitted 
at /usr/local/slimserver/Slim/Utils/PluginManager.pm line 854.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-08-13 Thread alnames

Noticed in the log after failing to install plugin (rather than failing
to load):

error: Can't chmod()
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/AIRPLAY.pm:
Operation not permitted 
at /usr/local/slimserver/Slim/Utils/PluginManager.pm line 854.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-08-10 Thread alnames

philippe_44 wrote: 
> This is strange, here is why:
> 
> The plugin needs some OpenSSL shared libraries. These are binary, not
> perl source, so there must be one per CPU architecture and per perl
> version. These are often not included with default perl or LMS. So, to
> avoid forcing user to mess up with that, I've included a few combination
> of CPU/perl. I realized that the 5.24 was missing so I added it (5.24.2)
> in 0.70.4 but it seems that 5.24.2 is not compatible with perl 5.24.0,
> at least this is what I thought in your case and because you said it was
> working before, I assumed that you had these libraries included. The
> error on my side was that my shared libraries were taking precedence
> over the installed one, if any and this is what I try to correct in
> 0.70.5, I made an error and then corrected that in 0.71.0. I'll check
> again 
> 
> 
> Envoyé de mon iPad en utilisant Tapatalk

Interesting. There is a way to add picore extensions to the picoreplayer
software and when I read your last replay, I attempted to load the
openssl extension, but the software informed me that it was already
installed. Maybe I did it before a long time ago and forgot about it, I
don't know.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-08-09 Thread alnames

philippe_44 wrote: 
> I made a mistake in that change but that will likely not solve your
> problem (now correcte din 0.71.0). You have likely upgraded your Perl
> version since last time you used the plugin. I'm providing binaries for
> a few Perl builds, but I can't do that for all of them. I've built for a
> 5.24.2 but it seems that you have a 5.24.0 and there is some
> incompatibilities. You have two options
> 
> 1/ Update to 5.24.2
> 2/ install the libraries youself using CPAN. I don't know how piCore
> would let you do that
> 3/ find openSSL::RSA, openSSL::Random and openSSL::BigNum for 5.24.0
> somewhere and install them

Hmm. Well, I used the plugin on Monday successfully, saw there was a
plugin update in the LMS Server interface and restarted it. Now it won't
load. I haven't updated LMS since last March. I'll poke around to see
what I can do. Thanks for your help.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-08-09 Thread alnames

philippe_44 wrote: 
> Can you tell me what Perl version you exactly have (found in LMS
> settings, information tab)
> 
> [edit]: I've pushed a version in the dev repository (see 1st post of
> this thread), can you tell me if it solves your problem?

Hi Philippe,

I tried your dev version (0.70.5) with no luck. I'm running Perl
Version: 5.24.0 - arm-linux-gnueabihf-thread-multi-64int on Logitech
Media Server Version: 7.9.0 - 1488878280 @ Wed Mar 8 14:07:50 UTC 2017
running on piCoreplayer version 3.21. I've been using previous versions
on the same Raspberry Pi2 for the last six months.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2017-08-08 Thread alnames

After updating to v0.70.4, the plugin failed to load. It worked fine on
my raspberry pi up until now. This was in the log:

Can't load
'/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/lib/5.24/arm-linux-gnueabihf-thread-multi-64int/auto/Crypt/OpenSSL/RSA/RSA.so'
for module Crypt::OpenSSL::RSA:
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/lib/5.24/arm-linux-gnueabihf-thread-multi-64int/auto/Crypt/OpenSSL/RSA/RSA.so:
undefined symbol: PL_curpad at
/usr/local/lib/perl5/5.24.0/arm-linux-gnueabihf-thread-multi-64int/DynaLoader.pm
line 193.
at
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Plugin.pm
line 33.
Compilation failed in require at
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Plugin.pm
line 33.
BEGIN failed--compilation aborted at
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Plugin.pm
line 33.
Compilation failed in require at (eval 940) line 1.
BEGIN failed--compilation aborted at (eval 940) line 1.

[17-08-08 22:53:26.7433] Slim::Utils::PluginManager::load (323) Error:
Couldn't load Plugins::ShairTunes2W::Plugin



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: Alexa voice control (development thread)

2017-05-20 Thread alnames

mherger wrote: 
> > Experimental each on scalar is now forbidden at
> >
> /usr/local/slimserver/Cache/InstalledPlugins/Plugins/Alexa/HabProxy.pm
> > line 1115.
> 
> Most likely a removed feature in Perl 5.24:
> 
> http://perldoc.perl.org/perl5240delta.html#The-autoderef-feature-has-been-removed
> 
> Author needs to de-reference the scalar himself (most likely just 
> putting a @ in front of a variable name).
> 
> -- 
> 
> Michael

Thanks Michael. Your posts are always very helpful.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
View this thread: http://forums.slimdevices.com/showthread.php?t=106569

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


Re: [SlimDevices: Plugins] ANNOUNCE: Alexa voice control (development thread)

2017-05-20 Thread alnames

Everything else seems to work except the plugin (v0.2.0.3) on a
Raspberry Pi3 running Picorplayer v3.20 with LMS v7.9.0 - 1488878280.

This is what appears in the log:

Experimental each on scalar is now forbidden at
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/Alexa/HabProxy.pm
line 1115.
Compilation failed in require at
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/Alexa/Settings.pm
line 27.
BEGIN failed--compilation aborted at
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/Alexa/Settings.pm
line 27.
Compilation failed in require at
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/Alexa/Plugin.pm
line 30.
BEGIN failed--compilation aborted at
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/Alexa/Plugin.pm
line 30.
Compilation failed in require at (eval 873) line 1.
BEGIN failed--compilation aborted at (eval 873) line 1.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
View this thread: http://forums.slimdevices.com/showthread.php?t=106569

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


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

2016-09-24 Thread alnames

Much thanks for all your hard work bpa



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2016-09-05 Thread alnames

bpa wrote: 
> Google has changed access to google code as a part of its shutdown.
> 
> I am moving the pluginsd to sourceforger but haven't managed to complete
> the move just yet.  I will post new repository URL when it's ready.

Just curious if you ever got a chance to move the PlayHLS plugin to
Soundforge?



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: YouTube Plugin (API v3)

2016-07-10 Thread alnames

This is working for me on my picoreplayer running LMS. Great work.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2016-06-22 Thread alnames

FortFun wrote: 
> I am fairly certain it was working before but I finally followed the nag
> notice that the youtube plugin had been updated and rebooted.
> 
> Now I can still search and find youtube links but it attempts to play
> and only goes about 4 seconds before resetting to 0:00 and stopping.  I
> upgraded to the most recent nightly of 7.9 but that didn't help.
> 
> Kinda sucks as it was a nice plugin but I'm not going back to 7.8 or
> whatever the normal build is now.
> 
> Let me know if there is anything I can provide to troubleshoot.
> 
> Thanks.

This is also happening to me on my picoreplayer LMS. The server log
shows:

[16-06-22 00:15:23.0518] main::init (384) Starting Logitech Media Server
(v7.9.0, 1463778102, Tue May 24 04:08:29 UTC 2016) perl 5.022001 -
arm-linux-gnueabihf-thread-multi-64int
[16-06-22 00:15:29.0684] Slim::Utils::Misc::msg (1244) Warning:
[00:15:29.0670] Unescaped left brace in regex is deprecated, passed
through in regex; marked by <-- HERE in m/
([a-zA-Z\$0-9]+)\s*:\s*function
\(([a-z,]+)\){ <-- HERE ([^}]+)}
/ at
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/YouTube/JSInterp.pm
line 378.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2016-05-24 Thread alnames

I just upgraded LMS on my picoreplayer and the youtube app is now
missing.

I'm seeing "[16-05-24 21:52:35.5750] Slim::Utils::Misc::msg (1244)
Warning: [21:52:35.5716] error: Can't chmod()
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/YouTube/API.pm:
Operation not permitted 
at /usr/local/slimserver/Slim/Utils/PluginManager.pm line 854."

Anyone know what this means? The plugin is also missing under the
plugins tab and I'm being prompted to restart LMS for the changes to
take effect, which is no help.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


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

2016-05-22 Thread alnames

I also noticed that the old repo
"http://bpaplugins.googlecode.com/svn/trunk/repo-playhls.xml; shows as
"Bad repository
http://bpaplugins.googlecode.com/svn/trunk/repo-playhls.xml - 404 Not
Found" under plugins (I installed it some time ago).

I use this plugin along with a python script to stream SiriusXM via LMS.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
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: YouTube Plugin

2015-04-19 Thread alnames

505 wrote: 
 Yes, berrage added one extra dependency: JSON. On Debian I could do
 sudo apt-get install libjson-perl. On OSX, it's probably sudo cpan
 JSON
 It's only used for the from_json() function, and only once, so I'll have
 to see if I can replace it by something without a dependency.

This worked for me on a Raspberry Pi2 running Max2play with one
exception. I was still getting SSL errors and had to install Perl SSL
support as per an earlier suggestion by caalami.

After running apt-get install libio-socket-ssl-perl it's now working
for me.

Thanks to caalami, berrage, 505, and of course Triode.



alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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