Re: [SlimDevices: Plugins] [ Announce ] SqueezeZap - Android SqueezeBox Controller App

2021-12-20 Thread CloudAtlas


I thinks I'll stick with cpd73's splendid material.apk - it's advert
free for free



CloudAtlas's Profile: http://forums.slimdevices.com/member.php?userid=65221
View this thread: http://forums.slimdevices.com/showthread.php?t=115603

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


Re: [SlimDevices: Plugins] [Beta Announce] UK Radio Player - UK Radio in one place

2021-12-07 Thread CloudAtlas


@expectingtofly - Great plugin, many thanks for your work.



CloudAtlas's Profile: http://forums.slimdevices.com/member.php?userid=65221
View this thread: http://forums.slimdevices.com/showthread.php?t=115509

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


Re: [SlimDevices: Plugins] [Announce] Visual Statistics

2021-10-09 Thread CloudAtlas


Having the same issue here.  Server restart requested to update plugin
..  loop.



CloudAtlas's Profile: http://forums.slimdevices.com/member.php?userid=65221
View this thread: http://forums.slimdevices.com/showthread.php?t=114967

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2021-04-03 Thread CloudAtlas


philippe_44 wrote: 
> I've pushed 0.130.2 which uses POSIX::strftime instead of Time::Piece
> and should be fine under any OS

Just updated - it works perfectly. Many thanks, Philippe.



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

2021-04-03 Thread CloudAtlas


Paul Webster wrote: 
> Something like this might work (untested - I don't use the YouTube
> plugin) - in that same file (ProtocolHandler.pm)
> 
> The line
> > 
Code:

  >   > 
  > my $value = "YES+cb." . gmtime->ymd('') . "-00-p0.en+FX" . ($id || 
int(rand(900)) + 100);
  > 

> > 
> might work as
> > 
Code:

  >   > 
  > my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday) = gmtime();
  > if ( $year < 1900){
  > $year += 1900;  # add offset to get this year as 4 digit ... some 
routines return as offset from 1900
  > }
  > # Month starts from 0
  > my $value = "YES+cb." . $year . '-' . sprintf("%02d",$mon+1) . '-' . 
sprintf("%02d",$mday) . "-00-p0.en+FX" . ($id || int(rand(900)) + 100);
  > 

> > 
> 
> Edit:
> couple of small changes since first posted

Wow, that worked a treat - thanks Paul.  May be Philippe might consider
the change for a future release - hopefully he'll read this in due
course.
Thanks once a again.



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

2021-04-03 Thread CloudAtlas


Paul Webster wrote: 
> Ok - so will require Philippe to make a more significant change.
> Either supply the missing Perl module or use a different technique to
> get the year, month and day info.

Thanks for looking into this, Paul, much appreciated.  I'll wait to see
if there is a possible fix forthcoming.
Cheers.



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

2021-04-03 Thread CloudAtlas


Paul Webster wrote: 
> Does anyone have the bug fix version working with LMS on Windows?

After having commented out ProtocolHandler.pm line 37, this is what I
get in the server log when trying to play something from the search
results.


Code:

[21-04-03 17:32:05.1305] main::init (388) Starting Logitech Media Server 
(v8.1.1, 1610364019, Thu Jan 14 06:14:13 WEST 2021) perl 5.014001 - 
MSWin32-x86-multi-thread
  [21-04-03 17:34:50.0964] Slim::Control::Request::execute (1888) Error: While 
trying to run function coderef [Slim::Control::Commands::playlistJumpCommand]: 
[Can't locate object method "ymd" via package "Sat Apr  3 16:34:50 2021" 
(perhaps you forgot to load "Sat Apr  3 16:34:50 2021"?) at 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/YouTube/ProtocolHandler.pm
 line 390.
  ]
  



Happy to try out any suggested bugfixes.



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

2021-04-03 Thread CloudAtlas


Paul Webster wrote: 
> Did it work for you a few days ago?Yes, all was good until this very recent 
> problem that Philippe fixed in
v0.130.1.

Sent from my SM-T810 using Tapatalk





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

2021-04-03 Thread CloudAtlas


Paul Webster wrote: 
> Try commenting out that line
> C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/YouTube/ProtocolHandler.pm
> line 37.
> put a 
> #
> at the start of the line
> 
> I suspect it is being included to get a gmtime routine ... but it might
> already be available via a different route.

Thanks for that.  Commenting out line 37 enables the plugin to start
successfully.  I am able to search for content but trying to play
anything doesn't work.  In the LMS web interface it plays but with no
sound and using Material it just dosn't play at all.  All a bit wierd.



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

2021-04-03 Thread CloudAtlas


Paul Webster wrote: 
> I suspect it is a packaging problem.
> 
> Looks like Philippe added that line in 0.130 of the plugin.
> However ... LMS does not include Time::Piece in its standard
> distribution (I came across this problem recently when trying to work
> out a way to handle non-local timezone and DST).
> So I suspect a solution would be for the plugin to include that module
> itself.
> But that would require Philippe to make the change - unless you want to
> dig around the plugin install location and put the module there
> yourself.
> 
> If this is correct then I guess it is working on non-Windows builds
> because their Perl installation has more modules included.

Makes sense what you say, Paul, about Windows/Linux differences.  I'll
just be patient and wait to see if Philippe has the time to look at this
issue for Windows installations.
Thanks



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

2021-04-03 Thread CloudAtlas


Paul Webster wrote: 
> That line on the plugin is trying to
> use Time::Piece;
> 
> and it is not found.
> That is the same error as you can see listed for the RadioNet plugin ...
> so it looks like a module is missing from your Perl setup.

Thanks for your reply, Paul.  What I find odd is that everything was
working normally yesterday, apart from the YouTube plugin as then
unresolved by Philippe, but when I started my PC today (Windows 10 Pro)
this started happening.   I have a nightly backup from last night that I
can restore and try again.  Is there anything else you might suggest? 
Incidently the RadioNet plugin works fine at the moment.



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

2021-04-03 Thread CloudAtlas


I am still having problems with this.  The plugin fails to load since
the most recent update.  I had a look in the server log and the
following might be useful.


Code:

[21-04-03 11:31:30.2672] main::init (388) Starting Logitech Media Server 
(v8.1.1, 1610364019, Thu Jan 14 06:14:13 WEST 2021) perl 5.014001 - 
MSWin32-x86-multi-thread
  [21-04-03 11:31:33.2520] Slim::bootstrap::tryModuleLoad (286) Warning: Module 
[Plugins::YouTube::Plugin] failed to load:
  Can't locate Time/Piece.pm in @INC (@INC contains: 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\RadioNet\lib 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\BBCiPlayer\lib 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins 
C:\PROGRA~2\SQUEEZ~1\server\CPAN\arch\5.14\MSWin32-x86-multi-thread 
C:\PROGRA~2\SQUEEZ~1\server\CPAN\arch\5.14\MSWin32-x86-multi-thread\auto 
C:\PROGRA~2\SQUEEZ~1\server\CPAN\arch\5.14.1\MSWin32-x86-multi-thread 
C:\PROGRA~2\SQUEEZ~1\server\CPAN\arch\5.14.1\MSWin32-x86-multi-thread\auto 
C:\PROGRA~2\SQUEEZ~1\server\CPAN\arch\MSWin32-x86-multi-thread 
C:\PROGRA~2\SQUEEZ~1\server\CPAN\arch\5.14 C:\PROGRA~2\SQUEEZ~1\server\lib 
C:\PROGRA~2\SQUEEZ~1\server\CPAN C:/PROGRA~2/SQUEEZ~1/server 
C:\Users\Mark\AppData\Local\Temp\pdk-Mark-14452\ C:\PROGRA~2\SQUEEZ~1\server) 
at 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/YouTube/ProtocolHandler.pm
 line 37.
  BEGIN failed--compilation aborted at 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/YouTube/ProtocolHandler.pm
 line 37.
  Compilation failed in require at 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/YouTube/Plugin.pm line 
