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

2018-10-14 Thread fredbloggs

fredbloggs wrote: 
> I imagine this is already in this post somewhere but it is quite long.
> 
> I have followed the instructions on the plugin page (v0.70) and have got
> as far as authorising the code (took about 15 minutes before a code
> would appear), however am unsure what to enter in the 'YouTube API
> access key' at the top.
> 
> I have used the same code as the client id, but when I do a search I get
> no return and if I search 'my subscriptions' then I get an error 'Oauth
> configuration missing, please see YouTube plugin settings'
> 
> If I look at the credentials for my API I can see the settings created
> listed under oAuth 2.0 credentials.
> 
> Where am I going wrong?  (suspect the youtube API access key settings)
> 
> If I browse to
> "https://www.googleapis.com/youtube/v3/search?key=[INVALID API KEY
> HERE]&maxResults=50&part=snippet&q=gin%20wigmore®ionCode=US&relevanceLanguage=EN&type=video%2Cchannel%2Cplaylist"
> then I get told the Key is invalid
> 
> The API key I have entered is of the form:
> [11 NUMBERS]-[MIXTURE NUMBERS AND LETTERS].apps.googleusercontent.com

OK, went back and also created an API key and entered that in the plugin
settings.  I had to redo the oAuth authentication but it now appears to
work

Thanks a bunch for this



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

2018-10-14 Thread fredbloggs


I imagine this is already in this post somewhere but it is quite long.

I have followed the instructions on the plugin page (v0.70) and have got
as far as authorising the code (took about 15 minutes before a code
would appear), however am unsure what to enter in the 'YouTube API
access key' at the top.

I have used the same code as the client id, but when I do a search I get
no return and if I search 'my subscriptions' then I get an error 'Oauth
configuration missing, please see YouTube plugin settings'

If I look at the credentials for my API I can see the settings created
listed under oAuth 2.0 credentials.

Where amI going wrong?  (suspect the youtube API access key settings)



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

2013-01-08 Thread fredbloggs

murkle wrote: 
> I'm working on it - I was hoping someone with actual perl skills would
> pick this up...

In the future, to make us a little more independent, I don't suppose you
could update the WIKI (wherever it is now) with a little description of
your process so that we can try and resolve ourselves (although I
suspect it's beyond me) but may give a brief idea to someone.

:)

sorry, thanks for being a star...



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

2012-12-26 Thread fredbloggs

pippin wrote: 
> No, that's wrong, I have never fixed it.
> I only applied the patch somebody else developed (you can read it up
> further up this thread) and created a new version to make it available
> for automatic updates.
> 
> I generally don't do Perl :)

Just saw that on page 17 of this forum, hopefully someone understands it
all a bit better, looks like more than a simple thing as well :(

Hopefully there's another jolly person out there that feels like giving
us a christmas present then :)



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

2012-12-26 Thread fredbloggs

Hi Pippin,

I know you've fixed it in the past, don't suppose you can offer another
community post christmas present :) ?  

Also, since this is something that happens quite a lot is it quite
straightforward for us to do ourselves, can't find a Wiki on the youtube
plugin.  I really don't know what's involved as to whether it's a ten
minute or two hour job.

Thanks 

Mark



fredbloggs's Profile: http://forums.slimdevices.com/member.php?userid=11807
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: Beta version of SvrPowerControl

2009-07-01 Thread fredbloggs

gharris999;436908 Wrote: 
> No, just from the plugin.  But it may be possible to configure the
> server to do that independently on shutdown.  What OS is the server
> running?  
> 
> If it's Linux, you could add CLI statements near the top of the
> /etc/init.d/halt script so that all players get pushed to SqueezeNetwork
> on shutdown.
> 
> An example script:
> 
> > 
Code:

  >   > 
  > SCIp='127.0.0.1'
  > CLIPort='9090'
  > PLAYER1MAC='00:04:20:10:0a:0a'
  > PLAYER2MAC='00:04:20:10:0a:0b'
  > PLAYER3MAC='00:04:20:10:0a:0c'
  > 
  > for MAC in $PLAYER1MAC $PLAYER2MAC $PLAYER3MAC ; do echo $MAC connect 
www.squeezenetwork.com | nc -w 3 $SCIp $CLIPort ; done
  > 
  > 

