Ytmusic-deleter

Latest version: v2.9.3

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 8

2.4.1

New Feature

You can now remove duplicate tracks from your playlists!

This will check for songs that are exact duplicates as well as songs that are similar (different versions of the same song)

![Remove Duplicates video](https://i.imgur.com/04Znzok.gif)

**Full Changelog**: https://github.com/apastel/ytmusic-deleter/compare/2.4.0...2.4.1

2.3.3

What's Changed
* Fixed bug that was preventing the `--add-to-uploads` (`-a`) feature of `delete-uploads` from working
* Improved unit test coverage

**Full Changelog**: https://github.com/apastel/ytmusic-deleter/compare/2.3.2...2.3.3

2.3.2

What's Changed
* Fixed 48
* This was causing delete-uploads to fail if any song had an invalid or non-existent "Duration" which I learned is possible both right after uploading and also in one case it was happening to a user's existing library
* The fix was done in ytmusicapi, so this is just an update to the latest version of ytmusicapi

**Full Changelog**: https://github.com/apastel/ytmusic-deleter/compare/2.3.0...2.3.2

2.3.0

What's Changed
⭐⭐New **Remove Duplicates** feature⭐⭐
I received a couple requests on Reddit for this feature. For any given playlist that you own, this will look for and remove any duplicate songs.
In this first iteration of the feature, it will only remove duplicates that are _the exact same_ track with the same ID. It will not do any intelligent duplicate detection beyond that (yet). But the idea is that eventually it will be able to detect duplicates where maybe it's the same song but on a different album, or maybe one is a remastered version, and in cases like that it should present you with a choice of which one to keep.

**Preferences page**
There's now a menu bar at the top and you can click File -> Preferences to bring up the settings page. So far the only setting is to enable debug logging, which can be useful for debugging, especially when I add more debug logging to the program.

* Update to the latest version of ytmusicapi (1.7.0)
* This fixes an issue where if you didn't have a YouTube channel, then your account info would not be able to be displayed in the app.

**Full Changelog**: https://github.com/apastel/ytmusic-deleter/compare/2.2.2...2.3.0

2.2.2

What's Changed
* Debian Linux is now officially supported for the GUI! (see the Linux-Installer.deb file in "Assets" below)
* **Abort** button on progress dialog actually aborts now (33)
* **Remove Library** now removes Podcasts as well (41)
* App is now named "YTMusic_Deleter" on your computer (with an underscore) because whitespace in filenames ain't great.
* Improved UI for signing in / out
![Screencast from 04-23-2024 08_54_07 AM](https://github.com/apastel/ytmusic-deleter/assets/8836343/2ca66ce3-d577-42fc-99bf-97104cf56b0f)

Stuff You Probably Wouldn't Care About
* Developed several GitHub Actions workflows to aid in developing, testing, and releasing the app
* One of these workflows actually builds, verifies, and releases the app automatically by publishing the CLI package to PyPI and creating a release in GitHub (which is what you're reading) and automatically attaching the binaries to the release.
* This is actually important for security/integrity purposes because it means that these binaries that you're downloading from here are no longer being compiled on my personal computer, they are being compiled in a GitHub pipeline and the Python binaries are being signed using Sigstore.

**Full Changelog**: https://github.com/apastel/ytmusic-deleter/compare/2.1.1...2.2.2

2.1.1

What's Changed
* Fixed bug (42) in 2.1.0 which caused none of the features to work 😬 Thanks stunlocked94 for opening an issue.
* Prevent app from crashing when attempting to retrieve user account info
* Got unit tests working again and add Github Action to build nightly and upload coverage report
* Reorganized project directory structure (the cause of 42)

**Full Changelog**: https://github.com/apastel/ytmusic-deleter/compare/2.1.0...2.1.1

Page 4 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.