SamTV12345 / PodFetch

A sleek and efficient podcast downloader.
https://samtv12345.github.io/PodFetch
Apache License 2.0
347 stars 25 forks source link

Playing through Mopidy #505

Open letshin opened 9 months ago

letshin commented 9 months ago

Clear and concise description of the problem

I'm running a media server using Mopidy. Is it possible to stream the local files through a Mopidy-linked speaker?

Suggested solution

If there are http/https endpoints for this, this should be possible to route it to Mopidy: https://docs.mopidy.com/en/latest/ext/stream/

Eg for a radio station mpc add https://live.leanstream.co/CKNXFM && mpc play

Alternative

No response

Additional context

No response

Validations

SamTV12345 commented 9 months ago

Thanks for the issue. I have the plan to build a client that connects to PodFetch via a websocket and then carries out the play/pause requests. This of course will take some time to implement.