Giter VIP home page Giter VIP logo

Comments (5)

jodacame avatar jodacame commented on May 25, 2024

Try using other source. example deezer
change application/config/autoload.php

$autoload['helper'] = array('functions','url','text','gui','account','spotify');

to

$autoload['helper'] = array('functions','url','text','gui','account','deezer');

from cloud-music-engine.

FabioTech avatar FabioTech commented on May 25, 2024

Hello, I tried the way you said it but it did not work. There's only one white page.

$autoload['helper'] = array('functions','url','text','gui','account','spotify');

to

$autoload['helper'] = array('functions','url','text','gui','account','deezer');

from cloud-music-engine.

FabioTech avatar FabioTech commented on May 25, 2024

I want to use spotify. How do you add code? spotify_helper.php, In the new way of using api spotify?

https://github.com/jodacame/cloud-music-engine/blob/master/application/helpers/spotify_helper.php

from cloud-music-engine.

FabioTech avatar FabioTech commented on May 25, 2024

Other problem, no video or audio plays the error appears:

app.js:1218 Uncaught TypeError: yt_player_1.playVideo is not a function

What do you want to do to work on the youtube video?

Link from the site where the nexxuz script is installed: https://noplayer.com.br/

from cloud-music-engine.

FabioTech avatar FabioTech commented on May 25, 2024

hello, please how do I search for using spotify run I noticed that missing the token spotify has how do you do this?

I tried like this but it did not 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'];

from cloud-music-engine.

Related Issues (3)

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.