Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Extension for Joomla to make a Podcast list?

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

don't forget the http:// or https://

for fastest streaming (though html5 will read the file and buffer it automatically), you might be better off in dropbox, which will be faster. (i put my files in the public folder > some other folder then get a shareable link via right click {mp3remote}{shareablelink/from/dropbox}{/mp3remote}

edit: if your audio is speech, make sure you haven't oversampled it making the file bigger than it needs to be. I tweak my files in audacity (free).
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
Last Edit: 7 years 5 months ago by blueshift.
The administrator has disabled public write access.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Well it did not work... but thanks for trying.. the code you gave me just showed up in the article in the front end.. Don't know where I went wrong. (see the attached)
Attachments:
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
hmm

Can you attach the code you added in a text file

It looks from the screenshot that there might be an issue with how you added the syntax

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
don't wrap the link in brackets - and paste as text (or toggle to code view)
{zenrow}
  {zen-6}
    {mp3remote}path/to/url/no/brackets{/mp3remote}
  {/zen-6}
  {zen-6}
    First Podcast
  {/zen-6}
{/zenrow}
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
{zenrow}
{zen-6} {mp3remote}{www.oasiswebdevelopment.com/darci_podcasts/3_8_m_f_cut.mp3}{/mp3remote}{/zen-6} {zen-6}First Podcast{/zen-6 }
{/zenrow}

also attached
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
{zen-row}
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Sorry, did not work again. but thanks

{zen-row}
{zen-6} {mp3remote}{www.oasiswebdevelopment.com/darci_podcasts/3_8_m_f_cut.mp3}{/mp3remote}{/zen-6}
{zen-6}First Podcast{/zen-6 }
{/zen-row}

stablesatknox.org/responsive/index.php/site-media/test-audio
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
Try removing the brackets round the url path.

Ian
  • iafdesign's Avatar
  • iafdesign
  • LIfetime Developer - Big Bamboo
  • 393 posts
  • 153 Thanks
  • Karma: 58
The administrator has disabled public write access.
The following user(s) said Thank You: manh
{zen-row}{zen-6}{mp3remote}http://www.oasiswebdevelopment.com/darci_podcasts/3_8_m_f_cut.mp3{/mp3remote}{/zen-6}{zen-6}First Podcast{/zen-6 }{/zen-row}

Link needs http://
NO BRACKET AROUND LINK
paste as text

I have an older version of ZGF so I am seeing the second tag, but I can get the column and the link using the above code (example)


zenrow.jpg
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
Last Edit: 7 years 5 months ago by blueshift.
The administrator has disabled public write access.
Just to double check - you have the shortcode and Allvideo plugins enabled in the plugin manger?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
allVideos does not automatically turn on, so you have to go to extensions > plugins and enable it. (search on 'allvideos' to filter for it.)

Paul - I am getting the second tag on a buildr page with shortcode 1.7.0, just as I am with the demo a couple messages above.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
I did have AllVideos enabled though

stablesatknox.org/responsive/index.php/site-media/test-audio

elziabeth
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
remove the brackets from the link

You have
{http://www.oasiswebdevelopment.com/darci_podcasts/3_8_m_f_cut.mp3}

it should be
http://www.oasiswebdevelopment.com/darci_podcasts/3_8_m_f_cut.mp3
without the { }'s
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
OK thank you all so very much but now I get the player but it doesn’t hook up to the movie. I know the url is correct because if I paste
just the url in a browser window it works.. so it must be something in the AllVideo Settings. I have attached a screen
shot of the settings to this post.. See attached..

here is the code now:

{zen-row} {zen-6}{mp3}www.oasiswebdevelopment.com/darci_podcasts/3-8-m-f-cut.mp3{/mp3}{/zen-6} {zen-6}First Podcast{/zen-6} {/zen-row}

here is the page:

stablesatknox.org/responsive/index.php/site-media/test-audio


backend.jpg
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
change
{mp3} to {mp3remote}
(/mp3} to {/mp3remote}
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
and add---> http:// <--to the url
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Looks like you are close now!

I cannot see fully the settings from the screenshot but it is do with the code and possible the audio setup parameters.

Code is showing:
<video src="/responsive/http://www.oasiswebdevelopment.com/darci_podcasts//http://www.oasiswebdevelopment.com/darci_podcasts/3-8-m-f-cut.mp3.mp3" x-webkit-airplay="allow" webkit-playsinline=""></video>

So the path to file is incorrectly formed either from the zencode or the plugin parameter. That's were to hunt it down in my view.

Regards Ian
  • iafdesign's Avatar
  • iafdesign
  • LIfetime Developer - Big Bamboo
  • 393 posts
  • 153 Thanks
  • Karma: 58
The administrator has disabled public write access.
Hello again (sick of me yet?)
So now I uploaded the mp3 files to
images/audio/ in the media manager
(thought it might work better if the files were local)
Still no luck. Have tried both:

{zen-row} {zen-6}{mp3remote}images/audio/3-8-m-f-cut.mp3{/mp3remote}{/zen-6} {zen-6}First Podcast{/zen-6} {/zen-row}
AND
{zen-row} {zen-6}{mp3remote}3-8-m-f-cut.mp3{/mp3remote}{/zen-6} {zen-6}First Podcast{/zen-6} {/zen-row}

because Local Audio folder is set to images/audio/ in the AllVideos plug in screen..

Tearing my hair out now! help please

stablesatknox.org/responsive/index.php/site-media/test-audio

Elizabeth
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
in that case, you aren't using a 'remote' server any more. so change {mp3remote} to {mp3}

from AllVideos documentation

if the actual file path is
iimages/audio/3-8-m-f-cut.mp3

use (note: do not include 'image/audio/' in your code)
{mp3}3-8-m-f-cut.mp3{/mp3}
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
Last Edit: 7 years 5 months ago by blueshift.
The administrator has disabled public write access.
The following user(s) said Thank You: manh

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers