solved Create a RSS Feed

Bandwerkstatt
Bandwerkstatt
@bandwerkstatt
9 years ago
224 posts
Hi together.

I try to create a rss feet for a specific range of audio tracks, for example only Podcasts.

your-site.com/feed/audio is working good, but how can i make a specific search, like in jrCore_List search parameters:

{jrCore_list 	module="jrAudio" 
                search="audio_publish = on"
                order_by="_created numerical_desc" 
                template="podcast_row.tpl" 
                no_cache="true"
                limit="1" }

... to get only the output of the latest 1 audio track for that search?
updated by @bandwerkstatt: 10/18/15 03:35:36PM
paul
@paul
9 years ago
4,326 posts
The jrCore_list looks good. Assuming some audio items do actually have 'audio_publish' set and equal to 'on', they should get returned. What is actually happening?


--
Paul Asher - JR Developer and System Import Specialist
Bandwerkstatt
Bandwerkstatt
@bandwerkstatt
9 years ago
224 posts
i want this search for the RSS Feed Module

actually i can only show a feed only for all audio tracks
updated by @bandwerkstatt: 07/27/15 12:35:54PM
Bandwerkstatt
Bandwerkstatt
@bandwerkstatt
9 years ago
224 posts
... please help! :)
paul
@paul
9 years ago
4,326 posts
Have just looked at the jrFeed module code and it doesn't seem that this can currently be done.
The module is pretty old and hasn't been updated in a while. I'll look to see if extra search features can be added easily.


--
Paul Asher - JR Developer and System Import Specialist
Bandwerkstatt
Bandwerkstatt
@bandwerkstatt
9 years ago
224 posts
paul:
Have just looked at the jrFeed module code and it doesn't seem that this can currently be done.
The module is pretty old and hasn't been updated in a while. I'll look to see if extra search features can be added easily.

Hey Paul - you are the best!

Many thanks for your time and help.
We hope, you will find a way to update this module.

We watch out for the update ;-)

Thanks a lot!

Tags