mirror of
https://github.com/rashevskyv/dbi.git
synced 2024-12-29 02:45:08 +08:00
350
This commit is contained in:
parent
79287217e3
commit
e7c49fe700
21
README.md
21
README.md
@ -422,6 +422,15 @@ TurnOffScreen=false
|
|||||||
; NSP Indexer=URLList|http://192.168.1.47/nspindexer/index.php?DBI
|
; NSP Indexer=URLList|http://192.168.1.47/nspindexer/index.php?DBI
|
||||||
; Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/
|
; Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/
|
||||||
|
|
||||||
|
; Main menu shortcuts to SD card locations
|
||||||
|
[Local sources]
|
||||||
|
; <display name>=<path>
|
||||||
|
; Homebrew Shortcut=sdmc:/switch
|
||||||
|
; Album Screenshots Shortcut=sdmc:/Nintendo/Album/2021/
|
||||||
|
; DBILogs=sdmc:/switch/DBI/logs
|
||||||
|
; AMS Fatal Reports Shortcut=sdmc:/atmosphere/fatal_reports/
|
||||||
|
; AMS Crash Reports Shortcut=sdmc:/atmosphere/crash_reports/
|
||||||
|
|
||||||
; Custom virtual MTP drives
|
; Custom virtual MTP drives
|
||||||
[MTP custom storages]
|
[MTP custom storages]
|
||||||
; <display name>=<path>
|
; <display name>=<path>
|
||||||
@ -490,14 +499,20 @@ Homebrew=sdmc:/switch
|
|||||||
|
|
||||||
**NSP Indexer** - адрес для индексации NSP ([подробнее](https://github.com/rashevskyv/dbi/issues/44))
|
**NSP Indexer** - адрес для индексации NSP ([подробнее](https://github.com/rashevskyv/dbi/issues/44))
|
||||||
|
|
||||||
### MTP custom storages
|
### Local sources
|
||||||
|
|
||||||
**MTP custom storages**
|
Создание пунктов меню с быстрым доступом к выбранным в конфиге папкам на карте памяти («ярлыки»), например:
|
||||||
|
|
||||||
|
`Homebrew Shortcut=sdmc:/switch` создаст в главном меню пункт "**Homebrew Shortcut**", который откроет папку `sdmc:/switch`
|
||||||
|
|
||||||
|
### MTP custom storages
|
||||||
|
|
||||||
Кастомные пункты для MTP-режима для быстрого доступа к папкам на вашей карте памяти. Формат: `<отображаемое_имя папки>=<путь>`, например: `Homebrew=sdmc:/switch`.
|
Кастомные пункты для MTP-режима для быстрого доступа к папкам на вашей карте памяти. Формат: `<отображаемое_имя папки>=<путь>`, например: `Homebrew=sdmc:/switch`.
|
||||||
В режиме MTP появится папка `Homebrew`, ссылающаяся на папку `switch` на вашей карте памяти
|
В режиме MTP появится папка `Homebrew`, ссылающаяся на папку `switch` на вашей карте памяти
|
||||||
|
|
||||||
**Title name override** - позволяет изменить имя отображаемого тайтла. Например, если указать `10023901191C000=Naheulbeuk`, то в приложении вместо `The Dungeon of Naheulbeuk: The Amulet of Chaos` будет отображаться просто `Naheulbeuk`
|
### Title name override
|
||||||
|
|
||||||
|
Позволяет изменить имя отображаемого тайтла. Например, если указать `10023901191C000=Naheulbeuk`, то в приложении вместо `The Dungeon of Naheulbeuk: The Amulet of Chaos` будет отображаться просто `Naheulbeuk`
|
||||||
|
|
||||||
## Другие возможности
|
## Другие возможности
|
||||||
|
|
||||||
|
@ -493,6 +493,12 @@ Enter your network installation sources for installing games over the network (v
|
|||||||
|
|
||||||
**NSP Indexer** - address for NSP index page ([more info here](https://github.com/rashevskyv/dbi/issues/44))
|
**NSP Indexer** - address for NSP index page ([more info here](https://github.com/rashevskyv/dbi/issues/44))
|
||||||
|
|
||||||
|
### Local sources
|
||||||
|
|
||||||
|
Create menu items with quick access to the folders selected in the config on the memory card, for example:
|
||||||
|
|
||||||
|
`Homebrew Shortcut=sdmc:/switch` will create an item "**Homebrew Shortcut**" which will open the folder`sdmc:/switch`
|
||||||
|
|
||||||
### MTP custom storages
|
### MTP custom storages
|
||||||
Define your own custom virtual MTP drives for quick access to folders on your SD card.
|
Define your own custom virtual MTP drives for quick access to folders on your SD card.
|
||||||
|
|
||||||
|
@ -90,6 +90,15 @@ TurnOffScreen=false
|
|||||||
; NSP Indexer=URLList|http://192.168.1.47/nspindexer/index.php?DBI
|
; NSP Indexer=URLList|http://192.168.1.47/nspindexer/index.php?DBI
|
||||||
; Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/
|
; Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/
|
||||||
|
|
||||||
|
; Main menu shortcuts to SD card locations
|
||||||
|
[Local sources]
|
||||||
|
; <display name>=<path>
|
||||||
|
; Homebrew Shortcut=sdmc:/switch
|
||||||
|
; Album Screenshots Shortcut=sdmc:/Nintendo/Album/2021/
|
||||||
|
; DBILogs=sdmc:/switch/DBI/logs
|
||||||
|
; AMS Fatal Reports Shortcut=sdmc:/atmosphere/fatal_reports/
|
||||||
|
; AMS Crash Reports Shortcut=sdmc:/atmosphere/crash_reports/
|
||||||
|
|
||||||
; Custom virtual MTP drives
|
; Custom virtual MTP drives
|
||||||
[MTP custom storages]
|
[MTP custom storages]
|
||||||
; <display name>=<path>
|
; <display name>=<path>
|
||||||
|
Loading…
Reference in New Issue
Block a user