-
Notifications
You must be signed in to change notification settings - Fork 747
Open
Labels
Description
Discussed in #1517
Originally posted by dzubybb July 15, 2025
Hi,
Is there a way to transfer a playback from my other device to librespot ? I don't see anything on spirc or a player. I tried to use rspotify transfer_playback command (which calls me/player
), using device_id from librespot session, but i get 404, as if this device_id is wrong.
Any ideas how to achieve that ?
Currently librespot doesn't provide an option to transfer playback to itself from another device. There is an internal endpoint we can use /connect-state/v1/connect/transfer/from/{from}/to/{to}
which provides an easy way to trigger a transfer from a different device.