Skipper: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Why? ===
=== Why? ===
I wanted to provide a method for my coworkers to pause music (at incoming calls) or skip to the next song (when they dislike it).
I wanted to provide a method for my co-workers to pause music (at incoming calls) or skip to the next song (when they dislike it).


=== What? ===
=== What? ===
[[Image:SkipperPage.png|400px]]
* Specs
* Specs
** Needs Webserver like apache2, with modphp. If you don't know what that means, install [[MAMP]]<ref>You need [[MAMP]], since the built-in webserver in [[Mac OS X]] can't execute [[PHP]]</ref>
** Needs Webserver like apache2, with modphp. If you don't know what that means, install [[MAMP]]<ref>You need [[MAMP]], since the built-in webserver in [[Mac OS X]] can't execute [[PHP]]</ref>
Line 13: Line 14:
** Decrease Volume
** Decrease Volume
** Show Album Artwork and title of currently playing track
** Show Album Artwork and title of currently playing track
** a lot more [[AppleScript]]s in the archive, just customize it to your needs!


=== Where? ===
=== Where? ===
You get it here: [[Media:Skipper2013-09-14.zip]]
You get it here: [[Media:Skipper2013-09-15_16-27.zip]]


=== Installation ===
=== How? ===
* Setup your apache2 with modphp or get and start [[MAMP]]
* Setup your apache2 with modphp or get and start [[MAMP]]
* extract the [[Skipper]]-Archive into the htdocs folder
* extract the [[Skipper]]-Archive into the htdocs folder
Line 24: Line 26:


----
----
Footnotes:
<flattr url="http://www.wurst-wasser.net/" /><br>
* Links
** http://jonathonhill.net/2012-06-22/cannot-run-a-binary-executable-from-php-and-mamp/ - If you have some weird <tt>dyld: Symbol not found: __cg_jpeg_resync_to_restart</tt> or <tt>libTIFF.dylib</tt> problem.
** [[How to set up .htaccess]]
* Footnotes:
<references/>
<references/>


[[Category:Development]]
[[Category:Development]]

Latest revision as of 15:34, 17 September 2013

Why?

I wanted to provide a method for my co-workers to pause music (at incoming calls) or skip to the next song (when they dislike it).

What?

SkipperPage.png

  • Specs
    • Needs Webserver like apache2, with modphp. If you don't know what that means, install MAMP[1]
    • Only works on Mac OS X as host system (not Windows)
  • Features
    • Skip to next song
    • Pause
    • Play
    • Increase Volume
    • Decrease Volume
    • Show Album Artwork and title of currently playing track
    • a lot more AppleScripts in the archive, just customize it to your needs!

Where?

You get it here: Media:Skipper2013-09-15_16-27.zip

How?

  • Setup your apache2 with modphp or get and start MAMP
  • extract the Skipper-Archive into the htdocs folder
  • Open browser and enter: http://<your_ip_address>:8888/skipper/
  • enjoy! :)

<flattr url="http://www.wurst-wasser.net/" />

  1. You need MAMP, since the built-in webserver in Mac OS X can't execute PHP