privacy-first Android music player built with Material 3 Expressive. Play offline, sync lyrics, fine-tune with equalizer presets, and cast to your devices.
This report presents the forensic synthetic code analysis of PixelPlayerHQ/PixelPlayer, a Kotlin project with 5,575 GitHub stars. SynthScan v2.0 examined 286,411 lines of code across 1118 source files, recording 358 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 5.4 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).
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.
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.
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.
The scanner identified 358 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …va/com/theveloper/pixelplay/ui/theme/ColorRolesTest.kt | 290 | return com.google.android.material.color.utilities.MathUtils.differenceDegrees( | CODE |
| CRITICAL | …java/com/theveloper/pixelplay/utils/LyricsUtilsTest.kt | 386 | com.theveloper.pixelplay.data.model.SyncedLine( | STRING |
| CRITICAL | …java/com/theveloper/pixelplay/utils/LyricsUtilsTest.kt | 391 | com.theveloper.pixelplay.data.model.SyncedLine( | STRING |
| CRITICAL | …java/com/theveloper/pixelplay/utils/LyricsUtilsTest.kt | 408 | com.theveloper.pixelplay.data.model.SyncedLine( | STRING |
| CRITICAL | …eloper/pixelplay/data/worker/AlbumGroupingUtilsTest.kt | 79 | val album = com.theveloper.pixelplay.data.database.AlbumEntity( | CODE |
| CRITICAL | …ixelplay/presentation/viewmodel/PlayerViewModelTest.kt | 144 | coEvery { mockUserPreferencesRepository.fullPlayerLoadingTweaksFlow } returns flowOf(com.theveloper.pixelplay.da | CODE |
| CRITICAL⚡ | …rc/main/java/com/theveloper/pixelplay/ui/theme/Type.kt | 70 | androidx.compose.ui.text.font.Font( | CODE |
| CRITICAL⚡ | …rc/main/java/com/theveloper/pixelplay/ui/theme/Type.kt | 78 | androidx.compose.ui.text.font.Font( | CODE |
| CRITICAL⚡ | …rc/main/java/com/theveloper/pixelplay/ui/theme/Type.kt | 86 | androidx.compose.ui.text.font.Font( | CODE |
| CRITICAL⚡ | …rc/main/java/com/theveloper/pixelplay/ui/theme/Type.kt | 94 | androidx.compose.ui.text.font.Font( | CODE |
| CRITICAL⚡ | …rc/main/java/com/theveloper/pixelplay/ui/theme/Type.kt | 102 | androidx.compose.ui.text.font.Font( | CODE |
| CRITICAL | …/java/com/theveloper/pixelplay/ui/theme/GenreColors.kt | 113 | private fun androidx.compose.ui.graphics.Color.contrastContentColor(): androidx.compose.ui.graphics.Color { | CODE |
| CRITICAL | …ava/com/theveloper/pixelplay/utils/MediaItemBuilder.kt | 113 | return com.theveloper.pixelplay.data.diagnostics.PerformanceMetrics.time( | CODE |
| CRITICAL | …oper/pixelplay/data/repository/LyricsRepositoryImpl.kt | 585 | com.theveloper.pixelplay.data.database.LyricsEntity( | CODE |
| CRITICAL | …oper/pixelplay/data/repository/LyricsRepositoryImpl.kt | 1297 | com.theveloper.pixelplay.data.database.LyricsEntity( | CODE |
| CRITICAL | …oper/pixelplay/data/repository/LyricsRepositoryImpl.kt | 1340 | com.theveloper.pixelplay.data.database.LyricsEntity( | CODE |
| CRITICAL | …oper/pixelplay/data/repository/LyricsRepositoryImpl.kt | 1512 | com.theveloper.pixelplay.data.database.LyricsEntity( | CODE |
| CRITICAL | …oper/pixelplay/data/repository/LyricsRepositoryImpl.kt | 1632 | com.theveloper.pixelplay.data.database.LyricsEntity( | CODE |
| CRITICAL | …/pixelplay/data/repository/MediaStoreSongRepository.kt | 396 | com.theveloper.pixelplay.data.paging.MediaStorePagingSource(context, musicIds, genreMap) | CODE |
| CRITICAL | …loper/pixelplay/data/repository/MusicRepositoryImpl.kt | 174 | com.theveloper.pixelplay.data.worker.SyncWorker.incrementalSyncWork() | CODE |
| CRITICAL | …loper/pixelplay/data/repository/MusicRepositoryImpl.kt | 398 | com.theveloper.pixelplay.data.worker.SyncWorker.incrementalSyncWork() | CODE |
| CRITICAL | …loper/pixelplay/data/repository/MusicRepositoryImpl.kt | 817 | com.theveloper.pixelplay.data.database.FavoritesEntity( | CODE |
| CRITICAL | …loper/pixelplay/data/repository/MusicRepositoryImpl.kt | 1188 | com.theveloper.pixelplay.data.worker.SyncWorker.incrementalSyncWork() | CODE |
| CRITICAL | …er/pixelplay/data/network/qqmusic/QqMusicApiService.kt | 48 | .addInterceptor(com.theveloper.pixelplay.data.remote.qqmusic.QQMusicEncryptInterceptor( | CODE |
| CRITICAL | …er/pixelplay/data/network/qqmusic/QqMusicApiService.kt | 49 | com.theveloper.pixelplay.data.remote.qqmusic.QQSignGenerator(context) | CODE |
| CRITICAL | …ain/java/com/theveloper/pixelplay/data/ai/AiHandler.kt | 112 | throw com.theveloper.pixelplay.data.ai.provider.AiProviderSupport.createException( | CODE |
| CRITICAL | …ain/java/com/theveloper/pixelplay/data/ai/AiHandler.kt | 126 | val failure = com.theveloper.pixelplay.data.ai.provider.AiProviderSupport.wrapThrowable( | CODE |
| CRITICAL | …ain/java/com/theveloper/pixelplay/data/ai/AiHandler.kt | 149 | val recoveredModel = com.theveloper.pixelplay.data.ai.provider.AiProviderSupport.selectRecoveryModel( | CODE |
| CRITICAL | …ain/java/com/theveloper/pixelplay/data/ai/AiHandler.kt | 194 | val providersToTry = com.theveloper.pixelplay.data.ai.provider.AiProviderSupport.buildProviderChain(userProvider | CODE |
| CRITICAL | …ain/java/com/theveloper/pixelplay/data/ai/AiHandler.kt | 260 | val failure = com.theveloper.pixelplay.data.ai.provider.AiProviderSupport.wrapThrowable(provider.display | CODE |
| CRITICAL | …/com/theveloper/pixelplay/data/service/MusicService.kt | 2100 | com.theveloper.pixelplay.data.model.QueueItem( | CODE |
| CRITICAL | …/com/theveloper/pixelplay/data/service/MusicService.kt | 2334 | val isLocalArtworkUri = com.theveloper.pixelplay.utils.LocalArtworkUri.isLocalArtworkUri(uriString) | CODE |
| CRITICAL | …oper/pixelplay/data/service/wear/WearStatePublisher.kt | 204 | com.theveloper.pixelplay.utils.LocalArtworkUri.isLocalArtworkUri(uriString) || | CODE |
| CRITICAL | …oper/pixelplay/data/service/wear/WearStatePublisher.kt | 361 | private fun com.theveloper.pixelplay.data.model.Lyrics.toWearLyrics( | CODE |
| CRITICAL | …eloper/pixelplay/data/stats/PlaybackStatsRepository.kt | 315 | daySpan = max(1L, java.time.temporal.ChronoUnit.DAYS.between(startDate, endDate) + 1) | CODE |
| CRITICAL⚡ | …m/theveloper/pixelplay/data/media/ImageCacheManager.kt | 27 | if (com.theveloper.pixelplay.utils.LocalArtworkUri.isLocalArtworkUri(baseUri)) { | CODE |
| CRITICAL⚡ | …m/theveloper/pixelplay/data/media/ImageCacheManager.kt | 28 | com.theveloper.pixelplay.utils.LocalArtworkUri.parseSongId(baseUri)?.let { songId -> | CODE |
| CRITICAL⚡ | …m/theveloper/pixelplay/data/media/ImageCacheManager.kt | 29 | com.theveloper.pixelplay.utils.AlbumArtUtils.clearCacheForSong(context, songId) | CODE |
| CRITICAL | …/pixelplay/presentation/viewmodel/PlaylistViewModel.kt | 821 | private fun com.theveloper.pixelplay.data.model.MusicFolder.collectAllSongs(): List<Song> { | CODE |
| CRITICAL | …xelplay/presentation/viewmodel/ColorSchemeProcessor.kt | 148 | config = com.theveloper.pixelplay.ui.theme.ColorExtractionConfig( | CODE |
| CRITICAL | …/pixelplay/presentation/viewmodel/SettingsViewModel.kt | 1273 | .map { com.theveloper.pixelplay.data.ai.GeminiModel(it, formatModelDisplayName(it)) } | CODE |
| CRITICAL⚡ | …pixelplay/presentation/viewmodel/LibraryStateHolder.kt | 177 | val lightThemeColor = com.theveloper.pixelplay.ui.theme.GenreThemeUtils.getGenreThemeColor(seed.id, isDa | CODE |
| CRITICAL⚡ | …pixelplay/presentation/viewmodel/LibraryStateHolder.kt | 178 | val darkThemeColor = com.theveloper.pixelplay.ui.theme.GenreThemeUtils.getGenreThemeColor(seed.id, isDar | CODE |
| CRITICAL⚡ | …pixelplay/presentation/viewmodel/LibraryStateHolder.kt | 180 | com.theveloper.pixelplay.data.model.Genre( | CODE |
| CRITICAL | …pixelplay/presentation/viewmodel/LibraryStateHolder.kt | 612 | private fun androidx.compose.ui.graphics.Color.toHexString(): String { | CODE |
| CRITICAL | …play/presentation/viewmodel/MetadataEditStateHolder.kt | 164 | com.theveloper.pixelplay.data.media.AudioMetadataReader.read(java.io.File(song.path)) | CODE |
| CRITICAL | …play/presentation/viewmodel/MetadataEditStateHolder.kt | 413 | android.provider.MediaStore.Audio.Media.getContentUri( | CODE |
| CRITICAL⚡ | …per/pixelplay/presentation/navigation/AppNavigation.kt | 465 | com.theveloper.pixelplay.presentation.screens.DeviceCapabilitiesScreen( | CODE |
| CRITICAL⚡ | …per/pixelplay/presentation/navigation/AppNavigation.kt | 475 | com.theveloper.pixelplay.presentation.netease.dashboard.NeteaseDashboardScreen( | CODE |
| CRITICAL⚡ | …per/pixelplay/presentation/navigation/AppNavigation.kt | 484 | com.theveloper.pixelplay.presentation.qqmusic.dashboard.QqMusicDashboardScreen( | CODE |
| CRITICAL⚡ | …per/pixelplay/presentation/navigation/AppNavigation.kt | 493 | com.theveloper.pixelplay.presentation.navidrome.dashboard.NavidromeDashboardScreen( | CODE |
| CRITICAL⚡ | …per/pixelplay/presentation/navigation/AppNavigation.kt | 502 | com.theveloper.pixelplay.presentation.jellyfin.dashboard.JellyfinDashboardScreen( | CODE |
| CRITICAL | …eveloper/pixelplay/presentation/screens/StatsScreen.kt | 2583 | style = androidx.compose.ui.graphics.drawscope.Stroke( | CODE |
| CRITICAL | …eveloper/pixelplay/presentation/screens/StatsScreen.kt | 2600 | style = androidx.compose.ui.graphics.drawscope.Stroke( | CODE |
| CRITICAL | …xelplay/presentation/screens/SettingsCategoryScreen.kt | 919 | val provider = com.theveloper.pixelplay.data.ai.provider.AiProvider.fromString(aiProvider) | CODE |
| CRITICAL | …xelplay/presentation/screens/SettingsCategoryScreen.kt | 1431 | kotlinx.coroutines.delay(com.theveloper.pixelplay.presentation.navigation.TRANSITION_DURATION.toLong()) | CODE |
| CRITICAL | …eloper/pixelplay/presentation/screens/LibraryScreen.kt | 1482 | com.theveloper.pixelplay.presentation.components.LibrarySheetToggleCard( | CODE |
| CRITICAL | …loper/pixelplay/presentation/screens/SettingsScreen.kt | 299 | kotlinx.coroutines.delay(com.theveloper.pixelplay.presentation.navigation.TRANSITION_DURATION.toLong()) | CODE |
| CRITICAL | …er/pixelplay/presentation/screens/GenreDetailScreen.kt | 224 | com.theveloper.pixelplay.ui.theme.GenreThemeUtils.getGenreThemeColor( | CODE |
| CRITICAL | …er/pixelplay/presentation/screens/GenreDetailScreen.kt | 230 | com.theveloper.pixelplay.ui.theme.GenreThemeColor( | CODE |
| 22 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 150 | // ── Pass 1: resolve readings ────────────────────────────────────── | COMMENT |
| MEDIUM | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 194 | // ── Pass 2: build katakana string with spacing ──────────────────── | COMMENT |
| MEDIUM | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 211 | // ── Pass 3: Katakana → Latin via ICU transliterator ─────────────── | COMMENT |
| MEDIUM | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 220 | // ── Pass 4: context-sensitive post-processing ───────────────────── | COMMENT |
| MEDIUM | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 234 | // ── 多音字 (polyphone) override table ──────────────────────────────────── | COMMENT |
| MEDIUM | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 385 | // ── Regular Hanzi ───────────────────────────────────────── | COMMENT |
| MEDIUM | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 392 | // ── Non-Hanzi passthrough ───────────────────────────────── | COMMENT |
| MEDIUM | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 573 | // ── ь soft sign: palatalize the *previous* output consonant ───────── | COMMENT |
| MEDIUM⚡ | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 614 | // ── ё always = "yo" (Russian) ────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 620 | // ── жи, ши, ци → always hard vowel "i" despite Cyrillic и ────────── | COMMENT |
| MEDIUM⚡ | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 629 | // ── Multi-char lookups (3-char first, then 2-char) ────────────────── | COMMENT |
| MEDIUM | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 908 | // ── Kugou / Paxsenix word-by-word helpers ───────────────────────────── | COMMENT |
| MEDIUM | …com/theveloper/pixelplay/data/database/NavidromeDao.kt | 15 | // ─── Songs ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …com/theveloper/pixelplay/data/database/NavidromeDao.kt | 47 | // ─── Playlists ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …com/theveloper/pixelplay/data/database/NavidromeDao.kt | 76 | // ─── Clear All ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/com/theveloper/pixelplay/data/database/TelegramDao.kt | 67 | // ─── Topic methods ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/com/theveloper/pixelplay/data/database/JellyfinDao.kt | 12 | // ─── Songs ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/com/theveloper/pixelplay/data/database/JellyfinDao.kt | 44 | // ─── Playlists ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/com/theveloper/pixelplay/data/database/JellyfinDao.kt | 76 | // ─── Clear All ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a/com/theveloper/pixelplay/data/database/QqMusicDao.kt | 12 | // ─── Songs ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a/com/theveloper/pixelplay/data/database/QqMusicDao.kt | 38 | // ─── Playlists ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a/com/theveloper/pixelplay/data/database/NeteaseDao.kt | 12 | // ─── Songs ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a/com/theveloper/pixelplay/data/database/NeteaseDao.kt | 42 | // ─── Playlists ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a/com/theveloper/pixelplay/data/database/NeteaseDao.kt | 56 | // ─── Clear All ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 90 | // ─── Preference keys ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 251 | // ─── Private helpers ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 278 | // ─── Onboarding / dialogs ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 308 | // ─── Playback ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 400 | // ─── Full player loading tweaks ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 497 | // ─── Transitions ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 510 | // ─── Favorites ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 540 | // ─── Playlists ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 577 | // ─── Directories ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 604 | // ─── Library sync ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 749 | // ─── Pause on volume zero ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 773 | // ─── Sort options ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 854 | // ─── Library UI state ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 958 | // ─── Navigation bar ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 1009 | // ─── Multi-artist settings ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 1067 | // ─── Lyrics ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 1137 | // ─── Custom genres ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 1170 | // ─── Collage ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 1186 | // ─── Quick settings / last playlist ────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 1208 | // ─── Developer options ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 1247 | // ─── Backup / restore ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 1364 | // ─── Companion ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ixelplay/data/preferences/UserPreferencesRepository.kt | 1381 | // ─── Private utilities ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …eveloper/pixelplay/data/jellyfin/JellyfinRepository.kt | 90 | // ─── Authentication ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …eveloper/pixelplay/data/jellyfin/JellyfinRepository.kt | 188 | // ─── Playlists ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …eveloper/pixelplay/data/jellyfin/JellyfinRepository.kt | 414 | // ─── Search ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …eveloper/pixelplay/data/jellyfin/JellyfinRepository.kt | 442 | // ─── Media URLs ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …eveloper/pixelplay/data/jellyfin/JellyfinRepository.kt | 453 | // ─── Lyrics ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …eveloper/pixelplay/data/jellyfin/JellyfinRepository.kt | 470 | // ─── Unified Library Sync ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …eveloper/pixelplay/data/jellyfin/JellyfinRepository.kt | 578 | // ─── Utility Methods ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …eveloper/pixelplay/data/jellyfin/JellyfinRepository.kt | 600 | // ─── App Playlist Management ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …m/theveloper/pixelplay/data/stream/CloudStreamProxy.kt | 44 | // ─── Subclass Configuration ──────────────────────────────────────── | COMMENT |
| MEDIUM | …m/theveloper/pixelplay/data/stream/CloudStreamProxy.kt | 68 | // ─── Server State ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …m/theveloper/pixelplay/data/stream/CloudStreamProxy.kt | 81 | // ─── Public API ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …m/theveloper/pixelplay/data/stream/CloudStreamProxy.kt | 155 | // ─── Overridable Hooks ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …m/theveloper/pixelplay/data/stream/CloudStreamProxy.kt | 160 | // ─── Internal ────────────────────────────────────────────────────── | COMMENT |
| 134 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …com/theveloper/pixelplay/data/database/MusicDaoTest.kt | 161 | suspend fun insertMusicData(...) { | COMMENT |
| LOW | …com/theveloper/pixelplay/data/database/MusicDaoTest.kt | 21 | // | COMMENT |
| LOW | …com/theveloper/pixelplay/data/database/MusicDaoTest.kt | 41 | // SongEntity(1L, "Song A", "Artist 1", 101L, "Album X", 201L, "uri_a", "art_uri_a", 180000, "Pop", "/path/a" | COMMENT |
| LOW | …com/theveloper/pixelplay/data/database/MusicDaoTest.kt | 61 | // assertThat(retrievedAlbums).containsExactlyElementsIn(albumList.sortedBy { it.title }) | COMMENT |
| LOW | …com/theveloper/pixelplay/data/database/MusicDaoTest.kt | 81 | // musicDao.insertSongs(listOf(oldSong)) | COMMENT |
| LOW | …com/theveloper/pixelplay/data/database/MusicDaoTest.kt | 101 | // @Test | COMMENT |
| LOW | …com/theveloper/pixelplay/data/database/MusicDaoTest.kt | 121 | // // - getAllUniqueAlbumArtUrisFromSongs | COMMENT |
| LOW | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 241 | '中' to "zhong", | COMMENT |
| LOW | …ain/java/com/theveloper/pixelplay/utils/LyricsUtils.kt | 301 | // 乐 — handled contextually: 音乐 yuè, 快乐/高兴 lè | COMMENT |
| LOW | …/com/theveloper/pixelplay/data/model/SortOptionTest.kt | 1 | package com.theveloper.pixelplay.data.model | COMMENT |
| LOW | …ixelplay/presentation/viewmodel/PlaybackStateHolder.kt | 41 | private val castStateHolder: CastStateHolder, | COMMENT |
| LOW | …play/presentation/viewmodel/MetadataEditStateHolder.kt | 281 | } | COMMENT |
| LOW | …pixelplay/presentation/screens/FolderExplorerScreen.kt | 21 | import java.io.File | COMMENT |
| LOW | …pixelplay/presentation/screens/FolderExplorerScreen.kt | 41 | //) { | COMMENT |
| LOW | …pixelplay/presentation/screens/FolderExplorerScreen.kt | 61 | // Text( | COMMENT |
| LOW | …pixelplay/presentation/screens/FolderExplorerScreen.kt | 81 | // ) | COMMENT |
| LOW | …pixelplay/presentation/screens/FolderExplorerScreen.kt | 101 | // title = if (fromSetup) "Select folders for setup" else "Select music folders", | COMMENT |
| LOW | …pixelplay/presentation/screens/EditTransitionScreen.kt | 161 | containerColor = MaterialTheme.colorScheme.surface, | COMMENT |
| LOW | …loper/pixelplay/presentation/screens/SettingsScreen.kt | 441 | // contentAlignment = Alignment.Center, | COMMENT |
| LOW | …pixelplay/presentation/screens/RecentlyPlayedScreen.kt | 421 | COMMENT | |
| LOW | …r/pixelplay/presentation/components/WavyMusicSlider.kt | 341 | cornerRadius = CornerRadius(thumbCurrentWidthPx / 2f) | COMMENT |
| LOW | …r/pixelplay/presentation/components/WavyMusicSlider.kt | 361 | // inactiveTrackColor: Color = MaterialTheme.colorScheme.surfaceVariant, | COMMENT |
| LOW | …r/pixelplay/presentation/components/WavyMusicSlider.kt | 381 | // | COMMENT |
| LOW | …r/pixelplay/presentation/components/WavyMusicSlider.kt | 401 | // val thumbRadiusPx = with(LocalDensity.current) { thumbRadius.toPx() } | COMMENT |
| LOW | …r/pixelplay/presentation/components/WavyMusicSlider.kt | 421 | // onValueChange = { newValue -> | COMMENT |
| LOW | …r/pixelplay/presentation/components/WavyMusicSlider.kt | 441 | // ) | COMMENT |
| LOW | …r/pixelplay/presentation/components/WavyMusicSlider.kt | 461 | // onDrawWithContent { | COMMENT |
| LOW | …r/pixelplay/presentation/components/WavyMusicSlider.kt | 481 | // cap = StrokeCap.Round | COMMENT |
| LOW | …r/pixelplay/presentation/components/WavyMusicSlider.kt | 501 | // val waveStep = 2f // Aumentado de 1f a 2f para reducir cálculos | COMMENT |
| LOW | …r/pixelplay/presentation/components/WavyMusicSlider.kt | 521 | // style = Stroke(width = trackHeightPx, cap = StrokeCap.Round) | COMMENT |
| LOW | …r/pixelplay/presentation/components/WavyMusicSlider.kt | 541 | // lerp(thumbRadiusPx * 2f, trackHeightPx * 1.2f, thumbInteractionFraction) | COMMENT |
| LOW | …loper/pixelplay/presentation/components/LyricsSheet.kt | 2001 | // If we just use conditional Modifier.graphicsLayer rotation, it might jump. | COMMENT |
| LOW | …r/pixelplay/presentation/components/CastBottomSheet.kt | 1161 | // modifier = Modifier | COMMENT |
| LOW | …per/pixelplay/presentation/components/ScreenWrapper.kt | 81 | entry.destination.route?.let { route -> !isMainRootRoute(route) } == true | COMMENT |
| LOW | …pixelplay/presentation/components/OptimizedAlbumArt.kt | 261 | // title: String, | COMMENT |
| LOW | …pixelplay/presentation/components/OptimizedAlbumArt.kt | 281 | // if (state is AsyncImagePainter.State.Error) { | COMMENT |
| LOW | …pixelplay/presentation/components/OptimizedAlbumArt.kt | 301 | // animationSpec = tween(durationMillis = 350), | COMMENT |
| LOW | …pixelplay/presentation/components/OptimizedAlbumArt.kt | 321 | // contentScale = ContentScale.Crop, | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 601 | containerColor = MaterialTheme.colorScheme.error, | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 621 | // onImport: () -> Unit | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 641 | // DialogHeader(currentSong = currentSong) | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 661 | // onClick = onImport, | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 681 | // modifier = Modifier | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 701 | // DialogHeader(currentSong = currentSong) | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 721 | // | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 741 | // style = MaterialTheme.typography.bodyMedium, | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 761 | // modifier = Modifier.padding(24.dp), | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 781 | // ) | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 801 | // } | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 821 | // } | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 841 | // modifier = Modifier | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 861 | // ) | COMMENT |
| LOW | …/presentation/components/subcomps/FetchLyricsDialog.kt | 881 | // onClick = {}, | COMMENT |
| LOW | …entation/telegram/dashboard/TelegramDashboardScreen.kt | 681 | // Text( | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …per/pixelplay/data/repository/PlaylistSongCountTest.kt | 124 | // Step 4: remove one or two of them — quickly, as fast taps do. | COMMENT |
| LOW⚡ | …per/pixelplay/data/repository/PlaylistSongCountTest.kt | 129 | // Step 5: the menu count must reflect BOTH removals (the bug left it stuck high). | COMMENT |
| LOW | …ava/com/theveloper/pixelplay/data/worker/SyncWorker.kt | 694 | // Step 1: Fetch all genres (single query) | COMMENT |
| LOW | …ava/com/theveloper/pixelplay/data/worker/SyncWorker.kt | 722 | // Step 2: Fetch members for each genre in parallel (controlled concurrency) | COMMENT |
| LOW | …xelplay/presentation/viewmodel/GenreDetailViewModel.kt | 133 | // Step 1: Fast load of the Genre object to stabilize the UI theme as early as possible. | COMMENT |
| LOW | …xelplay/presentation/viewmodel/GenreDetailViewModel.kt | 144 | // Step 2: Heavy data processing for songs and sections | COMMENT |
| LOW | …oper/pixelplay/presentation/viewmodel/AiStateHolder.kt | 139 | // Step 1: Pre-generation analysis | COMMENT |
| LOW | …oper/pixelplay/presentation/viewmodel/AiStateHolder.kt | 155 | // Step 2: Invoke AI Generation Engine | COMMENT |
| LOW | …pixelplay/presentation/screens/CreatePlaylistScreen.kt | 306 | // Step 1: Info State | COMMENT |
| LOW | …xelplay/presentation/screens/SettingsCategoryScreen.kt | 1749 | // Step 2: Module selection from inspected backup | COMMENT |
| LOW | …xelplay/presentation/screens/SettingsCategoryScreen.kt | 1770 | // Step 1: File selection with backup history | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …per/pixelplay/data/repository/PlaylistSongCountTest.kt | 124 | // Step 4: remove one or two of them — quickly, as fast taps do. | COMMENT |
| LOW⚡ | …per/pixelplay/data/repository/PlaylistSongCountTest.kt | 129 | // Step 5: the menu count must reflect BOTH removals (the bug left it stuck high). | COMMENT |
| LOW | …ava/com/theveloper/pixelplay/data/worker/SyncWorker.kt | 694 | // Step 1: Fetch all genres (single query) | COMMENT |
| LOW | …ava/com/theveloper/pixelplay/data/worker/SyncWorker.kt | 722 | // Step 2: Fetch members for each genre in parallel (controlled concurrency) | COMMENT |
| LOW | …xelplay/presentation/viewmodel/GenreDetailViewModel.kt | 133 | // Step 1: Fast load of the Genre object to stabilize the UI theme as early as possible. | COMMENT |
| LOW | …xelplay/presentation/viewmodel/GenreDetailViewModel.kt | 144 | // Step 2: Heavy data processing for songs and sections | COMMENT |
| LOW | …oper/pixelplay/presentation/viewmodel/AiStateHolder.kt | 139 | // Step 1: Pre-generation analysis | COMMENT |
| LOW | …oper/pixelplay/presentation/viewmodel/AiStateHolder.kt | 155 | // Step 2: Invoke AI Generation Engine | COMMENT |
| LOW | …pixelplay/presentation/screens/CreatePlaylistScreen.kt | 306 | // Step 1: Info State | COMMENT |
| LOW | …xelplay/presentation/screens/SettingsCategoryScreen.kt | 1749 | // Step 2: Module selection from inspected backup | COMMENT |
| LOW | …xelplay/presentation/screens/SettingsCategoryScreen.kt | 1770 | // Step 1: File selection with backup history | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …pixelplay/presentation/screens/PlaylistDetailScreen.kt | 798 | top = 18.dp // Increased to 16.dp as requested | CODE |
| HIGH | …lay/presentation/screens/ExperimentalSettingsScreen.kt | 743 | // For simplicity and quick access as requested ("selector or slider"), let's use a segmented | COMMENT |
| HIGH | …elplay/presentation/components/WavySliderExpressive.kt | 77 | waveSpeed: Dp = WavyProgressIndicatorDefaults.LinearDeterminateWavelength / 2f, // Slower wave as requested | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …heveloper/pixelplay/data/equalizer/EqualizerManager.kt | 301 | // Initialize Loudness Enhancer (usually robust, but let's be safe) | COMMENT |
| MEDIUM | .github/workflows/codeql.yml | 39 | # More robust sed pattern that handles various formats | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | README.md | 175 | ├── di/ # Hilt dependency injection modules | CODE |