GithubHelp home page GithubHelp logo

v-kravets / aimp-web-ctl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dyatlov/aimp-web-ctl

0.0 2.0 0.0 1.3 MB

Automatically exported from code.google.com/p/aimp-web-ctl

C++ 21.48% CSS 0.88% HTML 1.87% JavaScript 25.07% Shell 0.46% Batchfile 0.12% C 50.12%

aimp-web-ctl's Introduction

AIMP Web Control plug-in

What is it

Plug-in for remote control music player AIMP over network. Provides very wide API support for 3rd party apps over http, provides player control over web-browser and much more! Minimal supported version of player is 2.6 beta 2 build 485

Why you need it

Say, you are in an office. You have only one computer which can play music (one with dynamics). In the office, say, 5 employeers. You have AIMP on music-comp, AIMP is playing.. You got phone call - without this plugin you should ask others to stop music, or run yourself to this comp. Having this plug-in you can simply decrease volume, or stop/pause player. Moreover, if you dont like some song, you can simply switch song to another, you can sort songs, can add and remove songs, you can do a lot of things that AIMP can do, except that *you do it in a web-browser and do it remotely*!

Technical details

  • Written on C++
  • Latest versions of plug-in use mongoose server as web back-end, thanks mongoose!
  • To build plug-in from sources you should have Microsoft C++ compiler and Windows SDK installed, use build-mscl.bat. Alternative is to use mingw - crossplatform compiler suite. In that case you should use build-mingw.sh
  • Although AIMP is windows-only player, AIMP Web Control can be built on linux system with mingw (use build-mingw.sh for that)

How To Add Authorization

  • In directory aimp_web_ctl create file .htpasswd
  • Write to file: vit:mydomain.com:ea91ff01a238d84ffac5f0e709b2c393
  • Authorization is done :)

vit - user name, replace it with yours

mydomain.com - just a sample domain which will be displayed in popup auth dialog, you can leave it as is

ea91ff01a238d84ffac5f0e709b2c393 - md5 from string 'vit:mydomain.com:123456', where 123456 is your password - you can write here your own md5. Good m5 generator is here: http://www.md5.cz/

API Documentation

https://github.com/dyatlov/aimp-web-ctl/raw/master/AIMPWebControlRemoteAPIv1.1.pdf

Projects using AIMP Web Control

Contact with author

aimp-web-ctl's People

Contributors

dyatlov avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.