Skip to content

v1.1.1

Compare
Choose a tag to compare
@ritiek ritiek released this 02 Jan 19:38
· 1827 commits to master since this release
f4d8bd0

Added

  • Output informative message in case of no result found in YouTube search (@Amit-L) (#452)
  • Ability to pass multiple tracks with -s option (@ritiek) (#442)

Changed

  • Allowed to fetch metadata from Spotify upon searching Spotify-URL and --no-metadata to gather YouTube custom-search fields (@Amit-L) (#452)
  • Change FFmpeg to use the built-in encoder aac instead of 3rd party libfdk-aac which does not
    ship with the apt package (@ritiek) (#448)
  • Monkeypatch ever-changing network-relying tests (@ritiek) (#448)
  • Correct .m4a container before writing metadata so metadata fields shows up properly in
    media players (especially iTunes) (@ritiek with thanks to @Amit-L!) (#453)
  • Refactored core downloading module (@ritiek) (#410)

Fixed

  • Workaround conversion conflicts when input and output filename are same (@ritiek) (#459)
  • Applied a check on result in case of search using Spotify-URL --no-metadata option (@Amit-L) (#452)
  • Included a missing import spotipy in downloader.py (@ritiek) (#440)