mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 17:16:07 +01:00
Add docs for new importfeeds list format in #4863
This commit is contained in:
parent
60227c48f5
commit
c481670f1b
1 changed files with 5 additions and 1 deletions
|
|
@ -22,6 +22,9 @@ configuration file. The available options are:
|
||||||
- **m3u**: Catalog the imports in a centralized playlist.
|
- **m3u**: Catalog the imports in a centralized playlist.
|
||||||
- **m3u_multi**: Create a new playlist for each import (uniquely named by
|
- **m3u_multi**: Create a new playlist for each import (uniquely named by
|
||||||
appending the date and track/album name).
|
appending the date and track/album name).
|
||||||
|
- **m3u_session**: Create a new playlist for each import session. The file
|
||||||
|
is named as ``m3u_name`` appending the date and time the import session
|
||||||
|
was started.
|
||||||
- **link**: Create a symlink for each imported item. This is the
|
- **link**: Create a symlink for each imported item. This is the
|
||||||
recommended setting to propagate beets imports to your iTunes library:
|
recommended setting to propagate beets imports to your iTunes library:
|
||||||
just drag and drop the ``dir`` folder on the iTunes dock icon.
|
just drag and drop the ``dir`` folder on the iTunes dock icon.
|
||||||
|
|
@ -29,7 +32,8 @@ configuration file. The available options are:
|
||||||
file paths to the terminal.
|
file paths to the terminal.
|
||||||
|
|
||||||
Default: None.
|
Default: None.
|
||||||
- **m3u_name**: Playlist name used by the ``m3u`` format.
|
- **m3u_name**: Playlist name used by the ``m3u`` format and as a prefix used
|
||||||
|
by the ``m3u_session`` format.
|
||||||
Default: ``imported.m3u``.
|
Default: ``imported.m3u``.
|
||||||
- **relative_to**: Make the m3u paths relative to another
|
- **relative_to**: Make the m3u paths relative to another
|
||||||
folder than where the playlist is being written. If you're using importfeeds
|
folder than where the playlist is being written. If you're using importfeeds
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue