forked from len0rd/rockbox
Database: Support for multiple search roots.
Support multiple roots (i.e. scan folders) using the new folder_select() function. Amaximum of 12 dirs can be selected, however the setting (i.e. the entire folder list) cannot be longer than 80 chars. The setting works similar to the autoresume dirs: Directories are seperated by colons, e.g. "/Music:/Podcasts". Default is "/sdcard" on android, "/" on all other targets. Changes are made to the multiple-root logic in tagcache.c. This is to a) provide the logic at all on native targets and b) support more than one root before the scan even starts (until now it was used to add roots during scan due to symlinks). Change-Id: I64992c0678324536e8e64cd4427c8abbd8e8b39e
This commit is contained in:
parent
0a645d212c
commit
63d27626e4
6 changed files with 114 additions and 25 deletions
|
|
@ -13100,3 +13100,17 @@
|
|||
*: "Select one or more directories"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SELECT_DATABASE_DIRS
|
||||
desc: in settings_menu
|
||||
user: core
|
||||
<source>
|
||||
*: "Select directories to scan"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Select directories to scan"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Select directories to scan"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue