BabDev / Podcast-Manager

Podcast Manager is a suite of extensions allowing users to host and manage a podcast feed from their Joomla! site.
http://www.babdev.com/extensions/podcast-manager
40 stars 16 forks source link

RSS podcast order setting #170

Closed giupi closed 9 years ago

giupi commented 10 years ago

Hello,

I need to show some podcasts in a given order; so I started to create them from the last to the first so that the first is displayed at the beginning in the module (since in the module there is no way to set the listing order, unlike the menu item in which I can set the order).

Now the problem arises in the rss link, since the rss shows the first created at the beginning (but the first created is supposed to be the last showing).

To be more clear:

I created the podcasts in this order: C, B, A, so the module shows A, B, C; but this way the RSS shows C, B, A

Is there any parameter to add to the rss link so that I could get a reverse order so it could show ABC?

http://www..../component/podcastmanager/?format=raw&feedname=3

I tried to add "&order=ASC", "&order=DESC", "&order=ascending", "&order=1" and many other combinations, without any result...

Thanks for your help

PS My version is 2.1.0 on Joomla 3.3.1

mbabker commented 10 years ago

I think I hard coded the ordering on the RSS feed to match iTunes expectations. I'll have to double check this and look at adding back support for overriding that if so.

RockinRobbins04 commented 9 years ago

I also have a similar problem. I am using PodTrac and their player for tracking purposes. The player is multi episode and it shows the oldest first and I need to show the newest first. I opened a Support Ticket from them and they told me I just needed to change my feed from oldest first to newest first. If you hard coded it, can you please add an option box with the option of oldest first or newest first. That would be AWESOME!!!! Below is a link of the player so you can see what I'm talking about. Also, if you can think of a work around I'm pretty tech savvy and could make a change if needed, but I assume an option would be VERY nice for lots of people. The Joomla built-in RSS has this option, not sure if this would provide a work-around.

Thanks!

http://awakeningnc.org/index.php?option=com_content&view=article&id=95&Itemid=271

mbabker commented 9 years ago

This was fixed via https://github.com/BabDev/Podcast-Manager/commit/33964d5b8624d01162e559b6db24d4827c410de1

AwakeningNC commented 9 years ago

I am also RockinRobbins04, I forgot the login...anyways, I don't see where to change this, I just updated to 2.2. beta.

Thanks!

mbabker commented 9 years ago

If you have a menu item set up for the RSS feed, the options will be on the menu item's edit screen. Otherwise, you would need to manually add the strings to your feed URL.