Car Thing was only a remote for your phone's Spotify app. It was targeted towards people that had bluetooth or aux inputs to their car's stereo, but not Apple CarPlay or Android Auto that allowed you to control Spotify directly through the radio.
I have a Car Thing for my 2015 Chevy Volt, and I really enjoyed it. For exactly the reasons you mention, it lets me control Spotify with a great UI. I can also just play my phone over Bluetooth but it's not like I can select different playlists, browse songs, etc. from my car's dashboard - all I can do is go back or forward.
I'm also surprised they're bricking Car Thing. Given how it works, I didn't realize it would even need server data in the first place.
Seriously. I don't know anything about mobile development, but once it's working in the first place, how hard is it to just NOT delete its API hooks from the codebase. As a developer, I can only guess that maybe the code which supports it, or the code where it has to poke its fingers into into in order to be able to draw its UI, is poorly-architected and removing the Car Thing code across the board will allow them to more easily refactor or something.
Most of the things in Spotify are done through the server. There are two major reasons why:
- customer-facing reason: Spotify Connect https://support.spotify.com/us/article/spotify-connect/ We have to be able to know which device you're playing on, show it in device pickers and even let you play stuff on devices not in the same network
- second major reason: most of the decisions of what to play cannot be made on the client. This has to do with licensing and related analytics. Even different types of devices will have different licensing applied to them. So to even simply say "play next song" you have to tell the server you're going to listen to a track. And that track might not be available for the specific combination of account/device/country/phase of moon which client has no way of knowing about.
Source: I work at Spotify, but I can't answer any questions about CarThing (didn't work on it, and it would be NDA anyway)
That's one use case. The other use case is people who want a dedicated Spotify display in their car. It's especially nice in a new car because you can have your Nav or something else on your car screen and have a second display for your music. Yes, you can also use your phone for that, this is just another option.
I think it was more so for people who want a dedicated spotify app - as in they want to go through their likes, playlists and radios without using their phone.
hn_throwaway_99|1 year ago
I'm also surprised they're bricking Car Thing. Given how it works, I didn't realize it would even need server data in the first place.
xp84|1 year ago
troupo|1 year ago
- customer-facing reason: Spotify Connect https://support.spotify.com/us/article/spotify-connect/ We have to be able to know which device you're playing on, show it in device pickers and even let you play stuff on devices not in the same network
- second major reason: most of the decisions of what to play cannot be made on the client. This has to do with licensing and related analytics. Even different types of devices will have different licensing applied to them. So to even simply say "play next song" you have to tell the server you're going to listen to a track. And that track might not be available for the specific combination of account/device/country/phase of moon which client has no way of knowing about.
Source: I work at Spotify, but I can't answer any questions about CarThing (didn't work on it, and it would be NDA anyway)
jamesy0ung|1 year ago
thecrumb|1 year ago
m-p-3|1 year ago
m-p-3|1 year ago
I suspect this was mainly for people who only have the ability to send audio to their head unit without actual controls in some older cars.
bonestamp2|1 year ago
nemothekid|1 year ago