TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Soundcloud for the Desktop

169 pointsby somecoderover 9 years ago

17 comments

rjvirover 9 years ago
For me, the main allure of the a desktop app is the support for media keys.<p>For those interested, there is a Mac app called BeardedSpice that maps the media keys to a variety of websites (Youtube, SoundCloud, BandCamp, etc).<p><a href="https:&#x2F;&#x2F;github.com&#x2F;beardedspice&#x2F;beardedspice" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;beardedspice&#x2F;beardedspice</a>
评论 #10966285 未加载
评论 #10966103 未加载
评论 #10966461 未加载
SeanAndersonover 9 years ago
Hey,<p>How does this comply with SoundCloud&#x27;s API Terms of Use? <a href="https:&#x2F;&#x2F;developers.soundcloud.com&#x2F;docs&#x2F;api&#x2F;terms-of-use" rel="nofollow">https:&#x2F;&#x2F;developers.soundcloud.com&#x2F;docs&#x2F;api&#x2F;terms-of-use</a><p>More specifically:<p>&gt; Unacceptable Use<p>&gt; use of the SoundCloud® API to aggregate and stream User Content from multiple users into an on demand listening service;<p>I&#x27;ve built similar things in the past (<a href="https:&#x2F;&#x2F;github.com&#x2F;MeoMix&#x2F;StreamusChromeExtension" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;MeoMix&#x2F;StreamusChromeExtension</a>), but using SoundCloud&#x27;s API for such a project always seemed off-limits from a TOS perspective.
评论 #10965747 未加载
评论 #10966358 未加载
评论 #10965804 未加载
kevinastoneover 9 years ago
Interesting! I&#x27;ve been using Soundcleod[0] for a couple years now which is basically a Fluid-style browser wrapper (with support for media keys).<p>[0]: <a href="http:&#x2F;&#x2F;soundcleod.com" rel="nofollow">http:&#x2F;&#x2F;soundcleod.com</a>
评论 #10965863 未加载
r3blover 9 years ago
Okay, so I ran it with my backup account that I&#x27;m using to download stuff for free (those songs that require you to follow certain people on SoundCloud to get access to the download link), and I noticed something strange: apparently, I&#x27;m following the SoundCloud user named Flying Spaghetti Monster.<p>I then went to SoundCloud, logged in with the same account, opened up the list of the users I&#x27;m following, loaded until the end of the list, pressed Ctrl+F, typed in &quot;fly&quot;, and no matches were found. I then went ahead and typed &quot;spa&quot;, again, no matches were found. Then, I have started to be a bit suspicious about the app. Then, I started typing &quot;Flying Spaghetti Monster&quot; in the search bar on SoundCloud and immediately realized that I am indeed following a user named &quot;Flying Spaghetti Monster&quot;, even though I absolutely don&#x27;t see it through the list of the people I am following.<p>Talk about a bad user experience. I&#x27;m definitely not going to use their official website again.
przemocover 9 years ago
I haven&#x27;t checked Soundnode App yet, but any attempt to sanitize the way you interact with SoundCloud should be appreciated, because SC web UX is bad.<p>Soundnode App UI looks nice. I&#x27;d add screenshot for each main view on app&#x27;s home page, even if they&#x27;re all similar, though. UX remains to be tested.<p>The only (apparent?) downside is that this app seems to be a bundled web app with web browser. I&#x27;m not that fond of such solutions. But. If it wasn&#x27;t open source and GitHub page wasn&#x27;t shown there, then there is a high chance I would not notice that it&#x27;s built like that, at least from screenshot alone.<p>Writing SoundCloud client is on my ToDo list, as it would be a good way to brush up and enhance my Qt skills. Maybe I&#x27;d finally embrace QML along the way, as I&#x27;m postponing QML tinkering for far too long I guess. I&#x27;m also considering fiddling with PyQt5, as it could possibly quicken prototyping, but I&#x27;m not sure about it in my case, as I have only minor Python experience and no PyQt experience at all (well, it&#x27;s like incentive to change that). There is also SoundCloud python package, so going python way is quite tempting, but I always prefer native compiled apps over scripted ones.
评论 #10966808 未加载
somecoderover 9 years ago
On GitHub here: <a href="https:&#x2F;&#x2F;github.com&#x2F;Soundnode&#x2F;soundnode-app" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Soundnode&#x2F;soundnode-app</a>
评论 #10965651 未加载
Gysover 9 years ago
The app starts by showing the login and therefore requires to be registered first. However, on the official website I can listen without registering. An API requirement I guess. A regular user will probably be registered anyway.<p>But the login looks exactly like the official page. So is this just a wrapper for the website or do they actually add value ?
kmfrkover 9 years ago
I’ve hoped for a long time that SoundCloud would release an alternative to iTunes to capitalize on the many podcasts on their platform. iTunes is such a goddamn POS, and I wish a private company would take up the challenge, at least when it comes to podcasts.
0XAFFEover 9 years ago
If you are on windows and want a native app:<p><a href="https:&#x2F;&#x2F;www.microsoft.com&#x2F;de-de&#x2F;store&#x2F;apps&#x2F;clouder&#x2F;9wzdncrfj3zv" rel="nofollow">https:&#x2F;&#x2F;www.microsoft.com&#x2F;de-de&#x2F;store&#x2F;apps&#x2F;clouder&#x2F;9wzdncrfj...</a><p>Used it for some time and is very nice.
brinkover 9 years ago
Awesome! I&#x27;m aware that there are plugins for Chrome to capture media keys, but they never seem to work right and intercept the keys when I don&#x27;t want them to. This fixes that problem of listening to my stream and having to navigate to that tab when I don&#x27;t like a song.
owencmover 9 years ago
Looks great! Out of interest, does this take advantage of any native features via node or could it also be a website?<p>I&#x27;m curious if the motivation of making a desktop app was just for the &quot;installed app user experience&quot; or because it was needed to access some API.
verbifyover 9 years ago
I&#x27;m hoping it works natively with an xbox controller. Until now I&#x27;ve used Kodi&#x27;s soundcloud app for my HTPC, but I&#x27;d prefer a proper app.
thecopyover 9 years ago
I have waited so long for Spotify to add a feature where you can add a Soundcloud track to a playlist. I guess i have to use this until (if) that happens.
评论 #10967895 未加载
pascaloover 9 years ago
Works well, but I cannot figure out to browse the likes of follwers and followees, which is one of my main ways of discovery. So back to the website.
评论 #10965529 未加载
meir_yanovichover 9 years ago
Does it use SC API&#x27;s ( guess not )<p>or does it scrap &#x2F; manipulate the sound cloud client ?<p>is it allowed ?
评论 #10966283 未加载
mintplantover 9 years ago
Anyone know if there&#x27;s something like this for Bandcamp?
评论 #10965809 未加载
raylusover 9 years ago
Can&#x27;t open osx version
评论 #10966908 未加载