Giter VIP home page Giter VIP logo

cloud-music-engine's Issues

find artist or songs does not work

Olá tem como voce arrumar o sistema de busca, via spotify ou colocar ele pra buscar por outros serviços.

Hola, ¿cómo puede arreglar el sistema de búsqueda, a través de spotify o ponerlo para buscar otros servicios?

Hello, how can you fix the search system, via spotify or put it to search for other services.

Search does not work

Hello, how can you update the search part, the spotify API does not work.

This is so in the current spotify_helper.php

function _search_all($query,$insert = true) { $query = urlencode($query); $CI =& get_instance(); $url = "https://api.spotify.com/v1/search?q=$query&type=artist,track,album&limit=50"; $data = json_decode(_curl($url));

I tested it like this but it did not work, can you put the correct code to search for artists to work?

function _search_all($query,$insert = false) { $headers[] = 'Authorization: Bearer '.$access_token; $access_token = json_decode(_curl("https://accounts.spotify.com/api/token",$query,$headers, $token)); return _curl("https://api.spotify.com/v1/search?q=$query&type=artist,track,album&limit=50",false,$headers); $access_token['grant_type'] = 'authorization_code'; $query = urlencode($query); $CI =& get_instance(); $data = json_decode(_curl($url)); $this->client_id = $this->config->item("spotify_client_id"); $this->client_secret = $this->config->item("spotify_client_secret"); $this->token = $result['access_token'];

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.