mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 17:08:12 +01:00
Beets stores all its data in the `BEETSDIR` directory. The default is determined by the system: * `%APPDATA%\beets` on Windows. If the `APPDATA` environment variable is not set it falls back to `~\AppData\Roaming\beets`. * `$XDG_CONFIG_DIR/beets` on UNIX. If the `XDG_CONFIG_DIR` environment variable is not set it falls back to `~/.config/beets` * `~/Library/Application Support/beets` on OSX The default can be overwritten using the `BEETSDIR` environment variable. The user configuration is read from `$BEETSDIR/config.yaml`. Additional configuration files that overwrite options from the user configuration may be specified using the `--config` command line options. All relative paths in any configuration are resolved relative to `BEETSDIR`. |
||
|---|---|---|
| .. | ||
| rsrc | ||
| __init__.py | ||
| _common.py | ||
| test_art.py | ||
| test_autotag.py | ||
| test_datequery.py | ||
| test_dbcore.py | ||
| test_files.py | ||
| test_ihate.py | ||
| test_importer.py | ||
| test_library.py | ||
| test_mb.py | ||
| test_mediafile.py | ||
| test_mediafile_basic.py | ||
| test_pipeline.py | ||
| test_player.py | ||
| test_query.py | ||
| test_template.py | ||
| test_the.py | ||
| test_ui.py | ||
| test_ui_importer.py | ||
| test_vfs.py | ||
| test_web.py | ||
| test_zero.py | ||
| testall.py | ||