Skipper: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(Created page with "=== 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). === What? === * Specs ** Needs ...")
 
No edit summary
Line 4: Line 4:
=== What? ===
=== What? ===
* Specs
* Specs
** Needs Webserver like apache2, with modphp. If you don't know what that means, install [http://www.mamp.org MAMP]
** Needs Webserver like apache2, with modphp. If you don't know what that means, install [[MAMP]]
** Only works on [[Mac OS X]] as host system (not Windows)
** Only works on [[Mac OS X]] as host system (not Windows)
* Features
* Features
Line 18: Line 18:


=== Installation ===
=== Installation ===
* Setup your apache2 with modphp or get and start [http://www.mamp.org 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
* Open browser and enter: <tt><nowiki>http://<your_ip_address>:8888/skipper/</nowiki></tt>
* Open browser and enter: <tt><nowiki>http://<your_ip_address>:8888/skipper/</nowiki></tt>

Revision as of 17:42, 14 September 2013

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).

What?

  • Specs
    • Needs Webserver like apache2, with modphp. If you don't know what that means, install MAMP
    • 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

Where?

You get it here: Media:Skipper2013-09-14.zip

Installation

  • 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! :)