-
-
Notifications
You must be signed in to change notification settings - Fork 983
docs(community): update latest community documentation #4462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
asyncapi-bot
merged 1 commit into
master
from
update-community-docs-0ab57fa3b4a382f6e171f70e6fbf84b5d4611392
Oct 10, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
60 changes: 60 additions & 0 deletions
60
markdown/docs/community/060-meetings-and-communication/publishing-podcasts.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| --- | ||
| title: Publishing meetings as podcasts | ||
| weight: 40 | ||
| --- | ||
|
|
||
| # FAQ | ||
|
|
||
| ## Publishing recorded meetings as podcasts on AsyncAPI | ||
| This document covers FAQs on publishing recorded AsyncAPI meetings as podcasts. It is intended to guide any AsyncAPI member who has the rights/access to stream and record meetings; on how to publish the recorded meetings as podcasts. For more information on streaming and recording meetings, check the [Meetings-Organization](https://www.asyncapi.com/docs/community/060-meetings-and-communication/MEETINGS_ORGANIZATION) document. | ||
|
|
||
| ### Why do we need this feature? | ||
|
|
||
| - Some people prefer to listen to the video/livestream as an audio (podcast) instead of watching the video. | ||
|
|
||
| - The goal is to upload our AsyncAPI video/live streams on `Spotify For Podcasters`, ultimately allowing the listener to play the episodes on Spotify. Almost every YouTube video can be converted into a podcast. | ||
|
|
||
|
|
||
| ### Who can upload the videos? | ||
|
|
||
| - Anyone with write access to the `asyncapi/community` repository’s `master` branch. | ||
|
|
||
| ### What is needed? | ||
|
|
||
| - The YouTube video ID. | ||
|
|
||
|
|
||
| <Remember> | ||
|
|
||
| **What is YouTube video ID?** | ||
|
|
||
| The video ID is an 11-character alphanumeric string that uniquely identifies a YouTube video. | ||
|
|
||
| ID is usually the last part of the URL after `v=` or separated by a forward slash (`/`): | ||
|
|
||
| - https://www.youtube.com/watch?v=VIDEO_ID | ||
| - https://www.youtu.be/VIDEO_ID | ||
| - https://www.youtube.com/shorts/VIDEO_ID | ||
| - https://www.youtube.com/embed/VIDEO_ID | ||
|
|
||
| You may also find URLs with a video in a playlist: `https://www.youtube.com/watch?v=VIDEO_ID&list=PLAYLIST_ID` | ||
|
|
||
| Here, video ID is located between `?v=` and `&list=` URL parameters. | ||
|
|
||
| **This workflow accepts only the YouTube *video ID*, not a full URL or playlist. You need to extract the `VIDEO_ID` and provide it as an input.** | ||
| </Remember> | ||
|
|
||
|
|
||
| ### Step-by-step procedure | ||
|
|
||
| 1. Open the [Upload Episode from YouTube To Spotify for Podcasters actions workflow](https://github.com/asyncapi/community/actions/workflows/youtube-to-spotify-for-podcasters.yml) in the community repository | ||
| 2. Click on the `Run Workflow` button. | ||
| 3. Provide the YouTube ID in the box. | ||
| 4. Click on `Run workflow` button. | ||
| 5. Wait for the workflow to finish (It may take some time to upload the video). | ||
|
|
||
| (Optional) You can modify the description and other information for the uploaded podcast directly in Spotify: | ||
| 1. Go to https://creators.spotify.com/. | ||
| 2. Login using AsyncAPI account. | ||
| 3. Go to the 'Episodes' section to see your latest upload. | ||
| 4. Perform edits and save them. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace bare URLs with autolinks to satisfy markdownlint.
markdownlint(MD034) flags the bare URLs in the lists. Wrap them in angle brackets (or use standard link syntax) so the linter passes without altering the docs’ meaning.Based on static analysis hints.
Also applies to: 57-57
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
35-35: Bare URL used
(MD034, no-bare-urls)
36-36: Bare URL used
(MD034, no-bare-urls)
37-37: Bare URL used
(MD034, no-bare-urls)
38-38: Bare URL used
(MD034, no-bare-urls)
🤖 Prompt for AI Agents