Repository Analysis

Taiko2k/Tauon

The music player of today! :city_sunrise:

13.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of Taiko2k/Tauon, a Python project with 2,733 GitHub stars. SynthScan v2.0 examined 31,811 lines of code across 86 source files, recording 360 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 13.0 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).

13.0
Adjusted Score
13.0
Raw Score
100%
Time Factor
2026-07-14
Last Push
2.7K
Stars
Python
Language
31.8K
Lines of Code
86
Files
360
Pattern Hits
2026-07-14
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 31LOW 329

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 360 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 Wrapping148 hits · 164 pts
SeverityFileLineSnippetContext
LOWtools/i18n/compile_translations.py46 except Exception:CODE
LOWsrc/tauon/__main__.py125 except Exception:CODE
LOWsrc/tauon/__main__.py373 except Exception:CODE
LOWsrc/tauon/__main__.py603 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
MEDIUMsrc/tauon/t_modules/t_custom.py3364def _win_minimize(self) -> None:CODE
MEDIUMsrc/tauon/t_modules/t_custom.py3370def _win_maximize(self) -> None:CODE
LOWsrc/tauon/t_modules/t_custom.py1928 except Exception:CODE
LOWsrc/tauon/t_modules/t_custom.py1949 except Exception:CODE
LOWsrc/tauon/t_modules/t_custom.py3367 except Exception:CODE
LOWsrc/tauon/t_modules/t_custom.py3377 except Exception:CODE
LOWsrc/tauon/t_modules/t_dbus.py143 except Exception:CODE
LOWsrc/tauon/t_modules/t_dbus.py150 except Exception:CODE
LOWsrc/tauon/t_modules/t_dbus.py173 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.py148 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py155 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py159 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py161 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py171 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py98 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py137 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py196 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py290 except Exception as e:CODE
LOWsrc/tauon/t_modules/t_stream.py365 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py515 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py656 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py790 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py797 except Exception:CODE
LOWsrc/tauon/t_modules/t_stream.py808 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
LOWsrc/tauon/t_modules/t_nowplaying_macos.py85 except Exception:CODE
LOWsrc/tauon/t_modules/t_nowplaying_macos.py92 except Exception:CODE
LOWsrc/tauon/t_modules/t_nowplaying_macos.py100 except Exception:CODE
LOWsrc/tauon/t_modules/t_nowplaying_macos.py106 except Exception:CODE
LOWsrc/tauon/t_modules/t_nowplaying_macos.py143 except Exception:CODE
LOWsrc/tauon/t_modules/t_nowplaying_macos.py147 except Exception:CODE
LOWsrc/tauon/t_modules/t_nowplaying_macos.py151 except Exception:CODE
MEDIUMsrc/tauon/t_modules/t_subsonic.py253def worker() -> None:CODE
LOWsrc/tauon/t_modules/t_subsonic.py302 except Exception:CODE
LOWsrc/tauon/t_modules/t_subsonic.py309 except Exception:CODE
LOWsrc/tauon/t_modules/t_subsonic.py318 except Exception:CODE
LOWsrc/tauon/t_modules/t_subsonic.py325 except Exception:CODE
LOWsrc/tauon/t_modules/t_subsonic.py124 except Exception:CODE
LOWsrc/tauon/t_modules/t_subsonic.py228 except Exception:CODE
88 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.py932 # 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
Deep Nesting58 hits · 47 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.py160CODE
LOWsrc/tauon/t_modules/t_custom.py456CODE
LOWsrc/tauon/t_modules/t_custom.py2312CODE
LOWsrc/tauon/t_modules/t_custom.py2495CODE
LOWsrc/tauon/t_modules/t_dbus.py93CODE
LOWsrc/tauon/t_modules/t_dbus.py236CODE
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.py175CODE
LOWsrc/tauon/t_modules/t_stream.py249CODE
LOWsrc/tauon/t_modules/t_stream.py312CODE
LOWsrc/tauon/t_modules/t_stream.py427CODE
LOWsrc/tauon/t_modules/t_stream.py671CODE
LOWsrc/tauon/t_modules/t_stream.py343CODE
LOWsrc/tauon/t_modules/t_stream.py497CODE
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.py581CODE
LOWsrc/tauon/t_modules/t_extra.py859CODE
LOWsrc/tauon/t_modules/t_extra.py1011CODE
LOWsrc/tauon/t_modules/t_extra.py1136CODE
LOWsrc/tauon/t_modules/t_tagscan.py253CODE
LOWsrc/tauon/t_modules/t_tagscan.py273CODE
LOWsrc/tauon/t_modules/t_tagscan.py509CODE
LOWsrc/tauon/t_modules/t_tagscan.py714CODE
LOWsrc/tauon/t_modules/t_tagscan.py966CODE
LOWsrc/tauon/t_modules/t_tagscan.py1178CODE
LOWsrc/tauon/t_modules/t_tagscan.py1207CODE
LOWsrc/tauon/t_modules/t_phazor.py962CODE
LOWsrc/tauon/t_modules/t_phazor.py215CODE
LOWsrc/tauon/t_modules/t_phazor.py319CODE
LOWsrc/tauon/t_modules/t_phazor.py734CODE
LOWsrc/tauon/t_modules/t_phazor.py993CODE
LOWsrc/tauon/t_modules/t_phazor.py1092CODE
LOWsrc/tauon/t_modules/t_phazor.py1133CODE
LOWsrc/tauon/t_modules/t_topchart.py44CODE
LOWsrc/tauon/t_modules/t_discord.py90CODE
LOWsrc/tauon/t_modules/t_jellyfin.py396CODE
LOWsrc/tauon/t_modules/t_jellyfin.py629CODE
LOWsrc/tauon/t_modules/t_draw.py418CODE
LOWsrc/tauon/t_modules/t_room.py358CODE
Over-Commented Block47 hits · 44 pts
SeverityFileLineSnippetContext
LOWpyproject.toml21# "PlexAPI", # OPTDEPCOMMENT
LOWpyproject.toml41# "tidalapi>=0.8.7", # OPTDEPCOMMENT
LOWpyproject.toml81 # ./vcpkg.exe install pthreads:x64-windowsCOMMENT
LOWrun.sh1#!/usr/bin/env bashCOMMENT
LOWpackaging/android/bootstrap-android-deps.sh1#!/usr/bin/env bashCOMMENT
LOW.github/workflows/pyright.yaml101# - name: Install pyrightCOMMENT
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 #undef MINICOMMENT
LOWsrc/phazor/phazor.c61#include <math.h>COMMENT
LOWsrc/phazor/phazor.c81 #define MA_ENABLE_AUDIO4COMMENT
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## Maybe this is needed any more?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.py961 saved = (gui.rspw, gui.panelY, gui.panelBY, gui.lsp, gui.show_playlist,COMMENT
LOWsrc/tauon/t_modules/t_custom.py1681COMMENT
LOWsrc/tauon/t_modules/t_custom.py1721 # a first run). While False, saving would serialise the placeholderCOMMENT
LOWsrc/tauon/t_modules/t_custom.py1741 # state, stashed while the underlying UI is neutralised, then restored soCOMMENT
LOWsrc/tauon/t_modules/t_custom.py2321 # mute the pointer themselves later in the frame. Stand down entirely so weCOMMENT
LOWsrc/tauon/t_modules/t_window.py1# Tauon Music Box - secondary window scaffoldCOMMENT
LOWsrc/tauon/t_modules/t_window.py61 self.high_dpi = high_dpiCOMMENT
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.py561 # tags["image"].seek(0)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_tagscan.py441 self.read_seek_table(f)COMMENT
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 Boilerplate27 hits · 31 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.py104 def set_config(self, d: dict) -> None:CODE
LOWsrc/tauon/t_modules/t_custom.py1115 def set_config(self, d: dict) -> None:CODE
LOWsrc/tauon/t_modules/t_dbus.py179 def update_progress(self) -> None:CODE
LOWsrc/tauon/t_modules/t_dbus.py194 def update_shuffle(self) -> None:CODE
LOWsrc/tauon/t_modules/t_dbus.py198 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.py590 def set_favs(d: list[int]) -> None:CODE
LOWsrc/tauon/t_modules/t_tagscan.py253 def set_vorbis_lyrics(self, key: str, value: bytes) -> None:CODE
LOWsrc/tauon/t_modules/t_phazor.py187 def set_prefetch(self, track: TrackClass | None) -> None:CODE
LOWsrc/tauon/t_modules/t_phazor.py1044 def set_config(set_device: bool = False) -> None:CODE
LOWsrc/tauon/t_modules/t_phazor.py1272 def set_load_net(n: int) -> None:CODE
LOWsrc/tauon/t_modules/t_discord.py154 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 Imports33 hits · 30 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_macos_menubar.py1CODE
LOWsrc/tauon/t_modules/t_db_migrate.py3CODE
LOWsrc/tauon/t_modules/t_config.py23CODE
LOWsrc/tauon/t_modules/t_custom.py30CODE
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_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.py52CODE
LOWsrc/tauon/t_modules/t_phazor.py53CODE
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 Identifiers19 hits · 21 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_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.py1818 def _template_tracks_gallery_compact(self) -> Node:CODE
LOWsrc/tauon/t_modules/t_custom.py2207 def act_toggle_stack_resizable(self, stack: Stack) -> None:CODE
LOWsrc/tauon/t_modules/t_custom.py3040 def _provides_window_controls(self, root: Node) -> bool:CODE
LOWsrc/tauon/t_modules/t_custom.py3334 def _draw_window_controls_fallback(self) -> 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.py567def get_filesize_string_rounded(file_bytes: int) -> str:CODE
LOWsrc/tauon/t_modules/t_phazor.py990 def pause_when_device_unavailable() -> None:CODE
LOWsrc/tauon/t_modules/t_discord.py46def 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.py70# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/tauon/t_modules/t_custom.py72# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/tauon/t_modules/t_custom.py1379# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/tauon/t_modules/t_custom.py1381# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/tauon/t_modules/t_custom.py1682# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/tauon/t_modules/t_custom.py1684# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/tauon/t_modules/t_dbus.py462 # ----------COMMENT
AI Slop Vocabulary3 hits · 4 pts
SeverityFileLineSnippetContext
LOWpyproject.toml190 'Q003', # avoidable-escaped-quote - It's not that important, we just use escapes, keeping the quCODE
MEDIUMsrc/tauon/t_modules/t_extra.py1243 """A robust FPS counter that handles pauses and provides smooth measurements.STRING
LOWsrc/tauon/t_modules/t_phazor.py896 # all other distros seem to symlink lib64 to lib, so just use lib64COMMENT
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMsrc/tauon/t_modules/t_window.py1# Tauon Music Box - secondary window scaffoldCOMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOW.github/workflows/build_and_release.yaml525 # Check if release already exists and get IDCOMMENT