> > 
> You'll need to use your players' real MAC addresses, obviously.


Thanks for that, figured that'd be one way to do it, i'm using Windows
which is why I'll look into some kind of service shutdown procedure. 
Know how to do scripts on server shutdown but SC will probably be
finished before that happens so wouldn't switch the communications.

Just wanted to see if your plugin would do it, i'll try something
else.

Cheers


-- 
fredbloggs

fredbloggs's Profile: http://forums.slimdevices.com/member.php?userid=11807
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-30 Thread fredbloggs

gharris999;436899 Wrote: 
> SrvrPowerCtrl already can do this.  In the settings, select:
> 
> Command tweaks: Swtich ALL players when switching to SqueezeNetwork:
> checked.
> 
> Idle Player Monitor: Action to take after idle time: Suspend to
> SqueezeNetwork.
> 
> On-wakeup Actions: Restore SqueezeNetwork connected players on wakeup:
> checked.
> 
> It should then function exactly as you wish.


Cheers for getting back so quick

I'll try this on Thursday, just to clarify it does this even when you
don't power down from the plug-in?  i.e. run a shutdown on the server
outside of SC.


-- 
fredbloggs

fredbloggs's Profile: http://forums.slimdevices.com/member.php?userid=11807
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-06-30 Thread fredbloggs

Thanks for a great tool.

Is it possible as an addition so that if someone shuts down the SC
server or service it redirects all of the Squeezeboxes to connect direct
to Squeezenetwork and upon server power up it tells them to re-establish
themselves with Squeezecenter?

I know some people that just find it easier to know when the computer
is on they are ilstening to that and when it's off they are either
listening to Squeezenetwork or just using the device as an expensive
clock.

Obviously as an option as i'm sure a few people wouldn't like this.

I imagine something like an additional services that are dependent upon
Squeezecenter, when the computer starts up it runs a service that tells
the SB's to connect to SC.  When this service goes into a stopping state
it runs a shutdown script that redirects them to Squeezenetwork.  I know
this should be possible in Linux but not so sure about Windows which is
what i'm on. (for now anyway)

Anyway, just wondering if you've considered adding this functionality?

Cheers


-- 
fredbloggs

fredbloggs's Profile: http://forums.slimdevices.com/member.php?userid=11807
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2008-07-03 Thread fredbloggs

Can't get it working on SlimNAS (FreeNAS)

Appears as though I don't have Sudo, have tried pkg_add -r sudo but the
package is not available on the freebsd repository (anyone know how to
install SUDO in FreeNAS?)

Your plugin does in fact shutdown squeezecentre so perhaps I'll work on
a cron job in SlimNAS that determines whether anyone is using the system
as a NAS server and then see if SqueezeCentre is running.

Gives me a partial option.

Thanks


-- 
fredbloggs

fredbloggs's Profile: http://forums.slimdevices.com/member.php?userid=11807
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


[SlimDevices: Plugins] Quick Access plugin - 'Playlist not available'

2007-09-09 Thread fredbloggs

Hi,

I'm sure I must be missing something but I can't get the quick access
plugin to work.  I want to use the Follow Me feature so I can transfer
what's 'now playing' from player to player as I walk around the house. 


I do not as yet have any additional playlists defined on my system

I'm using
SlimServer Version: 6.5.4 - 12568 - Windows Vista - EN - cp1252

I have tried to set up as follows
Installed the plugin in the plugins folder (and this appears to load)
I have changed the remote mapping for the players concerned to custom
I have navigated to the plugins area -> Quick Access -> Select Playlist
for Button 1 (&2) on the squeezebox & softsqueeze systems and assigned
remote players as appropriate

If I then press and hold '1' then I find that the player associated to
button '1' gets turned off and the player I'm looking at comes up with
an error 'Quick Access' 'playlist not available'

I have seen references to the error 'playlist not available' but these
point to actual playlist files.

Am I using this plugin correctly (guess not as it isn't working) or can
anyone offer any guidance.  From what I can understand this plugin
should offer this functionality.

As an additional, if I do get this to work is it possible to configure
so that it doesn't turn off the original player?

Thanks

Mark


-- 
fredbloggs

fredbloggs's Profile: http://forums.slimdevices.com/member.php?userid=11807
View this thread: http://forums.slimdevices.com/showthread.php?t=38278

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