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
Users may want to specify the description of the output playlist.
Tasks:
Add an argument --description. If no description is provided, a default one will be used that included the script name and the last updated timestamp of the playlist
Add an argument --description-mode with 3 options:
replace (default) - Replace the output playlist description with the provided one
append - Append the provided description to the existing output playlist description
Parse the provided description using strftime so that date format codes can be used
The text was updated successfully, but these errors were encountered:
Users may want to specify the description of the output playlist.
Tasks:
--description
. If no description is provided, a default one will be used that included the script name and the last updated timestamp of the playlist--description-mode
with 3 options:replace (default)
- Replace the output playlist description with the provided oneappend
- Append the provided description to the existing output playlist descriptionstrftime
so that date format codes can be usedThe text was updated successfully, but these errors were encountered: