A website to bring back the iTunes original cover flow!
https://lucadenhez.github.io/coverflow
The actual CSS and JavaScript code to create the beautiful cover flow was created by Matt Doyle in 2011. What I coded into this is retrieving actual library information from Apple Music, and composing the cover flow full of the last 25 albums/songs you've listened to, each one with a clickable link to the album/song.
- Live Playback: I doubt this is going to happen to due DRM and audio streaming, so for the meantime I made each artwork clickable to redirect to the album/song, or you can just press enter while the album/song is focused.
- Go to https://music.apple.com
- Log in.
- Open Chrome DevTools with Ctrl + Shift + i on Windows or Cmd + Alt + i on Mac.
- Go to the network tab in the DevTools, then go to your recently added on Apple Music.
- Once you see an entry in the Network Inspector that looks something along the lines as recently-added?l=en-us&platform=web&includ..., choose the second one, (A GET request, not an OPTIONS) then pause the recording.
- Click on the entry, go to request headers, then copy and write down the authorization, copy everything after the 'Bearer ', no trailing whitespaces. Also copy the media-user-token.
- Now head over to my website https://lucadenhez.github.io/coverflow and enter the information.
- Once you press Submit and it still shows the login screen, that means either the information you copied is wrong, you're rate limited, or my code is bugged. (Let me know on Discord)
If all works, have fun with the nostalgia!
lucaa#4787