mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 20:17:46 +02:00
feat(rss): generate rss feed from podcast entity
- refactor episode, podcast and category entities to add dynamic properties - refactor Routes when adding feed route - update migration files to better fit itunes' and rss' specs - update podcast and episode forms - add SimpleRSSElement class to Libraries - add rss_helper - update home controller to redirect if system has only one podcast
This commit is contained in:
parent
d31191732e
commit
c815ecd664
34 changed files with 2847 additions and 2263 deletions
|
|
@ -18,17 +18,18 @@ class EpisodeModel extends Model
|
|||
'podcast_id',
|
||||
'title',
|
||||
'slug',
|
||||
'enclosure_url',
|
||||
'enclosure_uri',
|
||||
'enclosure_length',
|
||||
'enclosure_type',
|
||||
'guid',
|
||||
'pub_date',
|
||||
'description',
|
||||
'duration',
|
||||
'image',
|
||||
'image_uri',
|
||||
'explicit',
|
||||
'number',
|
||||
'season_number',
|
||||
'author_name',
|
||||
'author_email',
|
||||
'type',
|
||||
'block',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue