Michael Herger

Results 298 comments of Michael Herger

> How does the Default skin handle this? As I assume that is not using persistent HTTP connections as well. As I mentioned this is going through some of the...

A few hours of digging later I'm not really any smarter... What I've found, though, is that the response would have a `playControl` element in the base actions: ``` {...

> @mherger Looks like "params" is just those used for the initial request. I can update Material to always pass parameters from the previous request that are not in the...

> Insert the line with the comment after line 1815 in subroutine `_playlistControlContextMenu`: > > ``` > my $itemParams = { > menu => $request->getParam('menu'), > artist_id => $request->getParam('artist_id'), #...

What OS are you on? With any but Windows you'd simply edit the file and restart the server. Windows is complicated...

`find / -name XMLBrowser.pm`. That should find three files. You'll need the one in a folder `Control`.

When a playlist is stored, we only save a playlist with URLs. Whereas when we start playback of an "integrate" track, it's using a Track object internally. I believe the...

Yep. This has annoyed me before... but never enough to investigate it :-)

Thanks guys! I haven't forgotten this PR. But it touches on code I'm not too familiar with... so please give me some time. I'll hopefully be able to get back...

One question to get started: what side-effects could you think of? What should I be looking for outside the Mixcloud use case?