github d-fi/releases 2.0.0-beta.16
v2.0.0-beta.16

latest releases: 2.1.6, 2.1.5, 2.1.4...
pre-release3 years ago

Please report any kind of bugs.

  • Duration is now more readable on the selection list
  • Updated dependencies
  • Fixed and improved playlist position
  • Duplicate tracks from the playlist are now removed
  • You can now choose a custom location for config
  • If a user config is loaded there will now be a console message
  • Ability to include full path in the playlist file
  • Included new {NO_TRACK_NUMBER} option to ignore track numbering in a specific type. And added {TRACK_NUMBER} for track, album, artist and {TRACK_POSITION} for playlists.
  • New fallbackQuality option in config to download 128kbps version in case higher quality is missing. This is default to true. More info here
  • Other minor fixes and improvements

-conf, --config-file

  • Choose a custom config location with this method.

Example: d-fi -conf "Folder/Config.json"

-rfp, --resolve-full-path

  • Include full path to the playlist file
  • To use this with config please see docs

Example: d-fi -rfp "playlist_url" --headless


Example to use NO_TRACK_NUMBER, TRACK_NUMBER and TRACK_POSITION:

  "saveLayout": {
    "track": "Music/{ALB_TITLE}/{NO_TRACK_NUMBER}{SNG_TITLE}",
    "album": "Music/{ALB_TITLE}/{TRACK_NUMBER} - {SNG_TITLE}",
    "artist": "Music/{ALB_TITLE}/{SNG_TITLE}",
    "playlist": "Playlist/{TITLE}/{TRACK_POSITION} - {SNG_TITLE}"
  }

This is likely the Gold Master release.

Don't miss a new releases release

NewReleases is sending notifications on new releases.