{ "version": 1, "patches": [ { "id": "EnableLegacyUi", "order": 10, "fileNames": [ "enable-legacy-ui.patch" ], "title": "Enable Legacy UI", "description": "[This patch will stop working soon] - Replaces the New Compose based UI with the Legacy UI (disables player-market-ui feature flag)", "default": false, "requires": [ "DebugMenuUnlock" ], "disables": [ "LyricsDisableCover", "LyricsReplaceLyricsButton", "LyricsReplaceShareButton", "LyricsRlApi", "LyricsKeepControlsVisible", "PlayerBackdrop", "QualityBadgeColors", "PlayerMovePlayingFrom", "PlayerOneHanded", "LyricsProgressPill", "MiniPlayerRedesign" ] }, { "id": "LyricsRlApi", "order": 20, "fileNames": [ "lyrics-rl-api.patch", "lyrics-rl-api-observer.patch", "lyrics-rl-api-isrc.patch" ], "title": "Radiant Lyrics API - WIP", "description": "Use Radiant Lyrics API to fetch Lyrics (Higher quality & More providers). Pick how the highlight moves: whole Line or word-by-word (Word).", "default": false, "defaultVariantIndex": 0, "variants": [ { "title": "Line", "fileNames": [] }, { "title": "Word", "fileNames": [ "lyrics-rl-api-word.patch" ] } ] }, { "id": "PlayerBackdrop", "order": 30, "fileNames": [], "title": "Player Backdrop", "description": "Lets you fully adjust how the player backdrop blur looks and behaves", "default": true, "defaultVariantIndex": 2, "variants": [ { "title": "Static", "fileNames": [ "player-backdrop-static.patch" ], "extensionFiles": [ "radiant/BackdropFx.smali" ] }, { "title": "Animated", "fileNames": [ "player-backdrop-animated.patch" ], "extensionFiles": [ "radiant/BackdropFx.smali" ] }, { "title": "Playback", "fileNames": [ "player-backdrop-playback.patch" ], "extensionFiles": [ "radiant/BackdropFx.smali" ] } ], "advancedOptions": [ { "type": "slider", "key": "blur_strength", "title": "Blur Strength", "description": "The value of Blur applied to the backdrop cover", "default": 50, "min": 0, "max": 100, "steps": 19, "displayAsPercent": true, "token": "RL_BLUR", "encode": { "kind": "int", "scale": 1.0 } }, { "type": "slider", "key": "contrast", "title": "Contrast", "description": "The value of Contrast applied to the backdrop cover", "default": 50, "min": 0, "max": 100, "steps": 19, "displayAsPercent": true, "token": "RL_CONTRAST", "encode": { "kind": "floatBits", "scale": 0.02 } }, { "type": "slider", "key": "saturation", "title": "Saturation", "description": "The value of Saturation applied to the backdrop cover", "default": 50, "min": 0, "max": 100, "steps": 19, "displayAsPercent": true, "token": "RL_SATURATION", "encode": { "kind": "floatBits", "scale": 0.02 } }, { "type": "slider", "key": "brightness", "title": "Brightness", "description": "The value of Brightness applied to the backdrop cover", "default": 50, "min": 0, "max": 100, "steps": 19, "displayAsPercent": true, "token": "RL_BRIGHTNESS", "encode": { "kind": "floatBits", "scale": 0.02 } }, { "type": "toggle", "key": "cover_everywhere", "title": "Cover Everywhere - WIP", "description": "Applies TIDAL's native blurred album-art backdrop to every Compose based page (Home & Collection)", "default": false, "inline": true, "fileNames": [ "home-backdrop.patch", "collection-backdrop.patch", "cover-capture.patch" ] } ] }, { "id": "QualityBadgeColors", "order": 36, "fileNames": [ "player-quality-badge-colors.patch" ], "title": "Quality Badge Colors", "description": "Brings color back to the player quality badge.", "default": true }, { "id": "PlayerMovePlayingFrom", "order": 37, "fileNames": [ "player-move-playing-from.patch" ], "extensionFiles": [ "radiant/PlayingFrom.smali" ], "title": "Playing From", "description": "Shows the source name (playlist/album/mix) above the track title", "default": true }, { "id": "PlayerOneHanded", "order": 38, "fileNames": [ "player-one-handed.patch" ], "title": "One-Handed Mode", "description": "Mirrors the bottom player buttons left-to-right for easier one-handed reach.", "default": false }, { "id": "LyricsProgressPill", "order": 40, "fileNames": [ "lyrics-progress-pill.patch", "lyrics-fade-region.patch" ], "title": "Lyrics Progress Pill", "description": "Restores the old Track Progress Pill in the top of the Lyrics screen!", "default": true, "requires": [ "LyricsDisableCover", "LyricsReplaceLyricsButton", "LyricsReplaceShareButton" ] }, { "id": "LyricsDisableCover", "order": 41, "fileNames": [ "lyrics-disable-cover.patch" ], "title": "Disable Lyrics Cover", "description": "Removes the mini track cover from the lyrics screen.", "default": true }, { "id": "LyricsReplaceLyricsButton", "order": 42, "fileNames": [ "lyrics-replace-lyrics-button.patch", "lyrics-sparkle-conditional-visibility.patch" ], "title": "Replace Lyrics Button", "description": "Replaces the Lyrics button with the RL Sparkle!", "default": true }, { "id": "LyricsReplaceShareButton", "order": 43, "fileNames": [ "lyrics-replace-share-button.patch" ], "title": "Replace Share Button", "description": "Replaces the share button with the Tidal Connect button from the top of the screen. (it's in the menu already)", "default": true }, { "id": "MiniPlayerRedesign", "order": 50, "fileNames": [], "title": "Redesigned Mini-Player", "description": "Integrates the Seekbar into the control panel at the bottom of the screen.", "default": false, "defaultVariantIndex": 2, "variants": [ { "title": "Floating", "fileNames": [] }, { "title": "Grey", "fileNames": [ "mini-player-grey.patch" ] }, { "title": "Black", "fileNames": [ "mini-player-black.patch" ] } ], "advancedOptions": [ { "type": "toggle", "key": "dynamic_bg", "title": "Mini-Player Dynamic Background", "description": "Colorizes the Mini-Player depending on the currently playing track.", "default": false, "inline": true, "fileNames": [ "mini-player-dynamic-bg.patch" ], "extensionFiles": [ "radiant/MiniPlayerBackground.smali" ], "hidesVariants": [ 2 ], "relabelVariants": { "1": "Legacy" } }, { "type": "toggle", "key": "border", "title": "Progress Border", "description": "Draws an animated progress ring around the floating mini-player. Requires the Floating style.", "default": false, "requiresVariant": 0, "fileNames": [ "mini-player-floating-border.patch" ], "extensionFiles": [ "radiant/MiniSeekerFloating.smali" ] }, { "type": "toggle", "key": "gestures", "title": "Mini-Player Gestures", "description": "Adds swipe up gesture to the mini-player to reopen the player", "default": true, "fileNames": [ "mini-player-gestures.patch" ], "extensionFiles": [ "radiant/MiniPlayerGestures.smali", "radiant/MiniPlayerGestures$Gesture.smali", "radiant/MiniPlayerGestures$FeedbackLayer.smali", "radiant/MiniPlayerGestures$FeedbackResetAnimator.smali", "radiant/MiniPlayerGestures$RootGesture.smali", "radiant/MiniPlayerGestures$ApplyPending.smali" ] }, { "type": "choice", "key": "swipe_up_drag", "title": "Swipe Up Style", "entries": [ "Static", "Drag" ], "values": [ "0x0", "0x1" ], "defaultIndex": 1, "requiresOption": "gestures", "token": "RL_MINI_PLAYER_SWIPE_UP_DRAG" }, { "type": "toggle", "key": "next_prev", "title": "Next/Previous Gestures", "description": "Swipe left or right on the mini-player to skip tracks.", "default": false, "requiresOption": "gestures", "fileNames": [ "mini-player-gestures-left-right.patch" ], "extensionFiles": [ "radiant/MiniPlayerTrackGestures.smali", "radiant/MiniPlayerTrackGestures$Gesture.smali", "radiant/MiniPlayerTrackGestures$OffsetLayer.smali", "radiant/MiniPlayerTrackGestures$ResetAnimator.smali", "radiant/MiniPlayerTrackGestures$TextDraw.smali", "com/tidal/android/feature/appscaffold/ui/r$c.smali" ] } ] }, { "id": "LyricsKeepControlsVisible", "order": 60, "fileNames": [ "lyrics-keep-controls-visible.patch" ], "extensionFiles": [ "radiant/LyricsReinitGuard.smali" ], "title": "Keep Controls Visible", "description": "Inverts the auto-hide behavior on the lyrics screen, playback controls stay visible by default and only hide when you tap them off. Also stops the open lyrics view from randomly closing when the player re-fetches the same track.", "default": true }, { "id": "WazeIntegration", "order": 90, "category": "integration", "pathLocked": true, "fileNames": [ "integration-waze-playback.patch" ], "extensionFiles": [ "radiant/WazeInitReceiver.smali", "radiant/WazeServiceConnection.smali" ], "title": "Waze Integration", "description": "Control TIDAL playback from the Waze app", "default": true, "advancedOptions": [ { "type": "choice", "key": "browse_root", "title": "Media Menu", "entries": [ "Auto Menu", "Home", "Recents" ], "values": [ "ROOT_AUTO", "HOME_V2::home_page_v2_id", "RECENTLY_PLAYED::home/pages/CONTINUE_LISTEN_TO/view-all" ], "defaultIndex": 0, "token": "RL_WAZE_ROOT_ID" }, { "type": "color", "key": "accent_color", "title": "Accent Color", "default": -16747037, "token": "RL_WAZE_THEME_COLOR" } ] }, { "id": "DebugMenuUnlock", "order": 100, "fileNames": [ "debug-menu-unlock.patch" ], "title": "Unlock Debug Menu", "description": "Reveals TIDAL's hidden Debug Menu in Settings. (Unlocks Feature Flags & the legacy Debug Options)", "default": false } ] }