Code Monkey home page Code Monkey logo

ealvabrainz's People

Contributors

pandasys avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

reiaxo voboshi

ealvabrainz's Issues

Usage of com.ealva:ealvalog:0.5.6-SNAPSHOT

Hi. I want to try your music brainz api client but when i include it in my android project, i get this error:

Failed to resolve: com.ealva:ealvalog:0.5.6-SNAPSHOT

A look in the maven repo shows, that there is no 0.5.6-SNAPSHOT version. Maybe you missed to release Version 5.6.0 of ealvalog?

EDIT: com.ealva:ealvalog-core:0.5.6-SNAPSHOT is also missing

Event search with list of artists as search term

Hi, first thank you for this amazing library. It is very convenient and nearly fulfills all my needs.
But I have on question: Is it possible to search for an event while adding multiple artist search terms?
I tried this, where i have to chain the artist search terms together with or :

            musicBrainzService.findEvent(Limit(50), Offset(0)) {
                event(EventName.UNKNOWN) and
                        beginDate {
                            Year(LocalDate.now().year) inclusive
                                    Year(LocalDate.now().year + 1)
                        } and
                        type("Festival") and
                        (artist(ArtistName("Nightwish")) or artist(ArtistName("Blind Guartian"))
            }

But I have a generic list of artists which all have to be concatinated with or. Is there a search term where i can pass a list of artist() or artist names and the operator (or/and)?

As an alternative can one requst results with a raw serch query? Do you may have an example for this?

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.