mirror of
https://github.com/nova-r/fediplug.git
synced 2025-01-23 00:56:47 +01:00
add README
This commit is contained in:
parent
097bdd0d95
commit
d8a8e675ef
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# fediplay
|
||||||
|
|
||||||
|
A Mastodon client that automatically plays your friends' music as they toot links to it.
|
||||||
|
|
||||||
|
You'll need `ffplay` from [FFmpeg](https://ffmpeg.org/) to actually play music.
|
||||||
|
|
||||||
|
On macOS, `ffplay` is part of the Homebrew ffmpeg package, but you need to build it with `brew install ffmpeg --with-sdl2`.
|
||||||
|
|
||||||
|
Use pip to install the Python dependencies, then edit `stream` so it points to your Mastodon instance and run it. You'll need to log in the first time.
|
||||||
|
|
||||||
|
Toots that include the hashtag #fediplay and have as their first link something that [youtube-dl](https://rg3.github.io/youtube-dl/) can play, will!
|
||||||
|
|
||||||
|
If new #fediplay toots come in while music is playing, they'll be downloaded immediately and queued to be played later.
|
Loading…
Reference in a new issue