jgonyea / grav-plugin-podcast

GravCMS plugin that creates podcast channel and podcast episode page templates along with a podcast RSS feed.
MIT License
18 stars 7 forks source link

can't get rid of ( no audio ) #19

Closed krodelabestiole closed 6 years ago

krodelabestiole commented 6 years ago

I can't get rid of this message, I tried with many files some with valid Id3 tags.

From the source code I can tell the test is based on episode.header.podcast.audio.meta.duration https://github.com/jgonyea/grav-plugin-podcast/blob/develop/templates/partials/podcast_episodes_list.html.twig

But I can't get any meta on any file. getId3 plugin is installed and activated, the metadata editor from the admin panel juste says that myfile.mp3.meta.yaml doesn't exist.

jgonyea commented 6 years ago

The podcast metadata ends up in the header for the page. I'll look into why the player isn't connecting to the file correctly.

jgonyea commented 6 years ago

I see the problem. The episode twig file references the location by relative url, when it really is an absolute (should have a preceding "/").

jgonyea commented 6 years ago

Fixed in new release.

jgonyea commented 6 years ago

Fixed in new release.