-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_TIPS.txt
More file actions
48 lines (43 loc) · 2.83 KB
/
Copy path_TIPS.txt
File metadata and controls
48 lines (43 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
PORTABLE TIP:
-------------
Some scripts have configurable paths to save databases, track playlists, etc. Those can be found on
the properties panel or using the menus and adding an absolute path. It's recommended to use relative
paths in these case whenever possible.
For ex. for the playlist manager, the tracked folder:
H:\MySoftware\foobar2000\profile\playlist_manager\ --> .\profile\playlist_manager\ (>= 1.6.x or 2.x)
When an script is being loaded within a portable installation, it will set the default paths using
relative paths. It may also warn with popups and/or the console about the -non recommended- use of
absolute paths on portable installations. If you are using a portable installation on fixed discs with
absolute paths on panels it has no repercussion, but it becomes a problem as soon as you use it in a
removable device (whose disk letter changes). The configured paths would look for a disk letter which
would be different every time.
FOO_JESUS TIP:
-------------
If using Autosave & Autobackup component (https://www.foobar2000.org/components/view/foo_jesus) it's
recommended to add 'js_data' and 'playlist_manager' folders at
'Preferences\Advanced\Autosave & Autobackup\Files and directories to backup (...)'.
'js_data' contains config json data for most of these scripts, while 'playlist_manager' folder is the
default folder to save playlists files for the playlist manager (*).
Note the same tip applies if using the JSplitter\SMP script replacement Infinity-Tools-SMP (auto-backup tool):
https://github.com/regorxxx/Infinity-Tools-SMP
Presets TIP:
-------------
There are multiple useful presets for components, the UI or these JSplitter\SMP scripts at the folder
named 'Presets'. Further documentation can be found there. Some of them are meant to be loaded
automatically (recipes and themes for Music Map) to then be set at buttons, others are meant
to be loaded on demand to modify the panel behavior (Playlist Tools). Masstagger presets can be loaded
at its panel, while UI TF scripts are meant to be used at different places of UI config (columns,
library view, etc.) if desired. In both cases their use is in line with these SMP scripts, so they make
it easier to tag or visualize most commonly used tags, variables, etc. (for ex. a CUI script which
displays keys in Camelot Wheel notation with colors).
- AutoHotkey: for world map script automatic tagging
- Masstagger: general tagging scripts which may be useful
- Network: for playlist manager script and network drives without recycle bin
- Notepad++: to highligh picard code on notepad++
- Picard: to be used on picard as tagging scripts
- Playlist Tools: presets (menu entries) which can be added to the script
- Music Map: presets (menu entries) which are loaded on the fly on the custom button
- UI: multiple UI scripts
- DUI
- CUI
- World Map: pre-filled database with artist/country tags