Metadata-Version: 2.1
Name: pyfoobar2k
Version: 0.2.5
Summary: control foobar2000 via foo_httpcontrol
Home-page: https://bitbucket.org/ed0zer/pyfoobar2k
Author: Edo Ozer
Author-email: ed0zer@gmail.com
License: MIT
Keywords: pyfoobar2k,foo_httpcontrol,foobar2000
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: requests

A Python library to control [foobar2000](http://foobar2000.org) media player via [foo_httpcontrol](https://bitbucket.org/oblikoamorale/foo_httpcontrol) plugin (by oblikoamorale)

Currently only some of foo_httpcontrol functions are implemented:
* Some basic playback commands
* Fetching track info and  album art from player
* Fetching playlists

foobar2000 Requirements:

* foobar2000 version >= 1.1
* foo_httpcontrol plugin (tested on version 0.97.17)
* foo_httpcontrol template from this project

Template Installation:

Copy `template/` directory from this project into `foo_httpcontrol_data/` directory of foobar2000 and name it `pyfoobar2k`    
foobar2000 standard installation: usually goes into `%APPDATA%\foobar2000\foo_httpcontrol_data\pyfoobar2k`    
foobar2000 portable installation: usually goes into `<foobar2000_root_dir>\foo_httpcontrol_data\pyfoobar2k`    
A successful installation of the template can be verified at `http://<player_ip_address>:8888/pyfoobar2k`    




