https://github.com/daijobudes/albumartlightsync
Synchronizes album cover's most significant color based on color palette
https://github.com/daijobudes/albumartlightsync
light-bulbs python smart-bulb tapo-light-bulb tplink-tapo
Last synced: 3 months ago
JSON representation
Synchronizes album cover's most significant color based on color palette
- Host: GitHub
- URL: https://github.com/daijobudes/albumartlightsync
- Owner: DaijobuDes
- License: gpl-3.0
- Created: 2024-12-22T13:42:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T10:41:01.000Z (4 months ago)
- Last Synced: 2025-02-01T11:27:12.712Z (4 months ago)
- Topics: light-bulbs, python, smart-bulb, tapo-light-bulb, tplink-tapo
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AlbumArtLightSync
This project is created on my free time and only as my interest.
## Why?
I recently bought a [TP-Link Tapo L530](https://www.tp-link.com/ph/home-networking/smart-bulb/tapo-l530e/) smart light bulb, got bored and
had a stupid idea to synchronize the color from the album cover's most significant color based on the color palette when playing.
## Other notes
The light gets set to 50% brightness with 3450 light temperature.
Based on this line
So you might want to adjust it to your needs or modify the whole line.
## 3rd party libraries used
## Usage
Clone this repository first
```sh
git clone https://github.com/DaijobuDes/AlbumArtLightSync.git
```Copy `.env.example` to `.env` and fill them up.
Last.fm API:
Yes, you are required to have a smart light bulb from TP-Link. If none, then
go buy one.Best if you use a virtual environment, then activate
```sh
python3 -m venv .
source bin/activate
```Install dependencies
```sh
pip3 install -r requirements.txt
```Running
```sh
python3 main.py
```