Podcasting
Información para publicar un podcast de manera libre
3 minutos de lectura
Buscadores / Indices
Feed
- En el artículo de Feed RSS en Hugo están las tripas y más info
- https://podcastindex.org
- Funkwhale:
- Es mejorable, ademas convierte a mp3 para el feed.
- Código renderers, serializers
- Archive.org
- Se puede construir dinamicamente con la busqueda avanzada
https://archive.org/advancedsearch.php?q=creator%3A(KDE_express)&fl[]=title&fl[]=publicdate&fl[]=description&fl[]=downloads&fl[]=identifier&fl[]=item_size&fl[]=licenseurl&fl[]=subject&fl[]=format&fl[]=mediatype&fl[]=language&sort[]=publicdate+desc&sort[]=&sort[]=&rows=999&page=1&callback=callback&save=yes&output=rss
Recursos
- Stats
- Creador de feeds 2.0
- Varios
Alojamiento
- Con Podcasting 2.0
- Métricas certificadas por IAB Tech Lab
- Blubrry - 12 $ - Buen Pod 2.0
- Captivate - 17 € - Buen Pod 2.0
- Libsyn - 5 $ - Mal Pod 2.0
- Spreaker (VoxNest) - 5h total o 10 episodios -> 7 € - Mal Pod 2.0
- Podbean) - 5h de almacenamiento total -> 9 $ - Nada de Pod 2.0
- Whooskha - 29€ /mes - Nada de Pod 2.0
- Sin certificar
- Castopod - FLOSS y Buen Pod 2.0
- Worpress con PowerPress by Blubrry - FLOSS y Buen Pod 2.0
- PeerTube + plugin - FLOSS y Buen Pod 2.0
- Ivoox - Gratis (feed 20 últimos) -> 7€ (Feed ilimitado) - Nada de Pod 2.0
Autopublicaciones
Podcast distribution (No se recomienda!)
- Anchor : Spotify, Apple Podcasts, Breaker, Castbox, Google Podcasts, Overcast, Pocket Casts, RadioPublic
Directorios Sindicables con RSS
- iVoox
- Spotify : Requiere email en el RSS para verificación
- Google Podcast
- Apple Podcasts : requiere email en el RSS
- No acepta canal alfa en el logo
- Amazon
- Breaker, Castbox, Overcast, Pocket Casts, RadioPublic, Anchor…
Documentación
- https://viapodcast.fm/donde-subir-y-alojar-tu-podcast/
- https://liberaturadio.org/radio-wordpress-el-podcast/
Formato de audio
ogg Vorbis
- No valido para Apple Podcast y algunas apps
- Formato
- CBR 96kbps mono es suficiente -> Preset 5 en Audacity
- 44.1khz / 48khz
- Spotify - Settings
Etiquetas
ID3
- id3v2.4.0-frames
- ID3 v2.3 Tags
- Siempre: title(TIT2), artist(TPE1), album(TALB), year(TYER)*, genre y “cover art”, Language(TLAN)=(spa)
- Recomendable: Comments(COMM), Enconded by(TENC), Copyright(TCOP)=(YYYY CC-BY-ND), URL
- Otros: Composer(TCOM)
- Extended
- Interesantes: Subtitle(TIT3), Released(TDRL)
- Conductor(TPE3), Lyricist(TEXT), Publisher(TPUB), Orchestra(TPE2), Content(TCON), ISRC, Recorded(TDRC), Initial key(TKEY), BPM(TBPM), Artist URL(WOAR)
- Podcast Tags:
- Identifier : Lo suele poner iTunes
- Feed
- Description
- Telegram
- Android audioinfo/mp3
- APIC, COMM, TALB, TCMP, TCOM, TCON, TCOP, TDRC, TLEN, TPE1, TPE2, TPOS, TRCK, TIT1, TIT2, TYER, USLT
- Android exoplayer2/mp4
- TIT2, TCOM, TDRC, TPE1, TSSE, TALB, USLT, TCON, TIT1
- TPOS, TRCK, TBPM, TCMP, TPE2, TSOT, TSOT2, TSOA, TSOP, TSOC, ITUNESADVISORY, ITUNESGAPLESS, TVSHOWSORT, TVSHOW
- Desktop
- TPE1 - TIT2
- Android audioinfo/mp3
- Funkwhale
- OggVorbis
- “position”: TRACKNUMBER
- “disc_number”: DISCNUMBER
- “album_artist”: albumartist
- “date”: date
- “comment”: comment
- MP3
- “position”: TRCK
- “disc_number”: TPOS
- “title”: TIT2
- “artist”: TPE1
- “artists”: ARTISTS
- “album_artist”: TPE2
- “album”: TALB
- “date”: TDRC
- “genre”: TCON
- “mbid”: UFID
- “license”: WCOP
- “copyright”: TCOP
- “comment”: COMM
- OggVorbis
- VLC
- Title(TIT2), Artist(TPE1), Date(TDRC), Album(TALB), Track number(TRCK), Genre(TCON), Language(TLAN), Now Playing, Copyright(TCOP), Publisher(TPUB/ORGANIZATION), Encoded by(TENC/encoder), Description (?/comments+DESCRIPTION)
- Equivalencias/ Mapeos
- ffmpeg
- ID3v2.4 by default - Source Code
- mp3
- album(TALB), composer(TCOM), genre(TCON), copyright(TCOP), encoded_by(TENC), title, language(TLAN), artist(TPE1), album_artist, performer, disc, publisher, track, encoder, lyrics
- compilation, date(TDRC), creation_time, album-sort, artist-sort, title-sort
- ogg
- DESCRIPTION sobreescribe a comment
- Docu
- Ejemplos
- Articulos
Vorbis comment
- Especificación
- Propone: TITLE, ALBUM, TRACKNUMBER, ARTIST, COPYRIGHT, LICENSE, ORGANIZATION , DESCRIPTION, GENRE, DATE, LOCATION, CONTACT
- ffmpeg
- libavformat/vorbiscomment.c
- ALBUMARTIST = album_artist
- TRACKNUMBER = track
- DISCNUMBER = disc
- DESCRIPTION = comment
- libavformat/vorbiscomment.c
- VLC
- modules/demux/xiph_metadata.c
- TITLE, ALBUM, TRACKNUMBER, ARTIST (PERFORMER), COPYRIGHT, LICENSE, ORGANIZATION (Publisher), DESCRIPTION (COMMENT-COMMENTS), GENRE, DATE, LOCATION, CONTACT
- ENCODER (EncodedBy), TRACKTOTAL-TOTALTRACKS, RATING, CHAPTER
- modules/demux/xiph_metadata.c
- Recomendaciones
Capitulos
- Se pueden añadir usando ffmpeg
- OGG: No coge los [CHAPTERS] como el resto, hay que añadir sus CHAPTER###
- Reproductores
- VLC
- En OGG funcionan en la 3.0.
- Los soportará en MP3 en la 4.0
- AntennaPod
- VLC
Comentarios
¿Fue útil esta página?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.