Git Product home page Git Product logo

vuemusic's Introduction

Vue Music

Spotify music player built with Electron

Home page with recommendations

Front page

Search results

Search

Liked tracks

Supports large number of tracks Tracks

Create custom radio / view current queue

Queue

Artist page with dark theme enabled

Artist

Playlist page

Playlist

Browse page containing curated lists and genres

Browse

The now playing page with fullscreen option

Browse

Responsive layout and theme colors can adjust to playlist primary colors

Browse

vuemusic's People

Contributors

ruurdbijlsma avatar

Stargazers

Joshua Grech avatar Baltazar Gomez avatar Siegert Naber avatar Hyunwoo Kim avatar  avatar Michael John Peña avatar singo avatar

Watchers

James Cloos avatar  avatar  avatar Kostas Georgiou avatar

Forkers

goopey7

vuemusic's Issues

One or more keys not valid after inputting three valid api keys

I'm not able to get past the initial settings screen.

To make the spotify api keys, I went to https://developer.spotify.com/dashboard/applications
made a new app and pasted the id and secret to the first two lines.

For the youtube key I made a YouTube data api v3 key for public data for the third line.

after pasting these three the app doesn't seem to acknowledge and still says one or more keys not valid.

Get the same issue on windows and the site

Player won't play - "ReferenceError: caches is not defined"

I get two errors in console:

[Vue warn]: Error in callback for watcher "$store.state.media.track" (Promise/async): "ReferenceError: caches is not defined"

found in

---> <MusicPlayer> at src/components/MusicPlayer.vue
       <VApp>
         <App> at src/App.vue
           <Root>
warn @ vue.runtime.esm.js?2b0e:4603
logError @ vue.runtime.esm.js?2b0e:3043
globalHandleError @ vue.runtime.esm.js?2b0e:3039
handleError @ vue.runtime.esm.js?2b0e:3006
eval @ vue.runtime.esm.js?2b0e:3017
Promise.then (async)
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:3017
Watcher.run @ vue.runtime.esm.js?2b0e:3532
flushSchedulerQueue @ vue.runtime.esm.js?2b0e:4119
eval @ vue.runtime.esm.js?2b0e:3141
flushCallbacks @ vue.runtime.esm.js?2b0e:3063
Promise.then (async)
timerFunc @ vue.runtime.esm.js?2b0e:3088
nextTick @ vue.runtime.esm.js?2b0e:3153
queueWatcher @ vue.runtime.esm.js?2b0e:4205
Watcher.update @ vue.runtime.esm.js?2b0e:3511
Dep.notify @ vue.runtime.esm.js?2b0e:720
reactiveSetter @ vue.runtime.esm.js?2b0e:1026
track @ media-module.js?0a4a:73
wrappedMutationHandler @ vuex.esm.js?2f62:844
commitIterator @ vuex.esm.js?2f62:466
eval @ vuex.esm.js?2f62:465
_withCommit @ vuex.esm.js?2f62:624
commit @ vuex.esm.js?2f62:464
boundCommit @ vuex.esm.js?2f62:409
skip @ media-module.js?0a4a:319
wrappedActionHandler @ vuex.esm.js?2f62:851
dispatch @ vuex.esm.js?2f62:516
boundDispatch @ vuex.esm.js?2f62:406
click @ MediaControls.vue?6e9c:90
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:3015
invoker @ vue.runtime.esm.js?2b0e:1813
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:3015
Vue.$emit @ vue.runtime.esm.js?2b0e:3714
Vue.<computed> @ backend.js:5188
click @ VBtn.ts?0eff:163
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:3015
invoker @ vue.runtime.esm.js?2b0e:1813
original_1._wrapper @ vue.runtime.esm.js?2b0e:7458

and

ReferenceError: caches is not defined
    at BrowserMusicDownloader.isTrackOffline (BrowserMusicDownloader.js?b1ee:29:1)
    at BrowserMusicDownloader.getTrackUrls (MusicDownloader.js?33b3:54:1)
    at getTrackUrls.next (<anonymous>)
    at Store.setTrack (media-module.js?0a4a:211:1)
logError @ vue.runtime.esm.js?2b0e:3047
globalHandleError @ vue.runtime.esm.js?2b0e:3039
handleError @ vue.runtime.esm.js?2b0e:3006
eval @ vue.runtime.esm.js?2b0e:3017
Promise.then (async)
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:3017
Watcher.run @ vue.runtime.esm.js?2b0e:3532
flushSchedulerQueue @ vue.runtime.esm.js?2b0e:4119
eval @ vue.runtime.esm.js?2b0e:3141
flushCallbacks @ vue.runtime.esm.js?2b0e:3063
Promise.then (async)
timerFunc @ vue.runtime.esm.js?2b0e:3088
nextTick @ vue.runtime.esm.js?2b0e:3153
queueWatcher @ vue.runtime.esm.js?2b0e:4205
Watcher.update @ vue.runtime.esm.js?2b0e:3511
Dep.notify @ vue.runtime.esm.js?2b0e:720
reactiveSetter @ vue.runtime.esm.js?2b0e:1026
track @ media-module.js?0a4a:73
wrappedMutationHandler @ vuex.esm.js?2f62:844
commitIterator @ vuex.esm.js?2f62:466
eval @ vuex.esm.js?2f62:465
_withCommit @ vuex.esm.js?2f62:624
commit @ vuex.esm.js?2f62:464
boundCommit @ vuex.esm.js?2f62:409
skip @ media-module.js?0a4a:319
wrappedActionHandler @ vuex.esm.js?2f62:851
dispatch @ vuex.esm.js?2f62:516
boundDispatch @ vuex.esm.js?2f62:406
click @ MediaControls.vue?6e9c:90
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:3015
invoker @ vue.runtime.esm.js?2b0e:1813
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:3015
Vue.$emit @ vue.runtime.esm.js?2b0e:3714
Vue.<computed> @ backend.js:5188
click @ VBtn.ts?0eff:163
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:3015
invoker @ vue.runtime.esm.js?2b0e:1813
original_1._wrapper @ vue.runtime.esm.js?2b0e:7458

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.