MCPcopy Create free account

hub / github.com/adiiverma40/tunelog / functions

Functions821 in github.com/adiiverma40/tunelog

↓ 1 callersFunction_log_cf_table
( song_ids: list, song_signals: dict, candidates_by_id: dict, playlist_name: str, new_hear
backend/playlists/Listenbrainz.py:617
↓ 1 callersFunction_match_song
(csv_title, csv_artist, csv_album, csv_dur_ms, index)
backend/playlists/importPlaylist.py:206
↓ 1 callersFunction_nav_created
(song: dict)
backend/metadata/library.py:325
↓ 1 callersFunction_nav_participants
(song: dict)
backend/metadata/library.py:321
↓ 1 callersFunction_response_preview
(response, limit=240)
backend/metadata/library.py:69
↓ 1 callersFunction_run_primary_search
(song: dict)
backend/metadata/itunesFuzzy.py:448
↓ 1 callersFunction_score_pair_album
( input_title: str, input_artist: str, input_album: str, res_title: str, res_artist: str,
backend/metadata/itunesFuzzy.py:241
↓ 1 callersFunction_setup_sinks
()
backend/misc/misc.py:293
↓ 1 callersFunction_stage_0_exact
(dataset: dict, input_title: str, input_artist: str)
backend/metadata/itunesFuzzy.py:291
↓ 1 callersFunction_stage_1_title_index
(dataset: dict, input_title: str, input_artist: str)
backend/metadata/itunesFuzzy.py:300
↓ 1 callersFunction_stage_2_artist_index
(dataset: dict, input_title: str, input_artist: str)
backend/metadata/itunesFuzzy.py:329
↓ 1 callersFunction_stage_4_musicbrainz
(song: dict)
backend/metadata/itunesFuzzy.py:408
↓ 1 callersFunction_update_library_genre
(cursor, data)
backend/misc/misc.py:57
↓ 1 callersFunction_update_listens_genre
(cursor, data)
backend/misc/misc.py:52
↓ 1 callersFunctionadd
()
frontend/src/pages/playlist/LB_CF.tsx:472
↓ 1 callersFunctionaddCategory
()
frontend/src/pages/tweaks/genreMatching.tsx:161
↓ 1 callersFunctionappendPlaylist
( username: string, explicit_filter: string = "allow_cleaned", size: number = 50, slots?: Record<strin
frontend/src/API/API.ts:597
↓ 1 callersFunctionappendPlaylist
(user_id, password, explicit_filter, size, injection=True)
backend/playlists/playlist.py:804
↓ 1 callersFunctionautoGenerateLB_CF
(current_hour: int, current_day, timezone_str: str)
backend/core/main.py:513
↓ 1 callersFunctionautoMatchGenres
()
frontend/src/API/API.ts:707
↓ 1 callersFunctionavatarColor
(username: string)
frontend/src/components/header/NotificationDropdown.tsx:19
↓ 1 callersFunctionavatarColor
(username: string)
frontend/src/pages/tweaks/notification.tsx:21
↓ 1 callersFunctionbatchSave
(matched_records, unmatched_records=None)
backend/scrobble/listenBrainz.py:98
↓ 1 callersFunctionbroadcast
(field: str, data: list)
backend/navidrome/state.py:58
↓ 1 callersFunctionbuildSearchParams
(query: string)
frontend/src/pages/Jam/Queue.tsx:68
↓ 1 callersFunctionbuild_LB_CF_playlist
( user_id: str, cf_config: dict, history_dict: dict, alias_to_cat: dict, standard_scores:
backend/playlists/Listenbrainz.py:712
↓ 1 callersFunctioncalcExpectedTime
()
frontend/src/pages/librarySync/librarySync.tsx:368
↓ 1 callersFunctioncommit
(str: string)
frontend/src/pages/playlist/LB_CF.tsx:268
↓ 1 callersFunctionconnectNotificationStream
( onMessage: (payload: NotificationPayload) => void, onError?: (err: Event) => void, )
frontend/src/API/API.ts:740
↓ 1 callersFunctioncreateNavidromePlaylist
( name: string, songIds: string[], )
frontend/src/API/API.ts:995
↓ 1 callersFunctiondeep_history_sync
( pagination: int = 20, lb_user: Dict[str, str] = None )
backend/scrobble/listenBrainz.py:386
↓ 1 callersFunctiondeep_merge_defaults
(defaults: dict, loaded: dict)
backend/navidrome/state.py:185
↓ 1 callersFunctiondeleteListenbrainzEntry
(id: string)
frontend/src/pages/scrobble/listenbrainz.tsx:73
↓ 1 callersFunctionencrypt_token
(raw_token: str)
backend/core/crypto.py:27
↓ 1 callersFunctionend_jam_after_timeout
()
backend/api/socket_router.py:46
↓ 1 callersFunctionenrichUsers
(raw: ConnectedUser[])
frontend/src/pages/Jam/JamUsers.tsx:134
↓ 1 callersFunctionenrich_search_engine_async
()
backend/metadata/library.py:278
↓ 1 callersFunctionevent_generator
()
backend/api/system_router.py:45
↓ 1 callersFunctionevent_stream
()
backend/proxy/proxy.py:111
↓ 1 callersFunctionfallbackStatusText
()
frontend/src/pages/librarySync/librarySync.tsx:397
↓ 1 callersFunctionfetchAllFromListens
()
backend/search/search.py:18
↓ 1 callersFunctionfetchCreatePlaylistFromIds
( data: PlaylistCreateRequest, )
frontend/src/API/API.ts:724
↓ 1 callersFunctionfetchCreateUser
( data: CreateUserRequest, )
frontend/src/API/API.ts:490
↓ 1 callersFunctionfetchGenres
()
frontend/src/API/API.ts:673
↓ 1 callersFunctionfetchImportCSV
(file: File)
frontend/src/API/API.ts:713
↓ 1 callersFunctionfetchLBCFConfig
()
frontend/src/API/API.ts:1035
↓ 1 callersFunctionfetchLBHasToken
()
frontend/src/API/API.ts:1117
↓ 1 callersFunctionfetchLBLibraryRecommendations
()
frontend/src/API/API.ts:1172
↓ 1 callersFunctionfetchListenbrainzPlaylistTracks
( playlistId: string, lb_username: string, )
frontend/src/API/API.ts:985
↓ 1 callersFunctionfetchListenbrainzPlaylists
( lb_username: string, )
frontend/src/API/API.ts:976
↓ 1 callersFunctionfetchManualMarkingSongs
()
frontend/src/API/API.ts:629
↓ 1 callersFunctionfetchMonthlyListens
()
frontend/src/API/API.ts:567
↓ 1 callersFunctionfetchNowPlayingTrack
()
frontend/src/pages/Jam/NowPlaying.tsx:39
↓ 1 callersFunctionfetchPlaylistGenerate
( username: string, explicit_filter: string = "allow_cleaned", size: number = 50, slots?: Record<strin
frontend/src/API/API.ts:573
↓ 1 callersFunctionfetchPlaylists
()
frontend/src/pages/Jam/Queue.tsx:404
↓ 1 callersFunctionfetchStats
()
frontend/src/API/API.ts:440
↓ 1 callersFunctionfetchSyncSettings
( autoSyncHour: number, useItunes: boolean, timezone: string = "Asia/Kolkata", )
frontend/src/API/API.ts:468
↓ 1 callersFunctionfetchSyncStop
()
frontend/src/API/API.ts:462
↓ 1 callersFunctionfetchUpdateConfig
( data: TuneConfig, )
frontend/src/API/API.ts:764
↓ 1 callersFunctionfetchUpdateProfile
( data: UpdateProfileRequest, )
frontend/src/API/API.ts:776
↓ 1 callersFunctionfetchUserProfile
( username: string, password: string, )
frontend/src/API/API.ts:546
↓ 1 callersFunctionfetch_all_song
()
backend/metadata/library.py:119
↓ 1 callersFunctionfetch_cf_batch
()
backend/playlists/Listenbrainz.py:743
↓ 1 callersFunctionfetch_lyrics_task
(client, song_id, semaphore)
backend/metadata/library.py:261
↓ 1 callersFunctionfetch_single_album
(client, request, album_id, is_subsonic=False)
backend/search/search.py:175
↓ 1 callersFunctionfetch_single_artist
(client, request, artist_id, is_subsonic=False)
backend/search/search.py:141
↓ 1 callersFunctionfetch_top_similar_user
(lb_username: str, decrypted_token: str)
backend/playlists/Listenbrainz.py:922
↓ 1 callersFunctionfetch_worker
()
backend/core/main.py:570
↓ 1 callersFunctionfillMusicBrainzDB
()
backend/playlists/Listenbrainz.py:143
↓ 1 callersFunctionfill_artist_slots
(artist_ratios, library_dict, heard_ids, playlist_ids, limit)
backend/playlists/playlist.py:331
↓ 1 callersFunctionfill_genre_slots
(target_counts, library_dict, heard_ids, alias_to_cat)
backend/playlists/playlist.py:293
↓ 1 callersFunctionfill_slots
(scores, slots, slot_sizes, allowed_songs=None, user_id="unknown")
backend/playlists/playlist.py:199
↓ 1 callersFunctionfilter_pool
()
backend/playlists/playlist.py:1243
↓ 1 callersFunctionformatChatTime
(iso: string)
frontend/src/pages/Jam/JamUsers.tsx:52
↓ 1 callersFunctionformatDate
(dateString: string | undefined)
frontend/src/components/UserProfile/UserMetaCard.tsx:46
↓ 1 callersFunctionformatDuration
(seconds: number | null)
frontend/src/pages/Library/skipped.tsx:48
↓ 1 callersFunctionformatLastGenerated
(raw: string | null)
frontend/src/pages/playlist/shared/PlaylistTypes.ts:197
↓ 1 callersFunctionformatLastSync
(raw: string | null)
frontend/src/pages/librarySync/librarySync.tsx:357
↓ 1 callersFunctionformatPlaylistName
(title: string)
frontend/src/pages/playlist/ListenbrainzPlaylist.tsx:20
↓ 1 callersFunctionformatTime
(iso: string)
frontend/src/components/header/NotificationDropdown.tsx:11
↓ 1 callersFunctionformatTime
(iso: string)
frontend/src/pages/Library/skipped.tsx:37
↓ 1 callersFunctionfts_album_search
(cursor, safe_query)
backend/search/search.py:91
↓ 1 callersFunctionfts_artist_search
(cursor, safe_query)
backend/search/search.py:81
↓ 1 callersFunctionfts_song_search
(cursor, safe_query)
backend/search/search.py:67
↓ 1 callersFunctionfts_song_title_lyrics
(cursor, safe_query)
backend/search/search.py:74
↓ 1 callersFunctionfuzzyMatchingSong
()
backend/scrobble/listenBrainz.py:672
↓ 1 callersFunctionfuzzymatching
(filePath)
backend/playlists/importPlaylist.py:270
↓ 1 callersFunctiongenerateDiscoveryQueue
( params: DiscoveryQueueParams, )
frontend/src/API/API.ts:861
↓ 1 callersFunctiongenerateLBCFPlaylist
()
frontend/src/API/API.ts:1081
↓ 1 callersFunctiongenerateScript
( req: GenerateScriptRequest, )
frontend/src/API/API.ts:1261
↓ 1 callersFunctiongetAvatarContent
()
frontend/src/components/UserProfile/UserMetaCard.tsx:99
↓ 1 callersFunctiongetAvatarUrl
(username: string)
frontend/src/pages/tweaks/config.tsx:272
↓ 1 callersFunctiongetAvatarUrl
(username: string)
frontend/src/pages/Jam/NowPlaying.tsx:18
↓ 1 callersFunctiongetAvatarUrl
(username: string)
frontend/src/pages/Jam/Queue.tsx:87
↓ 1 callersFunctiongetCurrentUsername
()
frontend/src/pages/Jam/JamUsers.tsx:13
↓ 1 callersFunctiongetDaysInMonth
(y: number, m: number)
frontend/src/pages/playlist/DisocveryPlaylist.tsx:72
↓ 1 callersFunctiongetDisplayName
(username: string)
frontend/src/pages/tweaks/config.tsx:267
↓ 1 callersFunctiongetDisplayName
(username: string)
frontend/src/pages/Jam/NowPlaying.tsx:14
↓ 1 callersFunctiongetDisplayName
(username: string)
frontend/src/pages/Jam/Queue.tsx:83
↓ 1 callersFunctiongetFallbackAvatarClass
(seed: string)
frontend/src/pages/Jam/JamUsers.tsx:59
← previousnext →201–300 of 821, ranked by callers