dbi/dbi.config

138 lines
3.9 KiB
Plaintext
Raw Normal View History

; General settings
[General]
2022-09-08 23:50:16 +08:00
; Use libnx's default font for ASCII symbols
DefaultASCII=true
2022-09-08 23:50:16 +08:00
; Use libusbhsfs for access to USB mass storage drives connected to switch or dock
UseLibUsbHsFS=true
2022-09-08 23:50:16 +08:00
; Direct exit to homescreen
ExitToHomeScreen=false
; 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
2022-09-08 23:50:16 +08:00
SaveSorting=AppLastPlayed,AppName,UserUid,Size,SaveId
; 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
OptimizeClockSpeed=false
2022-05-29 15:33:23 +08:00
; URL with title versions in format <id>|<rightsId>|[version]
2022-07-29 04:49:57 +08:00
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
2022-07-29 04:49:57 +08:00
ROSaveFS=true
2022-09-08 23:50:16 +08:00
; Show "Update all items from here..." in context menu of file browsers
ShowUpdateFromHere=false
2022-10-14 00:53:04 +08:00
; Show cache warming spinner
ShowCacheWarmingIndicator=true
2022-12-15 06:01:39 +08:00
; Screen idle timeout in seconds
ScreenIdleTimeout=0
2022-09-08 23:50:16 +08:00
; Visibility of main menu items
[MainMenu]
; Browse and install files from MicroSD 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
2022-10-14 00:53:04 +08:00
Local=false
; Browse installed applications
BrowseApps=true
2022-09-08 23:50:16 +08:00
; Clean up files left from bad installs/old updates/unused tickets and so on
Cleanup=true
2022-05-29 15:33:23 +08:00
; Check for app updates
2022-10-14 00:53:04 +08:00
UpdateCheck=false
2022-09-08 23:50:16 +08:00
; View where you can view or delete installed tickets
Tickets=false
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
[Applications]
2022-09-08 23:50:16 +08:00
; Whether check or not LFS mod size
CalculateLFSSize=false
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
2022-09-08 23:50:16 +08:00
; Use chunked HTTP 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
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
2022-09-08 23:50:16 +08:00
; FTP options
[FTP]
; Turn screen off on start FTP mode
TurnOffScreen=false
;Enable or disable various MTP storages
[MTP Storages]
1: External SD Card=true
2: Nand USER=false
3: Nand SYSTEM=false
4: Installed games=true
5: MicroSD install=true
6: NAND install=true
7: Saves=true
8: Album=true
9: Gamecard=true
2022-09-08 23:50:16 +08:00
; Network install sources
[Network sources]
; <display name>=<type>|<URL>
; NSP Indexer=URLList|http://192.168.1.47/nspindexer/index.php?DBI
; Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/
2022-09-08 23:50:16 +08:00
; Test FTP=FTP|ftp://anonymous:password@192.168.1.24:2121/
2021-12-22 00:08:13 +08:00
; Main menu shortcuts to SD card locations
[Local sources]
; <display name>=<path>
2022-09-08 23:50:16 +08:00
Homebrew=sdmc:/switch
; Contents=sdmc:/atmosphere/contents
2021-12-22 00:08:13 +08:00
; DBILogs=sdmc:/switch/DBI/logs
2022-10-14 00:53:04 +08:00
; Custom virtual MTP drives
[MTP custom storages]
; <display name>=<path>
2022-09-08 23:50:16 +08:00
Homebrew=sdmc:/switch/
Screenshots=sdmc:/Nintendo/Album/
2022-09-08 23:50:16 +08:00
; Override for display name
; <UPPERCASED TID>=<Desired name>
[Title name override]
2022-09-08 23:50:16 +08:00
; 010023901191C000=Naheulbeuk