Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adiiverma40/tunelog
/ functions
Functions
821 in github.com/adiiverma40/tunelog
⨍
Functions
821
◇
Types & classes
159
↳
Endpoints
50
↓ 2 callers
Function
_score
(a: str, b: str)
backend/playlists/importPlaylist.py:27
↓ 2 callers
Function
_score_pair
( input_title: str, input_artist: str, res_title: str, res_artist: str, )
backend/metadata/itunesFuzzy.py:222
↓ 2 callers
Function
_stage_3_album_tracklist
(song: dict)
backend/metadata/itunesFuzzy.py:363
↓ 2 callers
Function
_to_utc_dt
(iso_str: str)
backend/playlists/playlist.py:1165
↓ 2 callers
Function
_write_default
(data)
backend/metadata/genre.py:70
↓ 2 callers
Function
apply_score_cursor
(pool: list, last_score: float)
backend/playlists/Listenbrainz.py:773
↓ 2 callers
Function
autoGenre
(data=None)
backend/metadata/genre.py:121
↓ 2 callers
Function
batchMatchNavidromeTracks
(tracks: List[Any])
backend/scrobble/listenBrainz.py:756
↓ 2 callers
Function
build_discovery_playlist
( pool: list, history_dict: dict, user_id: str, size: int, alias_to_cat: dict, )
backend/playlists/playlist.py:1333
↓ 2 callers
Function
build_url
(endpoint)
backend/core/config.py:63
↓ 2 callers
Function
crossCheckDatabase
(data)
backend/misc/misc.py:435
↓ 2 callers
Function
extractScript
(raw: unknown)
frontend/src/pages/Library/skipped.tsx:55
↓ 2 callers
Function
fallback_stage_1
(unmatched_listens, songs_list, matched_records)
backend/scrobble/listenBrainz.py:490
↓ 2 callers
Function
fallback_stage_2
(unmatched_listens, artist_dict, matched_records)
backend/scrobble/listenBrainz.py:554
↓ 2 callers
Function
fallback_stage_3
(unmatched_listens, songs_list, matched_records)
backend/scrobble/listenBrainz.py:602
↓ 2 callers
Function
fetchAllAlbums
(request, album_ids, is_subsonic=False)
backend/search/search.py:202
↓ 2 callers
Function
fetchAllArtists
(request, artist_ids, is_subsonic=False)
backend/search/search.py:168
↓ 2 callers
Function
fetchDiscoveryPlaylistId
( username: string, )
frontend/src/API/API.ts:890
↓ 2 callers
Function
fetchFallbackSyncStatus
()
frontend/src/API/API.ts:661
↓ 2 callers
Function
fetchGenresFromDb
()
frontend/src/API/API.ts:701
↓ 2 callers
Function
fetchGetConfig
()
frontend/src/API/API.ts:758
↓ 2 callers
Function
fetchPendingSongs
(max_retries: int = 3, limit: int | None = None)
backend/playlists/Listenbrainz.py:331
↓ 2 callers
Function
fetchPlaylistFromNavidrome
( playlistId: string, )
frontend/src/pages/playlist/components/playlistShared.tsx:72
↓ 2 callers
Function
fetchPlaylistSongs
( username: string, )
frontend/src/API/API.ts:557
↓ 2 callers
Function
fetchSongFromDB
()
backend/metadata/library.py:331
↓ 2 callers
Function
fetchSyncStart
( use_itunes: boolean, )
frontend/src/API/API.ts:452
↓ 2 callers
Function
fetchSyncStatus
()
frontend/src/API/API.ts:446
↓ 2 callers
Function
fetchUserData
( username: string, password: string, )
frontend/src/API/API.ts:536
↓ 2 callers
Function
fetch_cf_recordings
(lb_username: str, decrypted_token: str)
backend/playlists/Listenbrainz.py:63
↓ 2 callers
Function
filter_pool_by_genre
( pool: list, target_size: int, user_id: str, history_dict: dict, alias_to_cat: dict )
backend/playlists/Listenbrainz.py:669
↓ 2 callers
Function
flush_batches
()
backend/metadata/library.py:392
↓ 2 callers
Function
fmtUnix
(ts: number | null | undefined)
frontend/src/pages/playlist/LB_CF.tsx:15
↓ 2 callers
Function
formatDate
(raw: string | undefined)
frontend/src/pages/users/userProfile.tsx:18
↓ 2 callers
Function
formatDisplay
(d: Date | null)
frontend/src/pages/playlist/DisocveryPlaylist.tsx:122
↓ 2 callers
Function
generate_listenbrainz_playlist
(user_id: str, saveConfig: bool = False)
backend/core/main.py:458
↓ 2 callers
Function
getAdminCredentials
()
frontend/src/pages/users/users.tsx:34
↓ 2 callers
Function
getAlbumCover
(id)
backend/jam/jam.py:57
↓ 2 callers
Function
getAvatarColor
(username: string)
frontend/src/pages/users/userProfile.tsx:98
↓ 2 callers
Function
getCoverArtUrl
(songId: string | null)
frontend/src/pages/Library/skipped.tsx:30
↓ 2 callers
Function
getCoverArtUrl
(songId: string | null)
frontend/src/pages/scrobble/listenbrainz.tsx:84
↓ 2 callers
Function
getCurrentUser
()
frontend/src/API/API.ts:1109
↓ 2 callers
Function
getSignalValue
(key: string, altKey: string)
frontend/src/components/dashboardItems/LibraryMetrics.tsx:74
↓ 2 callers
Function
getSongDetails
(id)
backend/jam/jam.py:46
↓ 2 callers
Function
getSongsFromDb
()
backend/scrobble/listenBrainz.py:456
↓ 2 callers
Function
getStoredValue
(key: string)
frontend/src/pages/Jam/JamUsers.tsx:8
↓ 2 callers
Function
getTime
(clientX: number)
frontend/src/pages/Jam/NowPlaying.tsx:94
↓ 2 callers
Function
get_discovery_pool
( window_start: datetime, window_end: datetime, size: int, backtrack: bool, explicit_filte
backend/playlists/playlist.py:1221
↓ 2 callers
Function
handleMatch
(noisy: string, category: string)
frontend/src/pages/tweaks/genreMatching.tsx:120
↓ 2 callers
Function
handleSelect
(optionValue: string)
frontend/src/components/form/MultiSelect.tsx:65
↓ 2 callers
Function
init_db_MB
()
backend/core/db.py:478
↓ 2 callers
Function
init_db_playlist
()
backend/core/db.py:324
↓ 2 callers
Function
isFuture
(d: Date)
frontend/src/pages/playlist/DisocveryPlaylist.tsx:88
↓ 2 callers
Function
itunesApi
(title, artist, retries=3)
backend/core/config.py:108
↓ 2 callers
Function
loadUsers
()
frontend/src/pages/users/users.tsx:86
↓ 2 callers
Function
log_error
(message)
backend/jam/jam.py:35
↓ 2 callers
Function
log_history
(song)
backend/core/main.py:186
↓ 2 callers
Function
log_success
(message)
backend/jam/jam.py:27
↓ 2 callers
Function
make_entry
(entry, positionMs)
backend/core/main.py:114
↓ 2 callers
Function
markAsRead
()
frontend/src/hooks/Usenotificationstream.ts:49
↓ 2 callers
Function
match_and_update_nvid
(batch_size: int = BATCH_SIZE)
backend/playlists/Listenbrainz.py:498
↓ 2 callers
Function
normalise_artist
(raw)
backend/metadata/library.py:79
↓ 2 callers
Function
resolveUserMeta
(username: string)
frontend/src/pages/Jam/JamUsers.tsx:29
↓ 2 callers
Function
resolve_date_window
( date_from, date_to, days_from, days_to )
backend/playlists/playlist.py:1174
↓ 2 callers
Function
resolve_lb_username
(token: str)
backend/api/LB_router.py:209
↓ 2 callers
Function
save_cf_to_db
(db_username: str, mbids: list[dict], cf_last_updated: int)
backend/playlists/Listenbrainz.py:95
↓ 2 callers
Function
score
(input, output)
backend/metadata/genre.py:117
↓ 2 callers
Function
showToast
(msg: string)
frontend/src/pages/tweaks/manualMark.tsx:140
↓ 2 callers
Function
signalWeights
(weights: dict)
backend/playlists/playlist.py:43
↓ 2 callers
Function
songSlots
(values)
backend/playlists/playlist.py:53
↓ 2 callers
Function
startFallbackPolling
()
frontend/src/pages/librarySync/librarySync.tsx:273
↓ 2 callers
Function
sync_library
()
backend/metadata/library.py:373
↓ 2 callers
Function
toISODate
(d: Date | null)
frontend/src/pages/playlist/shared/PlaylistTypes.ts:208
↓ 2 callers
Function
updateSelection
(newSelected: string[])
frontend/src/components/form/MultiSelect.tsx:53
↓ 2 callers
Function
update_row
(conn, mbid: str, parsed: dict | None)
backend/playlists/Listenbrainz.py:290
↓ 2 callers
Function
useModal
(initialState: boolean = false)
frontend/src/hooks/useModal.ts:3
↓ 2 callers
Function
usePlayer
()
frontend/src/context/PlayerContext.tsx:347
↓ 2 callers
Function
useTheme
()
frontend/src/context/ThemeContext.tsx:52
↓ 2 callers
Function
validateEmail
(value: string)
frontend/src/components/form/form-elements/InputStates.tsx:10
↓ 2 callers
Function
writeJson
(genre, noisyGenre)
backend/metadata/genre.py:15
↓ 1 callers
Function
DeleteDataJson
(category, value=None)
backend/metadata/genre.py:78
↓ 1 callers
Function
FetchCF
()
backend/playlists/Listenbrainz.py:964
↓ 1 callers
Function
FishScript
(song_ids)
backend/misc/scripts/fishScript.py:32
↓ 1 callers
Function
MacShellScript
(song_ids)
backend/misc/scripts/macScript.py:31
↓ 1 callers
Function
MusicbrainzSeeding
()
backend/core/main.py:428
↓ 1 callers
Function
PowerShellScript
(song_ids)
backend/misc/scripts/powershellScript.py:35
↓ 1 callers
Function
Queue
()
frontend/src/pages/Jam/Queue.tsx:343
↓ 1 callers
Function
UpdateDBgenre
(data, connLib=None)
backend/misc/misc.py:215
↓ 1 callers
Method
__init__
(self)
backend/navidrome/state.py:14
↓ 1 callers
Function
_album_score
(a: str, b: str)
backend/playlists/importPlaylist.py:31
↓ 1 callers
Function
_apply_genre_updates
(updates_to_make)
backend/metadata/genre.py:210
↓ 1 callers
Function
_build_db_index
(db_songs: list)
backend/playlists/importPlaylist.py:126
↓ 1 callers
Function
_do_create_fresh
()
backend/playlists/playlist.py:996
↓ 1 callers
Function
_dur_diff_pct
(db_duration_sec: int, csv_duration_ms: int)
backend/playlists/importPlaylist.py:35
↓ 1 callers
Function
_fetch_library_genres
()
backend/metadata/genre.py:201
↓ 1 callers
Function
_fetch_library_songs
(cursor)
backend/playlists/importPlaylist.py:99
↓ 1 callers
Function
_fetch_recent_listens
(cursor, user_id, song_id)
backend/misc/misc.py:39
↓ 1 callers
Function
_get_json
(url_value, retries=3, token="")
backend/metadata/library.py:89
↓ 1 callers
Function
_get_unprocessed_entries
()
backend/core/main.py:298
↓ 1 callers
Function
_itunes_request
(url: str)
backend/metadata/itunesFuzzy.py:99
↓ 1 callers
Function
_load_lb_users
()
backend/scrobble/listenBrainz.py:35
← previous
next →
101–200 of 821, ranked by callers