add xlcore initial
This commit is contained in:
36
pluginConfigs/orchestrion.json
Normal file
36
pluginConfigs/orchestrion.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"$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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user