Files
xlcore/pluginConfigs/orchestrion.json
2025-02-17 22:54:50 +01:00

36 lines
1.2 KiB
JSON

{
"$type": "Orchestrion.Persistence.Configuration, orchestrion",
"Version": 2,
"ShowSongInTitleBar": true,
"ShowSongInChat": true,
"ShowIdInNative": true,
"ShowSongInNative": true,
"HandleSpecialModes": true,
"ShowFilePaths": true,
"PlaylistPaneOpen": true,
"ShowMiniPlayer": false,
"MiniPlayerLock": false,
"MiniPlayerOpacity": 1.0,
"ChatChannelMatchDalamud": true,
"ShowAltLangTitles": false,
"UserInterfaceLanguageMatchDalamud": true,
"UserInterfaceLanguageCode": "en",
"AltTitleLanguageCode": "ja",
"ServerInfoLanguageCode": "en",
"ChatLanguageCode": "en",
"ChatType": 1,
"LastSelectedPlaylist": "Favorites",
"SongReplacements": {
"$type": "System.Collections.Generic.Dictionary`2[[System.Int32, System.Private.CoreLib],[Orchestrion.Types.SongReplacementEntry, orchestrion]], System.Private.CoreLib"
},
"FavoriteSongs": [],
"Playlists": {
"$type": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib],[Orchestrion.Persistence.Playlist, orchestrion]], System.Private.CoreLib",
"Favorites": {
"$type": "Orchestrion.Persistence.Playlist, orchestrion",
"Name": "Favorites",
"DisplayName": null,
"Songs": []
}
}
}