Skip to content
forked from Madh93/Rpotify

raspotify control via canbus steering wheel controls

Notifications You must be signed in to change notification settings

jakka351/Rpotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rpotify controlling Raspotify with Steering Wheel Controls via CANBus.

Rpotify is a tool for managing Spotify remotely without GUI, only by CLI.

Combining Raspotify and can0swc and Rpotify gives me wireless audio playing from my phone to my auxillary port, controlled by the steering wheel controls in my car.

Features

Current features:

  • Play/Pause/Stop
  • Next/Previous
  • Shuffle/Repeat
  • Volume up/down
  • Now Playing
  • Information track
  • Search song/album/artist

Vehicle Set Up

This is setup for an MKI FG Falcon, edit the can data in the script to use with different vehicles, likely most mazdas and fords that have 11 bit ids and 8 bytes of message data will be fairly easy to do.

Install

Download, extract and launch:

    wget -O rpotify.zip https://github.com/Madh93/Rpotify/archive/master.zip
    unzip rpotify.zip && cd Rpotify-master
    ./rpotify.sh

How to use

To run steering wheel controls program: python3 can0spoti.py

To list all commands:

`./rpotify.sh help`

About

raspotify control via canbus steering wheel controls

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.1%
  • Shell 24.5%
  • Ruby 24.4%