akhilrex / podgrab

A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.
GNU General Public License v3.0
1.55k stars 88 forks source link

Feature - Playing through local device (not web-app) eg VLC and embedded iframe #247

Open letshin opened 1 year ago

letshin commented 1 year ago

Is it possible to pipe the output through the local audio port eg. play via VLC in the container?

Also, when the website is embedded as an iframe, clicking on the play podcast forces open a new tab instead of linking it to the player page. That's probably because of the definition from index.html:246 - @click="playPodcast(podcast.ID)". Other links seem to work fine.

letshin commented 1 year ago

Is it possible to remap the amplitude function to a Go exec.Command that feed a CLI command to VLC? Where are these functions defined in your code?