MCPcopy Create free account

hub / github.com/bcefghj/noteking-pro / functions

Functions260 in github.com/bcefghj/noteking-pro

Functionget_ytdlp_proxy_args
Get yt-dlp proxy command line arguments.
core/proxy.py:41
FunctionhandleCancel
()
web/src/app/page.tsx:208
FunctionhandleCopy
()
web/src/app/page.tsx:210
FunctionhandleDownload
()
web/src/app/page.tsx:215
FunctionhandleDrop
(e: React.DragEvent)
web/src/app/page.tsx:202
Methodhas
(self, url: str, template: str = "")
core/cache.py:38
Methodhas_chapters
(self)
core/templates/base.py:26
Methodhas_subtitles
(self)
core/downloader.py:30
Functionhealth
()
api/main.py:107
Methodis_available
(cls, config: AppConfig)
core/transcriber.py:108
Methodis_available
(cls, config: AppConfig)
core/transcriber.py:147
Methodis_available
(cls, config: AppConfig)
core/transcriber.py:187
Methodis_available
(cls, config: AppConfig)
core/transcriber.py:230
Methodis_available
(cls, config: AppConfig)
core/transcriber.py:264
Methodis_playlist
(self)
core/downloader.py:34
Functionlist_scenes
List available scene types.
api/routes/recording.py:163
Functionlist_templates
List all available output templates.
api/routes/video.py:202
Functionload_batch_checkpoint
Load a previous checkpoint for resuming.
core/batch.py:145
Functionmain
()
desktop/src-tauri/src/main.rs:4
Functionmerge
Merge multiple audio/video files into one. Example: noteking merge part1.mp4 part2.mp4 -o merged.mp4
cli/__main__.py:302
Methodpercent
(self)
core/batch.py:24
Functionprocess
Process local recording/video files and generate notes. Supports video (MP4, MKV, AVI, MOV) and audio (MP3, WAV, FLAC, M4A) files. Multiple f
cli/__main__.py:133
Methodprocess_collection
Process multiple episodes, optionally concurrently.
core/pdf_engine.py:774
Functionprocess_one
(entry_url: str, idx: int)
core/__init__.py:156
Functionprocess_one_episode
Process a single episode end-to-end.
demos/run_minimind.py:242
Functionprocess_recording_endpoint
Process an uploaded recording file.
api/routes/recording.py:62
Functionprocess_recording_stream
Process a recording with SSE streaming progress.
api/routes/recording.py:103
Functionrate_limit_middleware
(request: Request, call_next)
api/main.py:44
Functionreplace_img
(match)
demos/run_minimind.py:187
Functionrewrites
()
web/next.config.js:3
Functionroot
()
api/main.py:95
Functionrun
Process a video/blog URL and generate notes. Examples: noteking run "https://www.bilibili.com/video/BV1xx" -t detailed noteking run
cli/__main__.py:53
Functionsave_batch_checkpoint
Save progress for resume capability.
core/batch.py:129
Methodset_transcript
(self, url: str, transcript: str)
core/cache.py:54
Functionsetup
Interactive setup wizard for first-time configuration.
cli/__main__.py:352
Methodsrt_content
(self)
core/subtitle.py:49
Methodstart_ts
(self)
core/subtitle.py:21
Methodstart_ts
(self)
core/diarizer.py:31
Methodstatus_line
(self)
core/batch.py:30
Methodsuccess_count
(self)
core/batch.py:44
Functionsummarize_video
Process a single video and generate notes.
api/routes/video.py:55
Functionsummarize_video_stream
Process a video with SSE streaming progress.
api/routes/video.py:81
Functiontemplates
List all available output templates.
cli/__main__.py:332
Functiontest_proxy
Test if a proxy server is working.
core/proxy.py:26
Functiontest_youtube_access
Test if YouTube is directly accessible.
core/proxy.py:9
Methodtime_str
(self)
core/pdf_engine.py:41
Methodtimestamp_str
(self)
core/frames.py:32
Methodtotal_score
(self)
core/pdf_engine.py:47
Methodtotal_score
(self)
core/frames.py:39
Functiontranscribe
Transcribe a local audio/video file to text. Example: noteking transcribe meeting.mp4 noteking transcribe lecture.mp3 --lang en
cli/__main__.py:222
Methodtranscribe
(self, audio_path: Path, language: str = "zh")
core/transcriber.py:60
Methodtranscribe
(self, audio_path: Path, language: str = "zh")
core/transcriber.py:130
Methodtranscribe
(self, audio_path: Path, language: str = "zh")
core/transcriber.py:172
Methodtranscribe
(self, audio_path: Path, language: str = "zh")
core/transcriber.py:203
Methodtranscribe
(self, audio_path: Path, language: str = "zh")
core/transcriber.py:242
Functiontranscript
Extract only the transcript/subtitles from a video.
cli/__main__.py:94
Methodtranscript
(self)
core/templates/base.py:22
Methodtranscript_with_speakers
Generate a formatted transcript with speaker labels.
core/diarizer.py:56
Functionupdate_config
Update configuration.
api/routes/config.py:28
Functionupload_file
Upload a recording file for processing.
api/routes/recording.py:43
← previous201–260 of 260, ranked by callers