dbi/dbi.config

169 lines
4.8 KiB
Plaintext
Raw Normal View History

; General settings
[General]
2022-09-08 23:50:16 +08:00
; Direct exit to homescreen
2023-01-30 01:18:51 +08:00
ExitToHomeScreen=true
; Folder where saves backups are stored
SavesFolder=sdmc:/switch/DBI/saves/
; Log "Install", "Check integrity" and "Cleanup" processes
LogEvents=false
; Folder where logs are stored
LogsFolder=sdmc:/switch/DBI/logs/
2022-09-08 23:50:16 +08:00
; Folder where game dumps are stored
DumpsFolder=sdmc:/switch/DBI/dumps/
; Sorting options for application list
2022-09-08 23:50:16 +08:00
AppSorting=LastPlayed,InstallLocation,Size,Name
; Sorting options for save list
2023-01-30 01:18:51 +08:00
SaveSorting=AppLastPlayed,AppName,UserUid,Size,Time
2022-09-08 23:50:16 +08:00
; Highlight files with updates to curently instaled titles in file browsers
HighlightUpdates=true
; Rotate screen upside down
RotateScreen=false
; Rotate joycons
RotateJoycon=false
2022-09-08 23:50:16 +08:00
; Underclock CPU in menues to reduce battery usage
2023-01-30 01:18:51 +08:00
OptimizeClockSpeed=true
; URL with title versions in format <id>|[rightsId|]<version>
2023-04-22 17:23:26 +08:00
;VersionsURL=https://raw.githubusercontent.com/16BitWonder/nx-versions/master/versions.txt
VersionsURL=https://raw.githubusercontent.com/blawar/titledb/master/versions.txt
2022-09-08 23:50:16 +08:00
;VersionsURL=sdmc:/versions.txt
;Browse saves FS in Read-only mode
2023-01-30 01:18:51 +08:00
ROSaveFS=false
2022-09-08 23:50:16 +08:00
; Show "Update all items from here..." in context menu of file browsers
2023-01-30 01:18:51 +08:00
ShowUpdateFromHere=true
2022-10-14 00:53:04 +08:00
; Show cache warming spinner
ShowCacheWarmingIndicator=true
2023-01-30 01:18:51 +08:00
; Move cursor down after selection
MoveDownAfterX=true
2022-12-15 06:01:39 +08:00
; Screen idle timeout in seconds
ScreenIdleTimeout=0
2023-04-22 17:23:26 +08:00
; Auto repeat nav. buttons when holding
Autorepeat=true
; Show cursors on both panels in two-panel browsinig mode
Secondcursor=false
2023-07-05 23:32:12 +08:00
; Backup saves before delete
FoolproofSaveDelete=true
2022-09-08 23:50:16 +08:00
; Visibility of main menu items
[MainMenu]
; Browse and install files from SD card
BrowseSD=true
2022-09-08 23:50:16 +08:00
; Browse and copy files from SYSTEM partition
BrowseSystem=false
; Browse and copy files from USER partition
BrowseUser=false
; Browse and install files from USB flash drives and HDD
USBHost=true
; Browse and install files from PC via dbibackend
BackendInstall=true
; Install game from inserted game cartridge
GameCard=true
2022-09-08 23:50:16 +08:00
; Browse and install files from configured network sources
Network=true
2022-05-29 15:33:23 +08:00
; Browse and install files from configured sd card folders
2023-01-30 01:18:51 +08:00
Local=true
; Browse installed applications
BrowseApps=true
2022-05-29 15:33:23 +08:00
; Check for app updates
2023-01-30 01:18:51 +08:00
UpdateCheck=true
2022-09-08 23:50:16 +08:00
; View where you can view or delete installed tickets
2023-01-30 01:18:51 +08:00
Tickets=true
2022-09-08 23:50:16 +08:00
; View where you can view or delete game saves
Saves=true
; MTP responder
MTP=true
2022-09-08 23:50:16 +08:00
; FTP Server
2022-07-29 04:49:57 +08:00
FTP=true
2023-07-05 23:32:12 +08:00
; Tools
Tools=true
[Applications]
2022-09-08 23:50:16 +08:00
; Whether check or not LFS mod size
2023-01-30 01:18:51 +08:00
CalculateLFSSize=true
2022-09-08 23:50:16 +08:00
; Install options
[Install]
2022-09-08 23:50:16 +08:00
; Check NCA hash during install
CheckHash=true
2023-07-05 23:32:12 +08:00
; Use chunked network transfer (good in bad environments)
2022-10-14 00:53:04 +08:00
ChunkedTransfer=false
; MTP options
[MTP]
2022-09-08 23:50:16 +08:00
; Log all files, if disabled transfer shows only for files >= 2M
LogAllFiles=false
2022-09-08 23:50:16 +08:00
; Show or not NSP that includes base game, latest update and all DLC in single multi-title file
ShowCombinedNSP=true
2022-09-08 23:50:16 +08:00
; Show or not virtual "Mods & cheats" folder that redirects to sdmc:/atmosphere/contents/TITLEID
ShowMAC=true
2023-01-30 01:18:51 +08:00
; Use TitleID for "Mods & cheats" folder
MACasTID=true
2022-09-08 23:50:16 +08:00
; Show user defined shortcuts to MircoSD folders as separate storages
CustomStorages=true
2022-09-08 23:50:16 +08:00
; Turn screen off on start MTP mode
TurnOffScreen=false
2023-04-22 17:23:26 +08:00
; Report android extension (some initiators thinks that android has bugs)
ReportAndroidExtension=true
2023-07-05 23:32:12 +08:00
; Use single URB transfer. Will be a lot slower, but can improve stability
SingleURB=false
; MTP transmission buffer size in KB
BufferSize=512
; MTP transmission timeout in ms
NewBufferTimeout=2500
2022-09-08 23:50:16 +08:00
; FTP options
[FTP]
; Turn screen off on start FTP mode
TurnOffScreen=false
2023-02-15 05:02:25 +08:00
; Start local access point for FTP server
UseAP=false
2023-04-22 17:23:26 +08:00
; Read file modification time (can slow down on large dirs)
ReadMT=false
2023-02-15 05:02:25 +08:00
; Access point options
[Access point]
SSID=
Password=
Use5GHz=true
Hidden=false
2022-09-08 23:50:16 +08:00
2023-04-22 17:23:26 +08:00
2022-09-08 23:50:16 +08:00
;Enable or disable various MTP storages
[MTP Storages]
1: SD Card=true
2023-01-30 01:18:51 +08:00
2: Nand USER=true
3: Nand SYSTEM=true
4: Installed games=false
5: SD Card install=true
6: NAND install=true
7: Saves=true
8: Album=true
2023-01-30 01:18:51 +08:00
9: Gamecard=false
2022-09-08 23:50:16 +08:00
; Network install sources
[Network sources]
; <display name>=<type>|<URL>
2023-01-30 01:18:51 +08:00
;NSP Indexer=URLList|http://192.168.1.47/nspindexer/index.php?DBI
2023-07-05 23:32:12 +08:00
;Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/
;Test FTP=FTP|ftp://192.168.1.24:2121/
;Test SFTP=SFTP|sftp://user:password@192.168.1.24/
;Test SFTP=SFTP|sftp://remote_user@192.168.1.47/
;Instead of password you can use sdmc:/switch/.ssh/id_rsa and sdmc:/switch/.ssh/id_rsa.pub files
;Sorry, but it seems to be libcurl limitation to use full keypair instead of only private key.
2021-12-22 00:08:13 +08:00
; Main menu shortcuts to SD card locations
[Local sources]
; <display name>=<path>
2023-01-30 01:18:51 +08:00
;Homebrew=sdmc:/switch
DBILogs=sdmc:/switch/DBI/logs
2021-12-22 00:08:13 +08:00
[MTP custom storages]
; <display name>=<path>
2023-01-30 01:18:51 +08:00
;Homebrew=sdmc:/switch
DBILogs=sdmc:/switch/DBI/logs
2022-09-08 23:50:16 +08:00
; Override for display name
; <UPPERCASED TID>=<Desired name>
[Title name override]
2023-01-30 01:18:51 +08:00
;010023901191C000=Naheulbeuk