tontof / kriss_feed

A simple and smart (or stupid) feed reader
281 stars 54 forks source link

Display player for audio files #372

Closed ghost closed 8 years ago

ghost commented 8 years ago

For audio files, would it be possible to display a small media player directly inside KrISS feed? It would be great for podcasts. Thanks

tontof commented 8 years ago

I guess, it's possible. Can you provide me a rss link example ?

ghost commented 8 years ago

Hello, Any Podcast feed should work. Here is an example: http://radiofrance-podcast.net/podcast09/rss_14007.xml

tontof commented 8 years ago

You're lucky I had time to add this ! https://github.com/tontof/kriss_feed/commit/3fc964453c6d6c17aed7056ebd9cc80e23281c28 Enjoy https://raw.githubusercontent.com/tontof/kriss_feed/master/index.php

ghost commented 8 years ago

Thanks a lot

ghost commented 8 years ago

Hi, I just tested it, but do not see the player. kriss

tontof commented 8 years ago

It will appear for new feed on update. If you want to see it for this feed you can delete it and add it again :-)

ghost commented 8 years ago

I tried to delete it and add it again, but still do not see any player on the 13 articles of the feed. Thanks

tontof commented 8 years ago

I've tried on http://tontof.net/feed/?currentHash=T3VyIA&view=expanded and it works. Do you see the player on my link ? Maybe it's linked to your browser

ghost commented 8 years ago

No, I don't see it. I'm using Firefox under linux. When displaying the source I see:

tontof commented 8 years ago

capture I'm also sing Firefox 46.0 on Linux Mint and it works... On source you should see something as <audio controls><source src="http://rf.proxycast.org/1174344394057195520/14007-12.06.2016-ITEMA_21007891-1.mp3"><a href="http://rf.proxycast.org/1174344394057195520/14007-12.06.2016-ITEMA_21007891-1.mp3">http://rf.proxycast.org/1174344394057195520/14007-12.06.2016-ITEMA_21007891-1.mp3</a></audio>

tontof commented 8 years ago

http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml5_audio_all Does it works ?

tontof commented 8 years ago

On https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats The MP3 audio format (.mp3, audio/mpeg; distinct from the above MP3 audio in an MP4 container case) is supported in <audio> by Firefox/Firefox for Android/Firefox OS when the operating system provides an MP3 decoder

ghost commented 8 years ago

You're right, it works under Windows. I'll check why it doesn't under Linux.

2016-06-14 9:31 GMT+02:00 tontof notifications@github.com:

On https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats The MP3 audio format (.mp3, audio/mpeg; distinct from the above MP3 audio in an MP4 container case) is supported in

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tontof/kriss_feed/issues/372#issuecomment-225801702, or mute the thread https://github.com/notifications/unsubscribe/AB_F0iL6fnkOYNQzIUwC0fcbd6fYS7_Vks5qLljugaJpZM4I0Bd7 .