Repository Analysis

Taiko2k/Tauon

The music player of today! :city_sunrise:

11.7 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of Taiko2k/Tauon, a Python project with 2,828 GitHub stars. SynthScan v2.0 examined 39,260 lines of code across 88 source files, recording 406 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 11.7 places this repository in the Low 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).

11.7
Adjusted Score
11.7
Raw Score
100%
Time Factor
2026-08-29
Last Push
2.8K
Stars
Python
Language
39.3K
Lines of Code
88
Files
406
Pattern Hits
2026-08-29
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

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

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 31LOW 375

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 406 distinct pattern matches across 11 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 Wrapping172 hits · 189 pts
SeverityFileLineSnippetContext
LOWtools/i18n/compile_translations.py46 except Exception:CODE
LOWsrc/tauon/__main__.py125 except Exception:CODE
LOWsrc/tauon/__main__.py379 except Exception:CODE
LOWsrc/tauon/__main__.py622 except Exception as e:CODE
LOWsrc/tauon/t_modules/t_guitar_chords.py206 except Exception:CODE
LOWsrc/tauon/t_modules/t_guitar_chords.py215 except Exception:CODE
LOWsrc/tauon/t_modules/t_guitar_chords.py238 except Exception:CODE
LOWsrc/tauon/t_modules/t_guitar_chords.py247 except Exception:CODE
LOWsrc/tauon/t_modules/t_themeload.py176 except Exception:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py378 except Exception:CODE
MEDIUMsrc/tauon/t_modules/t_macos_menubar.py373def refresh_states(self) -> None:CODE
LOWsrc/tauon/t_modules/t_db_migrate.py268 except Exception:CODE
LOWsrc/tauon/t_modules/t_config.py177 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py75 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py88 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py92 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py105 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py161 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py177 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py204 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py287 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py302 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py321 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py328 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py341 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py354 except Exception:CODE
LOWsrc/tauon/t_modules/t_litterbox.py371 except Exception:CODE
MEDIUMsrc/tauon/t_modules/t_custom.py6265def _win_minimize(self) -> None:CODE
MEDIUMsrc/tauon/t_modules/t_custom.py6271def _win_maximize(self) -> None:CODE
LOWsrc/tauon/t_modules/t_custom.py4365 except Exception:CODE
LOWsrc/tauon/t_modules/t_custom.py4388 except Exception:CODE
LOWsrc/tauon/t_modules/t_custom.py6268 except Exception:CODE
LOWsrc/tauon/t_modules/t_custom.py6278 except Exception:CODE
LOWsrc/tauon/t_modules/t_dbus.py144 except Exception:CODE
LOWsrc/tauon/t_modules/t_dbus.py151 except Exception:CODE
LOWsrc/tauon/t_modules/t_dbus.py174 except Exception:CODE
LOWsrc/tauon/t_modules/t_dbus.py344 except Exception:CODE
LOWsrc/tauon/t_modules/t_dbus.py444 except Exception:CODE
LOWsrc/tauon/t_modules/t_dbus.py467 except Exception:CODE
LOWsrc/tauon/t_modules/t_lyrics.py76 except Exception:CODE
LOWsrc/tauon/t_modules/t_lyrics.py87 except Exception:CODE
LOWsrc/tauon/t_modules/t_lyrics.py262 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py152 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py159 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py163 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py165 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py175 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py102 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py141 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py200 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py328 except Exception as e:CODE
LOWsrc/tauon/t_modules/t_stream.py414 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py566 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py708 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py842 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py849 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py860 except Exception:CODE
LOWsrc/tauon/t_modules/t_nowplaying_macos.py47 except Exception:CODE
LOWsrc/tauon/t_modules/t_nowplaying_macos.py65 except Exception:CODE
LOWsrc/tauon/t_modules/t_nowplaying_macos.py78 except Exception:CODE
112 more matches not shown…
Deep Nesting65 hits · 51 pts
SeverityFileLineSnippetContext
LOWtools/i18n/update_translations.py51CODE
LOWsrc/tauon/t_modules/t_guitar_chords.py119CODE
LOWsrc/tauon/t_modules/t_guitar_chords.py300CODE
LOWsrc/tauon/t_modules/t_guitar_chords.py359CODE
LOWsrc/tauon/t_modules/t_themeload.py147CODE
LOWsrc/tauon/t_modules/t_themeload.py232CODE
LOWsrc/tauon/t_modules/t_db_migrate.py46CODE
LOWsrc/tauon/t_modules/t_config.py60CODE
LOWsrc/tauon/t_modules/t_custom.py181CODE
LOWsrc/tauon/t_modules/t_custom.py509CODE
LOWsrc/tauon/t_modules/t_custom.py662CODE
LOWsrc/tauon/t_modules/t_custom.py1804CODE
LOWsrc/tauon/t_modules/t_custom.py2938CODE
LOWsrc/tauon/t_modules/t_custom.py3328CODE
LOWsrc/tauon/t_modules/t_custom.py4844CODE
LOWsrc/tauon/t_modules/t_custom.py5044CODE
LOWsrc/tauon/t_modules/t_custom.py5138CODE
LOWsrc/tauon/t_modules/t_dbus.py93CODE
LOWsrc/tauon/t_modules/t_dbus.py237CODE
LOWsrc/tauon/t_modules/t_dbus.py347CODE
LOWsrc/tauon/t_modules/t_dbus.py353CODE
LOWsrc/tauon/t_modules/t_dbus.py407CODE
LOWsrc/tauon/t_modules/t_stream.py179CODE
LOWsrc/tauon/t_modules/t_stream.py230CODE
LOWsrc/tauon/t_modules/t_stream.py287CODE
LOWsrc/tauon/t_modules/t_stream.py350CODE
LOWsrc/tauon/t_modules/t_stream.py477CODE
LOWsrc/tauon/t_modules/t_stream.py723CODE
LOWsrc/tauon/t_modules/t_stream.py387CODE
LOWsrc/tauon/t_modules/t_stream.py547CODE
LOWsrc/tauon/t_modules/t_nowplaying_macos.py56CODE
LOWsrc/tauon/t_modules/t_subsonic.py379CODE
LOWsrc/tauon/t_modules/t_subsonic.py441CODE
LOWsrc/tauon/t_modules/t_webserve.py250CODE
LOWsrc/tauon/t_modules/t_webserve.py330CODE
LOWsrc/tauon/t_modules/t_webserve.py489CODE
LOWsrc/tauon/t_modules/t_webserve.py149CODE
LOWsrc/tauon/t_modules/t_webserve.py359CODE
LOWsrc/tauon/t_modules/t_webserve.py622CODE
LOWsrc/tauon/t_modules/t_search.py30CODE
LOWsrc/tauon/t_modules/t_extra.py616CODE
LOWsrc/tauon/t_modules/t_extra.py993CODE
LOWsrc/tauon/t_modules/t_extra.py1145CODE
LOWsrc/tauon/t_modules/t_extra.py1270CODE
LOWsrc/tauon/t_modules/t_tagscan.py328CODE
LOWsrc/tauon/t_modules/t_tagscan.py314CODE
LOWsrc/tauon/t_modules/t_tagscan.py519CODE
LOWsrc/tauon/t_modules/t_tagscan.py755CODE
LOWsrc/tauon/t_modules/t_tagscan.py964CODE
LOWsrc/tauon/t_modules/t_tagscan.py1231CODE
LOWsrc/tauon/t_modules/t_tagscan.py1443CODE
LOWsrc/tauon/t_modules/t_tagscan.py1472CODE
LOWsrc/tauon/t_modules/t_phazor.py969CODE
LOWsrc/tauon/t_modules/t_phazor.py222CODE
LOWsrc/tauon/t_modules/t_phazor.py326CODE
LOWsrc/tauon/t_modules/t_phazor.py741CODE
LOWsrc/tauon/t_modules/t_phazor.py1026CODE
LOWsrc/tauon/t_modules/t_phazor.py1140CODE
LOWsrc/tauon/t_modules/t_phazor.py1194CODE
LOWsrc/tauon/t_modules/t_topchart.py44CODE
5 more matches not shown…
Self-Referential Comments16 hits · 48 pts
SeverityFileLineSnippetContext
MEDIUMsrc/tauon/t_modules/t_themeload.py5# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_config.py8# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_dbus.py5# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_lyrics.py12# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_stream.py5# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_subsonic.py5# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_webserve.py5# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_search.py4# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_extra.py8# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_svgout.py5# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_tagscan.py10# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_phazor.py5# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_phazor.py939 # Define the library name and extensions in priority orderCOMMENT
MEDIUMsrc/tauon/t_modules/t_topchart.py5# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_jellyfin.py5# This file is part of Tauon Music Box.COMMENT
MEDIUMsrc/tauon/t_modules/t_draw.py5# This file is part of Tauon Music Box.COMMENT
Over-Commented Block45 hits · 43 pts
SeverityFileLineSnippetContext
LOWpyproject.toml81 # ./vcpkg.exe install libgme:x64-windowsCOMMENT
LOWrun.sh1#!/usr/bin/env bashCOMMENT
LOWpackaging/android/bootstrap-android-deps.sh1#!/usr/bin/env bashCOMMENT
LOW.github/workflows/pyright.yaml101# node-version: '24'COMMENT
LOW.github/workflows/compile_translations.yaml21 python-version: '3.14'COMMENT
LOWsrc/phazor/phazor.c1// PHAzOR - Audio playback module for Tauon Music BoxCOMMENT
LOWsrc/phazor/phazor.c21 #pragma message("Current __STDC_VERSION__ value: " TOSTRING(__STDC_VERSION__))COMMENT
LOWsrc/phazor/phazor.c41#ifdef PIPECOMMENT
LOWsrc/phazor/phazor.c61#include <stdio.h>COMMENT
LOWsrc/phazor/phazor.c81 #define MA_ENABLE_WASAPICOMMENT
LOWsrc/phazor/phazor.c401 // Layout the device negotiated for a DSD stream. `interleave` follows theCOMMENT
LOWsrc/phazor/phazor.c901#endifCOMMENT
LOWsrc/phazor/phazor.c1621// this path deliberately bypasses the float mixing buffers, the resampler,COMMENT
LOWsrc/phazor/phazor.c3601 // Initialize the pod builderCOMMENT
LOWsrc/smtc/TauonSMTC/pch.h1// pch.h: This is a precompiled header file.COMMENT
LOWsrc/smtc/TauonSMTC/dllmain.cpp1// SMTC module by Taiko2kCOMMENT
LOWsrc/smtc/TauonSMTC/framework.h1#pragma onceCOMMENT
LOWsrc/tauon/__main__.py1#!/usr/bin/env python3COMMENT
LOWsrc/tauon/__main__.py381 window_p.unlink()COMMENT
LOWsrc/tauon/templates/input.txt1# Keybinds for Tauon Music BoxCOMMENT
LOWsrc/tauon/t_modules/t_themeload.py1"""Tauon Music Box - Theme reading module"""COMMENT
LOWsrc/tauon/t_modules/t_config.py1"""Tauon Music Box - Configuration file moduleCOMMENT
LOWsrc/tauon/t_modules/t_custom.py4041# ---------------------------------------------------------------------------COMMENT
LOWsrc/tauon/t_modules/t_custom.py4081 # Custom layout slots: a dynamic list (create/delete via the editCOMMENT
LOWsrc/tauon/t_modules/t_custom.py4101 # gui.pl_st (columns) / set_bar / set_mode / pl_st_left. The preset'sCOMMENT
LOWsrc/tauon/t_modules/t_window.py1# Tauon Music Box - secondary window scaffoldCOMMENT
LOWsrc/tauon/t_modules/t_dbus.py1"""Tauon Music Box - Module for DBus interaction"""COMMENT
LOWsrc/tauon/t_modules/t_dbus.py441 iface.connect_to_signal("PrepareForSleep", PrepareForSleep)COMMENT
LOWsrc/tauon/t_modules/t_stream.py1"""Tauon Music Box - URL stream download and encoding module"""COMMENT
LOWsrc/tauon/t_modules/t_stream.py601 if tags:COMMENT
LOWsrc/tauon/t_modules/t_subsonic.py1"""Tauon Music Box - Subsonic/Airsonic Integration"""COMMENT
LOWsrc/tauon/t_modules/t_webserve.py1"""Tauon Music Box - Web interface module"""COMMENT
LOWsrc/tauon/t_modules/t_webserve.py701 #COMMENT
LOWsrc/tauon/t_modules/t_search.py1"""Tauon Music Box - Search an artist by scrape/fetch module"""COMMENT
LOWsrc/tauon/t_modules/t_tidal.py361 logging.info(f"{track.id}: '{track.name}' by '{track.artist.name}'")COMMENT
LOWsrc/tauon/t_modules/t_tidal.py381 # # HiFi+ Quality.hi_res_lossless (FLAC HI_RES)COMMENT
LOWsrc/tauon/t_modules/t_tidal.py401 # stream.audio_quality,COMMENT
LOWsrc/tauon/t_modules/t_tidal.py421 # for url in urls:COMMENT
LOWsrc/tauon/t_modules/t_extra.py1"""Tauon Music Box - Misc Functions ModuleCOMMENT
LOWsrc/tauon/t_modules/t_svgout.py1"""Tauon Music Box - SVG Module"""COMMENT
LOWsrc/tauon/t_modules/t_tagscan.py1"""Tauon Music Box - Tag ModuleCOMMENT
LOWsrc/tauon/t_modules/t_phazor.py1"""Tauon Music Box - Phazor audio backend module"""COMMENT
LOWsrc/tauon/t_modules/t_topchart.py1"""Tauon Music Box - Album chart image generator"""COMMENT
LOWsrc/tauon/t_modules/t_jellyfin.py1"""Tauon Music Box - Jellyin client API module"""COMMENT
LOWsrc/tauon/t_modules/t_draw.py1"""Tauon Music Box - Basic Drawing and Text Drawing Functions Module"""COMMENT
Modern Structural Boilerplate31 hits · 36 pts
SeverityFileLineSnippetContext
LOWsrc/tauon/__main__.py86def set_sdl_app_metadata() -> None:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py448 def _set_state(self, key: str, active: bool) -> None:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py453 def _set_enabled(self, key: str, enabled: bool) -> None:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py458 def _set_title(self, key: str, title: str) -> None:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py518 def set_track_shuffle(self) -> None:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py522 def set_album_shuffle(self) -> None:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py526 def set_shuffle_off(self) -> None:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py530 def set_repeat_track(self) -> None:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py534 def set_repeat_album(self) -> None:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py538 def set_repeat_off(self) -> None:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py542 def set_shuffle_lockdown(self) -> None:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py550 def set_shuffle_lockdown_albums(self) -> None:CODE
LOWsrc/tauon/t_modules/t_config.py49 def update_value(self, key: str, value: bool | str | float) -> None:CODE
LOWsrc/tauon/t_modules/t_custom.py124 def set_config(self, d: dict) -> None:CODE
LOWsrc/tauon/t_modules/t_custom.py2526 def set_config(self, d: dict) -> None:CODE
LOWsrc/tauon/t_modules/t_custom.py3140 def set_config(self, d: dict) -> None:CODE
LOWsrc/tauon/t_modules/t_dbus.py180 def update_progress(self) -> None:CODE
LOWsrc/tauon/t_modules/t_dbus.py195 def update_shuffle(self) -> None:CODE
LOWsrc/tauon/t_modules/t_dbus.py199 def update_loop(self) -> None:CODE
LOWsrc/tauon/t_modules/t_dbus.py388 def update_play_lock() -> None:CODE
LOWsrc/tauon/t_modules/t_subsonic.py588 def set_favs(d: list[int]) -> None:CODE
LOWsrc/tauon/t_modules/t_tagscan.py314 def set_vorbis_lyrics(self, key: str, value: bytes) -> None:CODE
LOWsrc/tauon/t_modules/t_phazor.py1351 def set_load_net(n: int) -> None:CODE
LOWsrc/tauon/t_modules/t_phazor.py1361 def set_min_buffer(frames: int) -> None:CODE
LOWsrc/tauon/t_modules/t_phazor.py1367 def set_native_output_compressor() -> None:CODE
LOWsrc/tauon/t_modules/t_phazor.py194 def set_prefetch(self, track: TrackClass | None) -> None:CODE
LOWsrc/tauon/t_modules/t_phazor.py1021 def set_replaygain_status(gain_db: float | None, multiplier: float, has_gain_tag: bool) -> None:CODE
LOWsrc/tauon/t_modules/t_phazor.py1090 def set_config(set_device: bool = False) -> None:CODE
LOWsrc/tauon/t_modules/t_discord.py198 def set_status(status: str) -> None:CODE
LOWsrc/tauon/t_modules/t_jellyfin.py582 def set_favs(d: dict[TrackClass, bool]) -> None:CODE
LOWsrc/tauon/t_modules/t_room.py92 def set_state(self, texture, additive: bool) -> None:CODE
Unused Imports37 hits · 34 pts
SeverityFileLineSnippetContext
LOWextra/generate_dmg_background.py12CODE
LOWsrc/tauon/t_modules/t_guitar_chords.py8CODE
LOWsrc/tauon/t_modules/t_themeload.py19CODE
LOWsrc/tauon/t_modules/t_art_theme_duotone.py17CODE
LOWsrc/tauon/t_modules/t_replaygain.py3CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py1CODE
LOWsrc/tauon/t_modules/t_db_migrate.py3CODE
LOWsrc/tauon/t_modules/t_config.py23CODE
LOWsrc/tauon/t_modules/t_litterbox.py15CODE
LOWsrc/tauon/t_modules/t_custom.py31CODE
LOWsrc/tauon/t_modules/t_window.py28CODE
LOWsrc/tauon/t_modules/t_prefs.py1CODE
LOWsrc/tauon/t_modules/t_dbus.py20CODE
LOWsrc/tauon/t_modules/t_dbus.py23CODE
LOWsrc/tauon/t_modules/t_stream.py19CODE
LOWsrc/tauon/t_modules/t_stream.py28CODE
LOWsrc/tauon/t_modules/t_nowplaying_macos.py1CODE
LOWsrc/tauon/t_modules/t_art_theme.py5CODE
LOWsrc/tauon/t_modules/t_subsonic.py19CODE
LOWsrc/tauon/t_modules/t_webserve.py19CODE
LOWsrc/tauon/t_modules/t_search.py18CODE
LOWsrc/tauon/t_modules/t_tidal.py3CODE
LOWsrc/tauon/t_modules/t_bootstrap.py1CODE
LOWsrc/tauon/t_modules/t_extra.py22CODE
LOWsrc/tauon/t_modules/t_chrome.py1CODE
LOWsrc/tauon/t_modules/t_tagscan.py25CODE
LOWsrc/tauon/t_modules/t_phazor.py20CODE
LOWsrc/tauon/t_modules/t_phazor.py47CODE
LOWsrc/tauon/t_modules/t_phazor.py53CODE
LOWsrc/tauon/t_modules/t_phazor.py54CODE
LOWsrc/tauon/t_modules/t_topchart.py19CODE
LOWsrc/tauon/t_modules/t_discord.py1CODE
LOWsrc/tauon/t_modules/t_jellyfin.py19CODE
LOWsrc/tauon/t_modules/t_jellyfin.py38CODE
LOWsrc/tauon/t_modules/t_draw.py19CODE
LOWsrc/tauon/t_modules/t_draw.py40CODE
LOWsrc/tauon/t_modules/t_room.py23CODE
Hyper-Verbose Identifiers27 hits · 29 pts
SeverityFileLineSnippetContext
LOWtools/i18n/update_translations.py39def homebrew_pygettext_candidates() -> list[Path]:CODE
LOWsrc/tauon/tests/test_get_colour_from_line.py10def test_get_colour_from_line() -> None:CODE
LOWsrc/tauon/tests/test_lyrics.py4def test_genius_return_url_normalizes_input() -> None:CODE
LOWsrc/tauon/tests/test_get_year_from_string.py4def test_get_year_from_string() -> None:CODE
LOWsrc/tauon/t_modules/t_art_theme_duotone.py351def generate_duotone_art_theme(image: Image.Image, summary: ArtSummary | None = None) -> ArtTheme:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py305 def _move_window_menu_before_help(CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py463 def import_folder_to_current_playlist(self) -> None:CODE
LOWsrc/tauon/t_modules/t_macos_menubar.py550 def set_shuffle_lockdown_albums(self) -> None:CODE
LOWsrc/tauon/t_modules/t_custom.py4192 def _template_tracks_gallery_compact(self) -> Node:CODE
LOWsrc/tauon/t_modules/t_custom.py4711 def act_toggle_stack_resizable(self, stack: Stack) -> None:CODE
LOWsrc/tauon/t_modules/t_custom.py5878 def _provides_window_controls(self, root: Node) -> bool:CODE
LOWsrc/tauon/t_modules/t_custom.py6235 def _draw_window_controls_fallback(self) -> None:CODE
LOWsrc/tauon/t_modules/t_art_theme.py179def generate_structural_art_theme(image: Image.Image) -> ArtTheme:CODE
LOWsrc/tauon/t_modules/t_art_theme.py421def generate_routed_art_theme(image: Image.Image) -> ArtTheme:CODE
LOWsrc/tauon/t_modules/t_art_theme.py529def generate_original_art_theme(image: Image.Image) -> ArtTheme | None:CODE
LOWsrc/tauon/t_modules/t_subsonic.py139 def _timestamp_from_milliseconds(self, milliseconds: int) -> str:CODE
LOWsrc/tauon/t_modules/t_subsonic.py146 def _plain_from_structured_lyrics(self, structured_lyrics: dict) -> str:CODE
LOWsrc/tauon/t_modules/t_subsonic.py156 def _lrc_from_structured_lyrics(self, structured_lyrics: dict) -> str:CODE
LOWsrc/tauon/t_modules/t_subsonic.py176 def _lyrics_from_structured_response(self, response: dict | None) -> tuple[str, str]:CODE
LOWsrc/tauon/t_modules/t_subsonic.py206 def _lyrics_from_legacy_response(self, response: dict | None) -> tuple[str, str]:CODE
LOWsrc/tauon/t_modules/t_extra.py570def get_filesize_string_rounded(file_bytes: int) -> str:CODE
LOWsrc/tauon/t_modules/t_extra.py608def get_samplerate_string_short(samplerate: int, bit_depth: int) -> str:CODE
LOWsrc/tauon/t_modules/t_tagscan.py202def read_wavpack_dsd_multiplier(file: BufferedReader, block_end: int) -> int | None:CODE
LOWsrc/tauon/t_modules/t_phazor.py1367 def set_native_output_compressor() -> None:CODE
LOWsrc/tauon/t_modules/t_phazor.py997 def pause_when_device_unavailable() -> None:CODE
LOWsrc/tauon/t_modules/t_phazor.py1002 def equalizer_compressor_wanted() -> bool:CODE
LOWsrc/tauon/t_modules/t_discord.py90def resolve_lastfm_button_url_async(main, artist: Optional[str], title: Optional[str]) -> Optional[str]:CODE
Decorative Section Separators7 hits · 21 pts
SeverityFileLineSnippetContext
MEDIUMsrc/tauon/t_modules/t_custom.py86# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/tauon/t_modules/t_custom.py88# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/tauon/t_modules/t_custom.py3647# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/tauon/t_modules/t_custom.py3649# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/tauon/t_modules/t_custom.py4039# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/tauon/t_modules/t_custom.py4041# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/tauon/t_modules/t_dbus.py462 # ----------COMMENT
AI Slop Vocabulary3 hits · 4 pts
SeverityFileLineSnippetContext
LOWpyproject.toml192 'Q003', # avoidable-escaped-quote - It's not that important, we just use escapes, keeping the quCODE
MEDIUMsrc/tauon/t_modules/t_extra.py1377 """A robust FPS counter that handles pauses and provides smooth measurements.STRING
LOWsrc/tauon/t_modules/t_phazor.py903 # all other distros seem to symlink lib64 to lib, so just use lib64COMMENT
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippetContext
LOW.github/workflows/build_and_release.yaml534 # Check if release already exists and get IDCOMMENT
LOWsrc/tauon/t_modules/t_tagscan.py191 # Check if we have a DSD block and if so use the multiplier or failCOMMENT
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMsrc/tauon/t_modules/t_window.py1# Tauon Music Box - secondary window scaffoldCOMMENT