21.
  BEGIN failed--compilation aborted at 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/YouTube/Plugin.pm line 
21.
  Compilation failed in require at (eval 1595) line 2.
  BEGIN failed--compilation aborted at (eval 1595) line 2.
  
  [21-04-03 11:31:33.2528] Slim::Utils::PluginManager::load (323) Error: 
Couldn't load Plugins::YouTube::Plugin
  [21-04-03 11:31:43.0189] Slim::Networking::Repositories::__ANON__ (147) 
Failed to fetch 
http://downloads.sourceforge.net/project/lms-youtube/dev/repo-sf.xml: Error 
reading headers: Server closed connection without sending any data back at 
/Net/HTTP/Methods.pm line 391.
...propagated at 
/Net/HTTPS/NB.pm line 264.



Can anyone help with this issue.  
Many thanks



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

2020-01-22 Thread CloudAtlas


slartibartfast wrote: 
> That doesn't work anymore.
> 
> Sent from my Pixel 3a using Tapatalk

I must have been just lucky with the timing of when I did it.



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

2020-01-22 Thread CloudAtlas


I'm running LMS 8 with Youtube plugin working.
>From memory, after upgrading to version 8, the Youtube plugin was
disabled and shown as unsupported. I added the dev repository line:

Code:

http://downloads.sourceforge.net/project/lms-youtube/dev/repo-sf.xml


Restarted LMS and Youtube plugin updated to version 0.92.0 and seems to
work OK.
Hope this helps.



CloudAtlas's Profile: http://forums.slimdevices.com/member.php?userid=65221
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] Message from YouTube about not using the API

2018-11-11 Thread CloudAtlas


I've done a bit more delving.  The email that I received, quoted two
project numbers which on closer inspection related to my inept earlier
failures in setting up the YouTube plugin.  I have now deleted these
projects.  The remaining project which relates to my successful setup of
the plugin does indeed  show evidence of activity, so I am hoping that
it will be seen as active by Google.

Due to the few responses to this thread, I'm hoping that the majority of
users just didn't get the email, as they set it up successfully first
time.



CloudAtlas's Profile: http://forums.slimdevices.com/member.php?userid=65221
View this thread: http://forums.slimdevices.com/showthread.php?t=109724

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


Re: [SlimDevices: Plugins] Message from YouTube about not using the API

2018-11-11 Thread CloudAtlas


slartibartfast wrote: 
> This might help.
> https://blog.futtta.be/2018/11/10/lyte-youtube-api-use/
> 
> Sent from my SM-G900F using Tapatalk

Thanks for posting the link, slartibartfast.
I must admit, however, that I couldn't find the 'Empty .. cache'
checkbox in the settings, that the blogger was referring to.  I'll keep
looking and see if I can figure it out.



CloudAtlas's Profile: http://forums.slimdevices.com/member.php?userid=65221
View this thread: http://forums.slimdevices.com/showthread.php?t=109724

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


Re: [SlimDevices: Plugins] Message from YouTube about not using the API

2018-11-11 Thread CloudAtlas


I was also wondering about this.  Similarly, I presumed that searches
using the YouTube plugin counted as 'activity'.  I had a browse round my
existing google project hoping the activity would registered.
Does anyone know the answer to this?



CloudAtlas's Profile: http://forums.slimdevices.com/member.php?userid=65221
View this thread: http://forums.slimdevices.com/showthread.php?t=109724

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


Re: [SlimDevices: Plugins] Squeezer Android app not making initial connection to LMS Server

2016-08-08 Thread CloudAtlas

I use this app on my samsung alpha running Android 5.0.2 and my Galaxy
Tab S2 running Android 6.0.1, without having any of the issues you
describe.  

The app appears to be still supported and there are links to the
developer's website and email address on the Google Play page.  Might be
worth dropping him a mail.

https://play.google.com/store/apps/details?id=uk.org.ngo.squeezer=en



CloudAtlas's Profile: http://forums.slimdevices.com/member.php?userid=65221
View this thread: http://forums.slimdevices.com/showthread.php?t=105940

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