# Use fancy audio player

**URL:** https://meta.discourse.org/t/use-fancy-audio-player/108894
**Category:** Feature
**Created:** [February 12, 2019, 1:41am UTC](https://meta.discourse.org/t/use-fancy-audio-player/108894 "2019-02-12T01:41:43Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![tomtjes](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tomtjes/32/131271_2.png) [@tomtjes](https://meta.discourse.org/u/tomtjes)
#### Post date: [February 12, 2019, 1:41am UTC](https://meta.discourse.org/t/use-fancy-audio-player/108894/1 "2019-02-12T01:41:43Z")

</div>

Hi,  
I’m planning to launch an audio community and was looking at audio player options in Discourse. There don’t seem to be any out-of-the-box solutions.

Would it be possible to integrate a player like the [Podigee Podcast Player](http://podigee.github.io/podigee-podcast-player/) or [Podlove Web Player](https://docs.podlove.org/podlove-web-player/) so that any link to an audio file in a post would appear in that player?

I don’t know anything about Discourse coding, but from Podigee’s Github it seems like all that would be needed is to wrap an audio file URL in [some code](https://github.com/podigee/podigee-podcast-player#inline-configuration).

```plaintext
window.playerConfiguration = {
      "episode": {
        "media": {"mp3": "https://example.com/episode-1.mp3"},
        "title": "Transcript Test"
      }
    }
    <script class="podigee-podcast-player" src="https://cdn.podigee.com/podcast-player/javascripts/podigee-podcast-player.js" data-configuration="playerConfiguration"></script>

```

[Similarly for Podlove](https://docs.podlove.org/podlove-web-player/installation.html). Is it difficult to detect audio files and do this?

---

_[View the full topic](https://meta.discourse.org/t/use-fancy-audio-player/108894)._
