Soundnode / soundnode-app

Soundnode App is the Soundcloud for desktop. Built with Electron, Angular.js and Soundcloud API.
https://soundnode.github.io/soundnode-website/
Other
5.15k stars 642 forks source link

Armv7 compatibility? #1083

Open gaining opened 6 years ago

gaining commented 6 years ago

I understand if your project is not meant to go that way. I'm actually starting to learn about nodejs/angular on my own and already forked your project because I think it's a nice way to learn it. I am trying to make it work on the pi3 on raspbian Jessie or Stretch because the soundcloud website does not work well with it using chromium.

Not really sure why but after a track it stops playing and I would need to refresh the page for it to work again.

If you look at the screenshot, that's where it stops on the raspberry pi 3 on raspbian jessie. screenshot from 2018-08-28 21-59-35

jakejarrett commented 6 years ago

Could be the API Key is limited or network issues, are you able to change the API Key to one soundcloud uses (You can just go to their homepage and filter URL requests by client_id to find one)

gaining commented 6 years ago

After finding the API key where do I insert it?

jakejarrett commented 6 years ago

Should be in the settings panel, it'll have an API Key field above Clean local storage

gaining commented 6 years ago

Oh I thought you were talking about files and directories. Sorry for mixing stuff up, the one that doesn't work properly and stops after a track is simply chromium+soundcloud's official website. In your app, I'm only getting the white box shown in the screenshot so I thought you were talking about a config file under the soundnode-app folder or whatnot.

gaining commented 6 years ago

I just installed it on my Linux Mint 18.3 laptop and it works flawlessly. I have 16GB ram on it, however the Pi only has 1GB. What's the ram requirement? Maybe that's what's giving me issues on the pi.

jakejarrett commented 6 years ago

I've not tested Soundcloud under arm before (it may or may not work) I'll have to double check tonight on my own Pi to let you know whats wrong sorry

gaining commented 6 years ago

No problem. Thanks for your prompt replies.