File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# drop2beets
22
3- A [ Beets] ( http://beets.io/ ) plug-in that imports singles as soon as they are dropped in a folder.
3+ A [ Beets] ( http://beets.io/ ) plug-in that imports files as soon as they are dropped in a folder.
44
55You can provide a function to set meta-data
66or custom attributes depending on the sub-folder in which the file has been dropped.
@@ -21,12 +21,14 @@ pip install drop2beets
2121```
2222
2323Enable and configure the plug-in by running ` beet config -e ` and set at least
24- one of default or singleton path to the "dropbox" folder.
24+ one of ` default ` or ` singleton ` in ` dropbox_paths ` .
25+ ` debounce_window ` defaults to 10, but we advise you set to at least 60 if you'd like to
26+ import albums.
2527
2628``` yaml
2729plugins : drop2beets
2830drop2beets :
29- debounce_window : 10 # Seconds to wait for events to stop before importing. Should be set to at least 60 when importing albums. Default: 10
31+ debounce_window : 10 # Seconds to wait for file events to stop before importing.
3032 dropbox_paths :
3133 default : ~/beets-dropbox/albums
3234 singleton : ~/beets-dropbox/singles
@@ -70,7 +72,7 @@ drop2beets:
7072
7173Now you're ready to test by calling `beet dropbox` on the command line and
7274dropping a few files in the folder.
73- Note that drop2beets starts 10 seconds after the last event it received about a file,
75+ Note that drop2beets starts a few seconds after the last event it received about a file,
7476to ensure that the file has been copied or moved completely.
7577Hit Ctrl+C to close the script.
7678
You can’t perform that action at this time.
0 commit comments