Questions tagged [squeezebox]

25 questions
8
votes
2 answers

How do I identify if I have a javascript conflict on my website?

I'm currently moving a website from self hosted onto a CMS system. The current site uses a modal popup script called SqueezeBox.js I've copied the code across exactly how it looks on the current website, however the modal popup box isn't triggering…
bbacarat
  • 253
  • 1
  • 4
  • 16
3
votes
1 answer

Opening Mootools SqueezeBox popup automatically on PageLoad

I am trying to get a SqueezeBox pop up to open automatically when a page is opened but the code I'm using opens the popup but the popup contents arent loaded. I'm not that familiar thus I need some assistance as to what I'm doing…
Stanley Ngumo
  • 4,089
  • 8
  • 44
  • 64
3
votes
0 answers

Close a SqueezeBox by id

Well google this but I' did not found much I'm using joomla 1.7 I have a main form I'd like to open a popup so I have this code $url ="index.php?option=com_tkgest&view=devis_ligne&is_popup=true&tmpl=component";
Oine Raad
  • 31
  • 2
2
votes
0 answers

python json-rpc

After a long break from writing software, I've started contributing to a home automation project by adding a squeezeboxserver client, written in Python. I've got some basics working - on/off, play/pause/stop - but what I really want to do is be able…
1
vote
1 answer

adding a caption to squeezebox

I'm using http://digitarald.de/project/squeezebox/ for mootools 1.2 There is an option to add a image or content, but I'd like to do something in between; or both. Essentially adding an image with some content underneath. any insight how I could…
Daniel
  • 34,125
  • 17
  • 102
  • 150
1
vote
0 answers

Squeezebox show custom content (no iframe)

I'd like to show some custom (HTML) content on a squeezebox (within Joomla). To show an iFrame I'm using this code: window.addEvent('domready', function() { SqueezeBox.open('https://whatever.com', {handler: 'iframe'}); }); Thats working fine.…
alve89
  • 971
  • 1
  • 9
  • 31
1
vote
1 answer

Alexa skill to control logitech squeezebox - request to modify code

I've been trying to set up an alexa application called muzak - https://github.com/lordpengwin/muzak - which allows control of logitech squeezeboxes using Echo. The code works fine, but the play function is set to select random tracks which is not…
tmn103
  • 319
  • 1
  • 5
  • 16
1
vote
1 answer

Turn on AMP with CEC from TCP packets recieved

Firstly I have a working solution but its prone to failure. I would like to turn on my amp from Logitech Squeeze Center. The server is running on 192.168.0.30 The Player is in the Dining Room running on 192.168.0.31 The player is connected via…
Rob
  • 1,235
  • 2
  • 19
  • 44
1
vote
1 answer

Joomla's modal window removing id and class names

I have a form in a module that I want to appear in a modal window. Depending on the id the window may be blank, or if it does show any content all classes and ids are removed, so I can't validate or style the form. Truncated Code: …
Gisto
  • 887
  • 2
  • 16
  • 32
1
vote
2 answers

How can I write a router to open a Joomla Squeezebox modal from a URL parameter?

I have a Joomla site which uses Squeezebox which the default modal javascript for Joomla. I've been using Squeezebox with template overrides. For example, I have a link that looks on every page that's part of the template override:
kbrookes
  • 13
  • 6
1
vote
2 answers

Detect squeezebox close

Hi is there a way to detect SqueezeBox closed by user?
San
  • 125
  • 4
  • 10
1
vote
1 answer

Joomla Modal shows in IE (all versions) with almost empty Template

I am working on a template for Joomla! 2.5.4. Normally this goes very well, but today I have a weird problem. The Joomla Modal(Squeezebox) shows in an completely empty template in all versions of IE. The code of the template is:
Tom
  • 1,162
  • 2
  • 9
  • 15
0
votes
2 answers

Mootools squeezebox handler removing hidden div element

Hidden div element content is removed after first modal popup display. Using the below handler function, the modal displays the hidden div just fine, then after clearing the modal, a subsequent call to the below handler function returns an alert…
0
votes
1 answer

squeezebox ajax mootools

I use the modal window a fair bit in joomla and just found out that it doesn't work with ajax added links. What is the code I need to have the modal window work with those links? I'm better at jquery than moo tools ... Thanks, Mat I found this code…
Mat Kay
  • 508
  • 1
  • 11
  • 24
0
votes
1 answer

Change size of SqueezeBox using javascript

Hi I have this JS CODE function openPopup(url) { var newElem = new Element( 'div' ); newElem.setAttribute('rel','handler'); newElem.setAttribute('class','modal'); SqueezeBox.setContent( 'adopt', newElem ); …
Rad
  • 4,403
  • 4
  • 24
  • 25
1
2