Live data from Hacker News

Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music

tannerv.com

51–60 of 160 posts

Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music

#51

This is really cool. It’s amazing how “realistic” the clickwheel feels—it instantly transported me back to actually using an iPod. Also, there’s something poetic about emulating the clickwheel on the interface that replaced it :)

Is the click wheel "feel" experience only on iOS? I don't get any haptic feedback on Android

Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music

#52

Earlier quoted context omitted.

I don’t see why not. There’s an official web version at music.apple.com. They probably prevent multiple simultaneous streams on the same account at the same time though.

I found out it actually allows me to play on the same account on two separate devices. The official apple music apps reliably stop my attempts to abuse my one person membership. Maybe this means that authorised applications aren't checked as thoroughly for this.

Yeah, they might just be lenient for now with the MusicKit JS API. I know for commercial partners they seem to be pretty strict.

Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music

#55

Firefox appears to be blocking Cross Origins Requests so cannot actually successfully sign-in: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://apresolve.spotify.com/?type=dealer&type=spclient . (Reason: CORS request did not succeed).

Like the other reply, I had no issue at all using it on Firefox on Windows. Even with a whole host of privacy addons and settings enabled.

Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music

#56

Earlier quoted context omitted.

Something like this? https://bemighty.com It’s not active live streaming, just downloading your playlists.

That's a cool piece of tech. It's unfortunate it doesn't work with mp3s ( from the faq) as well.

Wow, that's insanely awful, at least in my opinion. I loved my iPod shuffle. Pretty much the exact same form factor as this.

Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music

#57

This is really cool. It’s amazing how “realistic” the clickwheel feels—it instantly transported me back to actually using an iPod. Also, there’s something poetic about emulating the clickwheel on the interface that replaced it :)

Is the click wheel "feel" experience only on iOS? I don't get any haptic feedback on Android

I don't feel the click haptic feedback on iOS with iPhone 12

Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music

#58
post #44
post #18

How do you even get the _feel_ of the device so right? I'm perplexed, such a great project. I started using it unironically to play music, I'd totally pay for a Mac/iOS app haha.

Simpler than one might think - once you do the math to project each touch/mouse event down to an angle, you just need to quantize the angle to a certain number of discrete options (which you can measure on an actual device), look at the event stream of such angle events pairwise, and take the sign of the pairwise difference as right/left or up/down! The much harder part when designing the iPods themselves was to buil…

> Simpler than one might think

> ... you just need to quantize the angle ... look at the event stream ... and take the sign of the pairwise difference

This is harder than I thought

Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music

#59

Earlier quoted context omitted.

Is the click wheel "feel" experience only on iOS? I don't get any haptic feedback on Android

I don't feel the click haptic feedback on iOS with iPhone 12

No, no haptic feedback for me either. It would be interesting to try, but honestly it might make it feel more gimmicky if not done perfectly.
Post reply on HN