| 开发者 | materron |
|---|---|
| 更新时间 | 2026年7月2日 23:09 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/conectar and link your WordPress site.connector-for-vozcaster folder to /wp-content/plugins/, or install via Plugins → Add New → Upload Plugin./conectar and follow the instructions to link your site.Yes. PowerPress is a hard requirement — the plugin uses PowerPress to register episode metadata, enclosures, season and episode numbers.
This plugin is free and open source. The VozCaster bot it connects to offers a free tier and a paid (Pro) tier. Basic episode publishing works on the free tier; advanced features — automatic transcription, AI-assisted content generation and audio noise reduction — require a Pro subscription. See https://vozcaster.com for the current plans.
Permanently, only in your own WordPress media library. The bot processes the audio on a private server operated by the author (located in Spain) and deletes the temporary files after publishing.
Your audio is never sent to a third-party AI service. Transcription runs on a local Whisper model on the bot's server, so the audio file itself stays on that server (and on Telegram, which carries your message). To draft the episode title, description and content, the bot sends the transcribed text to Anthropic's Claude API. If you ask the bot to generate a cover image, the image prompt is sent to OpenAI's image API. These providers receive text only, and only when you request content or image generation. See the "External Services" section below for the providers and their privacy policies.
Yes. Each site needs its own installation of this plugin and its own connection from Telegram (/conectar for each site).
Yes. The plugin works with PowerPress's multi-podcast (custom channels) configuration. From Telegram you switch between podcasts with /feed.
Any WordPress user whose ID is in the authorised users list (configured in Settings → Connector for VozCaster). Role does not matter — what matters is whether the administrator has authorised them.
For documentation, see the VozCaster manual. For issues or questions, email info@vozcaster.com.
wp-admin/includes/media.php (which defines wp_read_audio_metadata()) was not loaded in the REST API request context, causing attachment metadata generation to fail for audio files.admin_enqueue_scripts and wp_localize_script instead of inline output.wp_parse_url() applied where flagged./episode/next-number now also returns the chapter number within the current season so the bot can name uploaded media files using the season+chapter scheme./episode/next-number includes episode_no_in_season for season-aware media file naming.assign_podcast_category() no longer creates new categories — prevents duplicate "Podcast" categories on sites with custom slugs.powerpress_general.custom_feeds — the per-podcast permissions UI in wp-admin now appears correctly on sites with PowerPress custom channels.== External Services == section to readme./temporada command in the bot./ping, /auth/verify, /media/audio, /media/image, /episode REST endpoints.wp_check_password().