Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Recording post-processing

Open
#1 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
backend

Research direction

No files, tests, or entry points are named. Start by locating the recording import workflow and determine where an executable hook can run once per playback format with the extracted recording directory as its working directory. Done means RECORDING_IMPORT_HOOK is supported, successful hooks allow import to continue, failures stop import, and hook output is logged.

Written by the indexing model from the issue text.

Description

feature PR welcome

Allow to intercept recording import and manipulate recordings before they are imported, e.g. to generate subtitles, censor chat messages, fix playback issues or re-encode media files.

Proposal:
Introduce a new config option called RECORDING_IMPORT_HOOK. If defined, it should point to an executable that is called once per playback format at an early stage during import.

The hook script is called without parameters, but with the current working directory pointing to a temporary folder that contains extracted recording data. The script is allowed to reads or manipulate any files within that directory, including metadata.xml or media files. If the script finishes successfully, then the import will continue as usual. If the script fails, the import will also fail. All output will be logged.

Dominant language
Python
Stars
6
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from defnull/bbblb

All issues in defnull/bbblb

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.