Tiny little player that plays music from jamendo.com and generates a png, that can be used in OBS Studio
Go to file
Fusselkater fff7820c15 add requirements.txt 2022-11-11 18:08:50 +01:00
lib don't quote 2022-11-11 12:24:14 +01:00
.gitignore add lib 2022-11-11 06:23:00 +01:00
LICENSE add license 2022-11-11 13:18:20 +01:00
Pipfile require python 3, not 3.10 2022-11-11 06:28:37 +01:00
README.md initial commit 2022-11-11 06:22:19 +01:00
jamendo_obs.ini don't use VocalInstrumental per default 2022-11-11 06:41:28 +01:00
jamendo_obs.py initial commit 2022-11-11 06:22:19 +01:00
requirements.txt add requirements.txt 2022-11-11 18:08:50 +01:00

README.md

Jamendo OBS Player

This is a tiny little player for jamendo.com music, with display on OBS

Installation

As this project uses pipenv, you should install pipenv

Fedora

sudo dnf install pipenv

Ubuntu

sudo apt install pipenv

Now inside the project directory install the pip environment:

pipenv install

Usage

To run the player, just use pipenv run command to run jamendo_obs.py:

pipenv run ./jamendo_obs.py chillhop

You can use the --offset option to start the player with an initial offset

To skip a title, send USR1 signal to the player process (you can use this command for a hotkey):

pkill -USR1 -f jamendo_obs.py

OBS Studio

Just add a Picture object and choose the OutputPath from the ini file