You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: USAGE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Options | Description
90
90
-q, --quiet | Don't output status messages<br>With -l,--log will display gmusicapi warnings<br>With -d,--dry-run will display song list
91
91
--delete-on-success | Delete successfully uploaded local files.
92
92
-R, --no-recursion | Disable recursion when scanning for local files.<br>This is equivalent to setting --max-depth to 1.
93
-
--max-depth DEPTH | Set maximum depth of recursion when scanning for local files.
93
+
--max-depth DEPTH | Set maximum depth of recursion when scanning for local files.<br>Default is infinite recursion.
94
94
-e, -exclude | Exclude file paths matching a Python regex pattern<br>This option can be set multiple times
95
95
-f, --include-filter | Include Google songs (download) or local songs (upload) by field:pattern filter (e.g. "artist:Muse").*<br>Values can be any valid [Python regex pattern](http://docs.python.org/2/library/re.html)<br>This option can be set multiple times
96
96
-F, --exclude-filter | Exclude Google songs (download) or local songs (upload) by field:pattern filter (e.g. "artist:Muse").*<br>Values can be any valid [Python regex pattern](http://docs.python.org/2/library/re.html)<br>This option can be set multiple times
@@ -138,7 +138,7 @@ Options | Description
138
138
-q, --quiet | Don't output status messages<br>With -l,--log will display gmusicapi warnings<br>With -d,--dry-run will display song list
139
139
--delete-on-success | Delete successfully uploaded local files.
140
140
-R, --no-recursion | Disable recursion when scanning for local files.<br>This is equivalent to setting --max-depth to 1.
141
-
--max-depth DEPTH | Set maximum depth of recursion when scanning for local files.
141
+
--max-depth DEPTH | Set maximum depth of recursion when scanning for local files.<br>Default is infinite recursion.
142
142
-e, -exclude | Exclude file paths matching a Python regex pattern<br>This option can be set multiple times
143
143
-f, --include-filter | Include local songs by field:pattern filter (e.g. "artist:Muse").*<br>Values can be any valid [Python regex pattern](http://docs.python.org/2/library/re.html)<br>This option can be set multiple times
144
144
-F, --exclude-filter | Exclude local songs by field:pattern filter (e.g. "artist:Muse").*<br>Values can be any valid [Python regex pattern](http://docs.python.org/2/library/re.html)<br>This option can be set multiple times
0 commit comments