Skip to content

Releases: probablykasper/vidl

v3.4.4

22 Jul 16:39
Compare
Choose a tag to compare
  • Made comments metadata compatible with iTunes (by setting the comment language to "eng" instead of the default "XXX")

v3.4.3

22 Jul 16:33
Compare
Choose a tag to compare
  • Fixed error occuring when downloading playlists (specifically, URLs with track_number and track_count).

v3.4.2

22 Jul 16:33
Compare
Choose a tag to compare
  • Fixed that party-pooper error that said no to all downloads.

v3.4.1

22 Jul 16:33
Compare
Choose a tag to compare
  • Fixed md objects not being correct.

v3.4.0

22 Jul 16:33
Compare
Choose a tag to compare
  • user_md_parser.py now takes a url_info argument instead of playlist_info. This means you'll still get info if the URL isn't a playlist. To check if a url is a playlist, you now need to check if url_info has the "entries" property.

v3.3.2

22 Jul 16:33
Compare
Choose a tag to compare
  • Fixed error when generating the default vidl config file again

v3.3.1

22 Jul 16:31
Compare
Choose a tag to compare
  • Fixed error when generating the default vidl config file

v3.3.0

22 Jul 16:31
Compare
Choose a tag to compare
  • Fixed config file not deleting itself when you update vidl, by storing the config file somewhere else in the OS.
  • Added --config-path. Shows where the vidl config file is.
  • Removed the "vidl config" command. Config file will need to be updated manually.
  • Added "user_md_parser.py". This lets users parse metadata in their personally preferred way. Unfortunately, the user has to code python to take advantage of this feature.
  • Deprioritized the artist and title info from youtube-dl, as I've noticed it being incorrect sometimes on YouTube, for instance for remixes.

v3.2.1

22 Jul 16:31
Compare
Choose a tag to compare
  • Fixed --version

v3.2.0

22 Jul 16:31
Compare
Choose a tag to compare
  • Added --no-dl option. Useful if debugging with --verbose.
  • --verbose now logs the youtube-dl command it uses.
  • Improved detection of --help and --version.