Giter Club home page Giter Club logo

nclyr's Introduction

nclyr

nclyr is a music player client, intended to be a front-end to a variety of music players and music player protocols.

Currently supported players/protocols:

mpd
pianobar (not fully supported)

nclyr also has the ability of displaying music information, currently via the glyr library.

Building

nclyr is built using make. make or make all will build the entire project, with ./bin/nclyr being created. make clean will remove the ./bin directory, as well as remove any object and dependency files.

Configuration is done via editing the "./nclyr_build.conf" file before running 'make'. Current build configuration options are:

CONFIG_LIB_GLYR - If not set to 'y', GLYR will not be linked and any
                  functionality requiring `glyr` will not be compiled in.

These configuration options select the currently supported players, set to 'y' to compile in support, set to 'n' to disable:

CONFIG_PLAYER_PIANOBAR - Pulls no extra dependencies.
CONFIG_PLAYER_MPD - Pulls `libmpdclient`.

These configuration options select interfaces to compile. Set to 'y' to compile that interface in, set 'n' to disable.

CONFIG_TUI - Pulls `ncurses`
CONFIG_CONSOLE - Pulls no extra dependencies

These configuration options set the defaults to use in the program:

CONFIG_DEFAULT_IFACE - Set to a string that is the name of the interface to
                       use when no option is supplied to `nclyr`.
CONFIG_DEFAULT_PLAYER - Set to a string that is the name of the player to
                        use when no player is supplied to `nclyr`.

nclyr's People

Contributors

mkilgore avatar

Stargazers

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