Giter Site home page Giter Site logo

lyricseek's Introduction

What is lyricseek?

LyricSeek is a do-it-all extendable, parallelized lyrics/coverart/metadata fetching library; its main goal is to offer a reasonable alternative to reinventing the wheel

Do-it-all: Not just lyrics!

parallelized: will support both thread-based and process-based parallelism (todo)

extendable: lyricseek is a collection of "plugins" (called retrievers) implemented through the egg system. It's easy to manage retrievers without touching the library, and your package can provide a retriever, too.

Documentation

Main documentation is available in doc/ directory. You can find documentation for boyska/lyricseek repository on github on http://readthedocs.org/docs/lyricseek/en/latest/index.html

If you want to build it yourself,you just need to execute make clean coverage html and you'll get nice documentation in build/html/index.html

Install

Package installation is provided through "standard" setup.py script, so python setup.py build; sudo python setup.py install should be enough

Develop How-to

Files

Directory structure:

.
|-- doc                       Documentation dir
|   |-- build                 make-d files are here
|   `-- source                Actual documentation files
|-- retrievers                Some retrievers shipped with the library; see its README.txt
`-- src                       The actual library
        `-- plugin_skeleton       Plugin skeleton is what you should start with if writing a new retriever

Write a retriever

See the Plugin Howto in the documentation

lyricseek's People

Contributors

boyska avatar leophys avatar

Stargazers

 avatar

Watchers

 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.