Skip to content

Commit

Permalink
Update README with retain_missing_order
Browse files Browse the repository at this point in the history
  • Loading branch information
onnowhere committed Mar 22, 2024
1 parent 53e3b01 commit d4d8233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ A `.playlist_config.json` file is generated for all album folders and contains t

### Additional options adjustable through the config file
- `sync_folder_name`: Whether to automatically sync the name of the playlist folder to the YouTube playlist name (default: `true`)
- `retain_missing_order`: Whether to retain the current order of missing or deleted songs if a local copy exists or move them to the end of the album (default: `false`)
- `name_format`: The name format used to generate file names in yt-dlp output template format (default: `"%(title)s-%(id)s.%(ext)s"`)
- `track_num_in_name`: Whether to include the track number at the start of all file names (default: `true`)
- `audio_format`: The audio format used by yt-dlp when downloading songs (default: `"bestaudio/best"`)
Expand Down

0 comments on commit d4d8233

Please sign in to comment.