>
32 |
33 | inc('part.navigation')); ?>
34 |
35 | inc('settings/part.settings')); ?>
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 | inc('part.audio')); ?>
45 | inc('part.sonos-bar')); ?>
46 |
47 |
48 |
49 | inc('part.container')); ?>
50 |
51 |
52 |
53 |
--------------------------------------------------------------------------------
/templates/part.container.php:
--------------------------------------------------------------------------------
1 |
9 | * @copyright 2016-2021 Marcel Scherello
10 | */
11 | ?>
12 |
16 |
t('Scanner Settings')); ?>
17 |
18 |
19 |
20 |
21 | t('This setting specifies which folder is scanned for audio files. Without a selection, the whole data folder is scanned.')); ?>
22 |
23 |
24 | t('To exclude a folder, you have to create a .noaudio file inside that folder. This is also necessary in subfolders.')); ?>
25 |
26 |
27 |
28 |
29 |
/>
30 |
31 |
32 | t('Activate this setting if cyrillic characters are not recognized correctly. This makes the indexing slower!')); ?>
33 |
34 |
t('More information …')); ?>
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
t('More information …')); ?>
46 |
47 |
48 |
--------------------------------------------------------------------------------