Skip to content

Honestly it's just showing album art and song information. That's all!

License

Notifications You must be signed in to change notification settings

rmfranken/spotify-viber

Repository files navigation

Spotify Viber

When listening to music on spotify, this tool makes it possible to display the album art along with some scrolling song information using the spotipy API.

It can be shown on a seperate monitor for increased vibes and aesthetic when listening to music, reminiscent of the old vinyl displays.

Features

  • Display album art and song + artist from Spotify
  • Uses the Spotipy API for fetching data
  • Can be shown on a separate monitor for enhanced visual experience

Demo

Demo

Display Settings

You can customize the display settings and more by modifying the config.yaml

Installation

  1. Clone the repository:
    git clone https://github.com/rmfranken/spotify-viber.git
  2. Navigate to the project directory:
    cd spotify-viber
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

  1. Set up your Spotify API credentials using a .env or setting your environment variables SPOTIPY_CLIENT_ID, SPOTIPY_CLIENT_SECRET, and SPOTIPY_REDIRECT_URI. These can be found in your Spotify Web API Dashboard.
    SPOTIPY_CLIENT_ID = 'your_client_id'
    SPOTIPY_CLIENT_SECRET = 'your_client_secret'
    SPOTIPY_REDIRECT_URI = 'your_redirect_uri'
  2. Run the main script:
    python main.py

Configuration

You can customize the display settings by modifying the config.py file. Options include screen resolution, refresh rate, and more.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE. See the LICENSE file for details.

About

Honestly it's just showing album art and song information. That's all!

Resources

License

Stars

Watchers

Forks

Packages

No packages published