81 lines
1.5 KiB
INI
81 lines
1.5 KiB
INI
[model]
|
||
name = Podcast Post
|
||
label = {{ this.title }}
|
||
hidden = yes
|
||
|
||
[fields.title]
|
||
label = Podcast Folgentitle
|
||
type = string
|
||
size = large
|
||
|
||
[fields.duration]
|
||
label = Podcast Laufzeit
|
||
description = Die Laufzeit in Sekunden für die MP3-Datei als natürliche Zahl (d. h. in Sekunden); s. a. `mp3info -p "%S\n" $filename`
|
||
type = integer
|
||
size = small
|
||
|
||
[fields.season]
|
||
label = Podcast Staffel
|
||
description = Staffeln
|
||
type = integer
|
||
size = small
|
||
|
||
[fields.episode]
|
||
label = Podcast Folge
|
||
description = Die Folge (einer Staffel)
|
||
type = integer
|
||
size = small
|
||
|
||
[fields.authors]
|
||
label = Podcast Authoren
|
||
type = string
|
||
width = 1/2
|
||
|
||
[fields.pub_date]
|
||
label = Publication date (wichtig)
|
||
type = date
|
||
width = 1/2
|
||
|
||
[fields.podcast_teaser]
|
||
label = Podcast Teaser
|
||
type = text
|
||
|
||
[fields.podcast_shownotes]
|
||
label = Podcast Shownotes (für die Webseite) (markdown)
|
||
type = markdown
|
||
|
||
[fields.feed_shownotes]
|
||
label = Podcast Shownotes (für den Feed) (text/html)
|
||
type = html
|
||
|
||
[fields.podcastmp3]
|
||
label = Podcast MP3 File
|
||
type = select
|
||
source = record.attachments
|
||
width = 1/2
|
||
|
||
[fields.mp3leng]
|
||
label = Podcast MP3 Filesize
|
||
type = string
|
||
width = 1/2
|
||
|
||
[fields.podcastogg]
|
||
label = Podcast OGG File
|
||
type = select
|
||
source = record.attachments
|
||
width = 1/2
|
||
|
||
[fields.oggleng]
|
||
label = Podcast OGG Filesize
|
||
type = string
|
||
width = 1/2
|
||
|
||
[fields.podcasttitle]
|
||
label = Podcast sichtbarer Dateiname
|
||
type = string
|
||
|
||
[fields.hide_from_global_index]
|
||
label = Hide this site from global index like /sitemap.xml
|
||
type = boolean
|
||
default = false
|