Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rafiuth/Soggfy
/ functions
Functions
204 in github.com/Rafiuth/Soggfy
⨍
Functions
204
◇
Types & classes
53
↓ 1 callers
Method
button
(text: string = null, child: string = null, callback: { (): void; })
Sprinkles/src/ui/components.ts:147
↓ 1 callers
Method
colSection
(...elements: Node[])
Sprinkles/src/ui/components.ts:252
↓ 1 callers
Method
collapsible
(desc: string, ...elements: Node[])
Sprinkles/src/ui/components.ts:133
↓ 1 callers
Method
createM3U
(uri: string, trackUris?: string[])
Sprinkles/src/ui/ui.ts:75
↓ 1 callers
Method
createSettingOverlay
(...elements: Node[])
Sprinkles/src/ui/components.ts:14
↓ 1 callers
Method
createSettingsDialog
()
Sprinkles/src/ui/ui.ts:111
↓ 1 callers
Function
createVarMap
(vars: PathVar[])
Sprinkles/src/path-template.ts:14
↓ 1 callers
Method
deepMerge
Recursively merges source into target.
Sprinkles/src/utils.ts:48
↓ 1 callers
Function
extractSelectors
* Extracts the specified CSS selectors from xpui.js. * Note: This function is expansive and results should be cached.
Sprinkles/src/ui/ui-assets.ts:42
↓ 1 callers
Method
findOrAddChild
(node: TemplateNode, pattern: string, isLiteral: boolean)
Sprinkles/src/path-template.ts:230
↓ 1 callers
Method
fixMetadata
(track: TrackInfo, meta: any, format: string)
Sprinkles/src/player-state-tracker.ts:146
↓ 1 callers
Method
getAlbumTracks
(uri: string)
Sprinkles/src/resources.ts:32
↓ 1 callers
Method
getColorAndLyricsWG
(trackUri: string, coverUri: string)
Sprinkles/src/resources.ts:10
↓ 1 callers
Method
getEpisodeMetadata
(uri: string)
Sprinkles/src/resources.ts:19
↓ 1 callers
Method
getImageData
(uri: string)
Sprinkles/src/resources.ts:127
↓ 1 callers
Method
getLocalStorageItem
(key: string, prependUsername = true)
Sprinkles/src/spotify-apis.ts:64
↓ 1 callers
Method
getLyrics
(track: TrackInfo)
Sprinkles/src/player-state-tracker.ts:207
↓ 1 callers
Method
getParentPath
(path: string)
Sprinkles/src/path-template.ts:169
↓ 1 callers
Function
getPlatform
()
Sprinkles/src/spotify-apis.ts:1
↓ 1 callers
Method
getPlaybackId
SpotifyOggDumper/Main.cpp:16
↓ 1 callers
Method
getPlaylistSortState
(uri: string)
Sprinkles/src/spotify-apis.ts:70
↓ 1 callers
Method
getPlaylistTracks
(uri: string, sorted = true)
Sprinkles/src/resources.ts:23
↓ 1 callers
Method
getPodcastMetaProps
(track: TrackInfo)
Sprinkles/src/player-state-tracker.ts:189
↓ 1 callers
Method
getSavePaths
(type: string, meta: any, playback: PlayerState)
Sprinkles/src/player-state-tracker.ts:120
↓ 1 callers
Method
getTrackInfo
Returns limited track metadata for a given playbackId, or null.
Sprinkles/src/player-state-tracker.ts:51
↓ 1 callers
Method
getTrackMetaProps
(track: TrackInfo)
Sprinkles/src/player-state-tracker.ts:162
↓ 1 callers
Method
getTrackMetadataWG
(uri: string)
Sprinkles/src/resources.ts:4
↓ 1 callers
Method
getTracks
Returns a object with metadata and variables for all tracks in the specified album or playlist.
Sprinkles/src/resources.ts:46
↓ 1 callers
Method
getVarsFromMetadata
(meta: any, playback: PlayerState)
Sprinkles/src/path-template.ts:111
↓ 1 callers
Method
idToHex
Converts a base62 spotify id to a hex string
Sprinkles/src/resources.ts:170
↓ 1 callers
Method
onContextMenuOpened
(menuList: Element)
Sprinkles/src/ui/ui.ts:226
↓ 1 callers
Method
reconnect
()
Sprinkles/src/connection.ts:124
↓ 1 callers
Method
removeFromQueue
(tracks: { uri: string, uid?: string }[])
Sprinkles/src/spotify-apis.ts:98
↓ 1 callers
Method
replaceExt
(path: string, newExt: string)
Sprinkles/src/path-template.ts:161
↓ 1 callers
Method
seekTo
(position: number)
Sprinkles/src/spotify-apis.ts:96
↓ 1 callers
Method
sendUpdateRequest
(dirtyRows: HTMLDivElement[])
Sprinkles/src/ui/status-indicator.ts:101
↓ 1 callers
Method
showNotification
(icon: string, text: string)
Sprinkles/src/ui/ui.ts:215
↓ 1 callers
Method
skipIgnoredTracks
(queue: any, statusCache: Map<string, boolean>)
Sprinkles/src/player-state-tracker.ts:244
↓ 1 callers
Method
skipToNext
()
Sprinkles/src/spotify-apis.ts:94
↓ 1 callers
Method
slider
(key: string, opts: SliderOptions, callback: ComponentValueCallback<number>)
Sprinkles/src/ui/components.ts:106
↓ 1 callers
Method
subSection
(...elements: Node[])
Sprinkles/src/ui/components.ts:265
↓ 1 callers
Method
tagButton
(text: string, callback?: { (): void; })
Sprinkles/src/ui/components.ts:140
↓ 1 callers
Function
tryGet
()
Sprinkles/src/spotify-apis.ts:2
↓ 1 callers
Method
watchConfig
(key: string, cb: (newValue: any) => void)
Sprinkles/src/ui/ui.ts:306
Method
Broadcast
SpotifyOggDumper/ControlServer.h:89
Method
ControlServer
SpotifyOggDumper/ControlServer.h:75
Method
CreateCoverMetaBlock
SpotifyOggDumper/StateManager.cpp:536
Method
CreateIdleTimer
SpotifyOggDumper/ControlServer.cpp:99
Function
CreatePattern
SpotifyOggDumper/Utils/Hooks.cpp:121
Function
CurrentMillis
SpotifyOggDumper/Utils/Utils.cpp:268
Function
DETOUR_FUNC
SpotifyOggDumper/CefUtils.cpp:194
Function
DETOUR_FUNC
SpotifyOggDumper/Main.cpp:27
Method
DataPattern
SpotifyOggDumper/Utils/Hooks.cpp:11
Function
DecodeBase64
SpotifyOggDumper/Utils/Utils.cpp:111
Method
DiscardTrack
SpotifyOggDumper/StateManager.cpp:300
Function
DllMain
SpotifyOggDumper/Main.cpp:210
Function
ExpandEnvVars
SpotifyOggDumper/Utils/Utils.cpp:151
Method
FindFFmpegPath
SpotifyOggDumper/StateManager.cpp:583
Method
FindPrev
SpotifyOggDumper/Utils/Hooks.cpp:62
Function
FindStringRef
SpotifyOggDumper/Utils/Hooks.cpp:78
Function
GetAppDataFolder
SpotifyOggDumper/Utils/Utils.cpp:171
Method
GetBrowserInfoManager
SpotifyOggDumper/CefUtils.cpp:128
Method
GetPlayback
SpotifyOggDumper/StateManager.cpp:319
Function
GetProcessCommandLine
Note: this will only work if both processes have the same word size (64 vs 32)
Injector/Injector.cpp:77
Method
HandleMessage
SpotifyOggDumper/StateManager.cpp:76
Function
Init
SpotifyOggDumper/Main.cpp:149
Method
InvokeFFmpeg
SpotifyOggDumper/StateManager.cpp:493
Method
MakeTempPath
SpotifyOggDumper/StateManager.cpp:577
Method
New
SpotifyOggDumper/StateManager.cpp:604
Method
ReadLE
SpotifyOggDumper/ControlServer.h:61
Function
RegexReplace
SpotifyOggDumper/Utils/Utils.cpp:39
Method
RemovePlayback
SpotifyOggDumper/StateManager.cpp:345
Method
RunControlServer
SpotifyOggDumper/StateManager.cpp:71
Method
SaveTrack
SpotifyOggDumper/StateManager.cpp:383
Method
SearchPathTree
SpotifyOggDumper/StateManager.cpp:428
Method
Send
SpotifyOggDumper/ControlServer.h:114
Method
SendTrackStatus
SpotifyOggDumper/StateManager.cpp:475
Method
StateManagerImpl
SpotifyOggDumper/StateManager.cpp:41
Function
TraversePointers
SpotifyOggDumper/Utils/Utils.h:56
Method
WriteLE
SpotifyOggDumper/ControlServer.h:56
Function
WriteLog
SpotifyOggDumper/Utils/Log.h:30
Method
browseBasePath
()
Sprinkles/src/ui/ui.ts:153
Method
colDesc
(text: string)
Sprinkles/src/ui/components.ts:246
Method
constructor
(conn: Connection)
Sprinkles/src/player-state-tracker.ts:12
Method
constructor
(msgHandler: MessageHandler)
Sprinkles/src/connection.ts:67
Method
constructor
(template: string)
Sprinkles/src/path-template.ts:196
Method
constructor
( private conn: Connection )
Sprinkles/src/ui/ui.ts:16
Method
constructor
(con: Connection)
Sprinkles/src/ui/status-indicator.ts:34
Method
findPath
* Searches for a path given a root object * @param props A set of properties to look for * @param path The current path, should be empty whe
Sprinkles/src/utils.ts:12
Method
from_json
SpotifyOggDumper/Utils/Utils.h:107
Method
hexToId
Converts a hex string into a base62 spotify id
Sprinkles/src/resources.ts:157
Method
isConnected
()
Sprinkles/src/connection.ts:63
Method
isEmpty
()
Sprinkles/src/path-template.ts:200
Method
isObject
(item: any)
Sprinkles/src/utils.ts:62
Function
main
Injector/Injector.cpp:198
Method
onButtonClick
(button: SwitchButton)
Sprinkles/src/ui/components.ts:163
Method
onFormatChange
(key: string, name?: string)
Sprinkles/src/ui/ui.ts:138
Function
onMessage
(type: MessageType, payload: any)
Sprinkles/src/main.ts:15
Method
onMessage
(ev: MessageEvent<ArrayBuffer>)
Sprinkles/src/connection.ts:104
Method
skipToPrevious
()
Sprinkles/src/spotify-apis.ts:95
← previous
next →
101–200 of 204, ranked by callers