zachomedia / apple-music-webplayer

Web player for Apple Music (using MusicKit JS)
https://music.zacharyseguin.ca
MIT License
597 stars 76 forks source link

Songs Not Playing #18

Closed ghost closed 6 years ago

ghost commented 6 years ago

Not sure what I am doing wrong here, but when I select a song, it appears at the top of the screen but does not begin playing. Previews of songs would play fine before I logged in (the 30 second clips), but after logging in, no songs play. My playlists and library do show up fine.

zachomedia commented 6 years ago

Can you take a look at the console in Developer Tools, and see if there are any errors?

ghost commented 6 years ago

Forgive my ignorance, how exactly do I access the developer tools to see?

EDIT: Duh, figured it out. Attached the log for when I click play. music.zacharyseguin.ca-1530285173784.log

zachomedia commented 6 years ago

What OS and browser are you using?

ghost commented 6 years ago

Chromium (latest stable) on Arch Linux

zachomedia commented 6 years ago

Do you have https://wiki.archlinux.org/index.php/chromium#Widevine_Content_Decryption_Module_plugin setup?

Apple Music send the content encrypted and needs to be decrypted by the browser.

ghost commented 6 years ago

Ah, I was not aware this was a requirement. Works fine now, thank you.

zachomedia commented 6 years ago

Great!