Releases: rkrehn/YTAD
Releases · rkrehn/YTAD
Release list
2.8
2.6
2.5
2.4
2.3
- In some rare cases, the video ID for multiple songs is the exact same (artists/publishers need to fix this). This will no longer cause songs to be skipped
- Updated HTML headers call to force English since a lot of the code is English dependent and not language agnostic (blame YouTube)
-Fixed an issue with certain songs not pulling
2.2
2.1
- Upgraded algorithm for downloading mp3s
- Albums will sort when pulling from an artist
- Implemented html decoding to prevent weird file names
- Saving data now occurs after adding an album
- Improved cookie catching
- Instead of error when a directory doesn't exist, the app will just create one anyways
- Removed the Cookie tutorial when an error occurs
2.0
Overhaul of application.
- Separated from YouTube Explode codebase and switched to yt-dlp
- yt-dlp will also handle all mp3 conversions
- Support pulling multiple albums from artist on YouTube Music instead of one album at a time
- Internally built album pulling from YouTube Music
- Support for cookies (required for yt-dlp to work properly)
- Added guide on cookie support
- Updated right-click menu to support updating the selected artist, album, or song
- Improved conversion status updates
- Improved tagging logic