Repository Analysis

mvdctop/Movie_Data_Capture

Local Movies Organizer

23.4 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of mvdctop/Movie_Data_Capture, a Python project with 7,430 GitHub stars. SynthScan v2.0 examined 5,139 lines of code across 27 source files, recording 108 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 23.4 places this repository in the Moderate AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

23.4
Adjusted Score
23.4
Raw Score
100%
Time Factor
2026-07-25
Last Push
7.4K
Stars
Python
Language
5.1K
Lines of Code
27
Files
108
Pattern Hits
2026-08-02
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 0MEDIUM 8LOW 100

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 108 distinct pattern matches across 8 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Excessive Try-Catch Wrapping33 hits · 40 pts
SeverityFileLineSnippetContext
LOWnumber_parser.py27 except Exception as e:CODE
LOWnumber_parser.py78 except Exception as e:CODE
LOWnumber_parser.py226 except Exception as e:CODE
LOWconfig.py49 except Exception as e:CODE
LOWMovie_Data_Capture.py466 except Exception as err:CODE
LOWMovie_Data_Capture.py472 except Exception as err:CODE
LOWMovie_Data_Capture.py486 except Exception as err:CODE
LOWMovie_Data_Capture.py497 except Exception as err:CODE
LOWADC_function.py63 except Exception as e:CODE
LOWADC_function.py94 except Exception as e:CODE
LOWADC_function.py155 except Exception as e:CODE
LOWADC_function.py193 except Exception as e:CODE
LOWADC_function.py233 except Exception as e:CODE
LOWADC_function.py269 except Exception as e:CODE
LOWcore.py143 except Exception as e:CODE
LOWcore.py470 except Exception as e1:CODE
MEDIUMcore.py273def image_ext(url):CODE
LOWxlog.py158 except Exception as e:CODE
LOWxlog.py252 except Exception as e:CODE
LOWxlog.py328 except Exception as e:CODE
MEDIUMxlog.py114def log_console(self, level, console_color, fmt, *args, **kwargs):CODE
MEDIUMxlog.py246def unicode_line(self, line):CODE
LOWscrapinglib/parser.py169 except Exception as e:CODE
MEDIUMscrapinglib/parser.py141def dictformat(self, htmltree):CODE
LOWscrapinglib/api.py86 except Exception as e:CODE
LOWscrapinglib/api.py131 except Exception as e:CODE
LOWscrapinglib/httprequest.py37 except Exception as e:CODE
LOWscrapinglib/httprequest.py70 except Exception as e:CODE
LOWscrapinglib/httprequest.py155 except Exception as e:CODE
LOWscrapinglib/httprequest.py191 except Exception as e:CODE
LOWImageProcessing/__init__.py94 except Exception as e:CODE
LOWImageProcessing/__init__.py106 except Exception as e:CODE
MEDIUMImageProcessing/__init__.py102def face_center(filename, model):CODE
Deep Nesting32 hits · 32 pts
SeverityFileLineSnippetContext
LOWscraper.py21CODE
LOWnumber_parser.py14CODE
LOWconfig.py24CODE
LOWconfig.py96CODE
LOWMovie_Data_Capture.py183CODE
LOWMovie_Data_Capture.py303CODE
LOWMovie_Data_Capture.py434CODE
LOWADC_function.py34CODE
LOWADC_function.py120CODE
LOWADC_function.py160CODE
LOWADC_function.py198CODE
LOWADC_function.py238CODE
LOWADC_function.py302CODE
LOWADC_function.py429CODE
LOWcore.py26CODE
LOWcore.py117CODE
LOWcore.py315CODE
LOWcore.py570CODE
LOWcore.py613CODE
LOWcore.py649CODE
LOWcore.py798CODE
LOWxlog.py39CODE
LOWxlog.py50CODE
LOWscrapinglib/api.py65CODE
LOWscrapinglib/api.py111CODE
LOWscrapinglib/httprequest.py15CODE
LOWscrapinglib/httprequest.py51CODE
LOWscrapinglib/httprequest.py119CODE
LOWscrapinglib/httprequest.py160CODE
LOWImageProcessing/__init__.py14CODE
LOWImageProcessing/__init__.py41CODE
LOWImageProcessing/__init__.py63CODE
Hyper-Verbose Identifiers15 hits · 16 pts
SeverityFileLineSnippetContext
LOWscraper.py236def special_characters_replacement(text) -> str:CODE
LOWconfig.py210 def download_only_missing_images(self) -> bool:CODE
LOWconfig.py255 def extrafanart_thread_pool_download(self) -> int:CODE
LOWconfig.py300 def get_translate_service_site(self) -> str:CODE
LOWconfig.py397 def storyline_uncensored_site(self) -> str:CODE
LOWconfig.py433 def jellyfin_multi_part_fanart(self) -> bool:CODE
LOWconfig.py436 def download_actor_photo_for_kodi(self) -> bool:CODE
LOWMovie_Data_Capture.py73 def set_natural_number_or_none(sk, value):CODE
LOWMovie_Data_Capture.py476def create_data_and_move_with_custom_number(file_path: str, custom_number, oCC, specified_source, specified_url):CODE
LOWADC_function.py429def download_file_with_filename(url: str, filename: str, path: str) -> None:CODE
LOWADC_function.py532def delete_all_elements_in_list(string: str, lists: typing.Iterable[str]):CODE
LOWADC_function.py543def delete_all_elements_in_str(string_delete: str, string: str):CODE
LOWcore.py117def download_file_with_filename(url, filename, path, filepath, json_headers=None):CODE
LOWcore.py212def extrafanart_download_one_by_one(data, path, filepath, json_data=None):CODE
LOWcore.py242def extrafanart_download_threadpool(url_list, save_dir, number, json_data=None):CODE
Unused Imports13 hits · 13 pts
SeverityFileLineSnippetContext
LOWscraper.py2CODE
LOWscraper.py3CODE
LOWscraper.py12CODE
LOWscraper.py12CODE
LOWscraper.py12CODE
LOWMovie_Data_Capture.py2CODE
LOWMovie_Data_Capture.py16CODE
LOWMovie_Data_Capture.py21CODE
LOWMovie_Data_Capture.py21CODE
LOWcore.py11CODE
LOWscrapinglib/__init__.py2CODE
LOWscrapinglib/__init__.py2CODE
LOWscrapinglib/api.py3CODE
AI Structural Patterns8 hits · 8 pts
SeverityFileLineSnippetContext
LOWscrapinglib/parser.py72CODE
LOWscrapinglib/parser.py92CODE
LOWscrapinglib/parser.py139CODE
LOWscrapinglib/api.py48CODE
LOWscrapinglib/httprequest.py15CODE
LOWscrapinglib/httprequest.py51CODE
LOWscrapinglib/httprequest.py119CODE
LOWscrapinglib/httprequest.py160CODE
Decorative Section Separators2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMnumber_parser.py173 # ==================COMMENT
MEDIUMxlog.py205 # =================================================================COMMENT
Over-Commented Block4 hits · 4 pts
SeverityFileLineSnippetContext
LOWnumber_parser.py161 if len(sys.argv) <= 1 or not re.search('^[A-Z]:?', sys.argv[1], re.IGNORECASE):COMMENT
LOWconfig.py81 input("Press Enter key exit...")COMMENT
LOWADC_function.py281#COMMENT
LOWwrapper/Linux.sh1#if [ '$(dpkg --print-architecture)' != 'amd64' ] || [ '$(dpkg --print-architecture)' != 'i386' ]; thenCOMMENT
Dead Code1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMADC_function.py483CODE