Ytmusic-deleter

Latest version: v2.4.3

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

Scan your dependencies

Page 2 of 5

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

2.1.0

**Please download 2.1.1 release instead, as there is an issue running this release that is fixed in 2.1.1.**

What's Changed
* Show profile photo and account name after logging in (I'll make this look nicer soon)
* Refactor "--add-to-library" functionality by making it work again and giving it new experimental matching features.
* Use `--fuzzy` to enable experimental fuzzy matching with a `--score-cutoff`. Currently only available in the CLI version. See `ytmusic-deleter delete-uploads --help`

Stuff that doesn't affect the app
* The code for the YTMusic Deleter GUI application has now been merged into this project
* Now using `pdm` as the package manager for both the app and the CLI.

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

1.6.0

This releases introduces a new, much easier method of logging in -- OAuth 2.0. Logging in now just involves visiting a link and logging in through Google, no more copying headers and pasting them anywhere. This is all thanks to an update in the [ytmusicapi](https://ytmusicapi.readthedocs.io/en/stable/) that the YTMusic Deleter is based upon. If you already have YTMusic Deleter installed, you can download the new setup file below and it will upgrade your existing installation.

![demo](https://github.com/apastel/ytmusic-deleter/assets/8836343/80ed1380-cbc3-40b8-adde-dcea3f613bd1)

Additional changes:
- Fixes 29 (only first 100 tracks being sorted in sort-playlist)
- New option to clear all your listening history (Completes 31, thanks for the suggestion [oashrafouad](https://github.com/oashrafouad))
- Re-organized the buttons a bit

There will be a future update coming soon that will display the name of the account that you are logged into, as well as additional quality improvements and merging of the UI code into this repository. Maybe even a logo!

UPDATE: I'm still getting the warnings from my browser and from Microsoft when downloading and running the installer file. When I looked into this in the past, it was a common issue with using PyInstaller. On Windows, you will have to click the "More Info" button on the SmartScreen warning in order to make the "Run Anyway" button appear.

1.5.6

Fixes 24

1.5.4

Look above this for the latest 1.5.6 release. 1.5.4 is no longer the latest release!

- Fixes 23 in a more "correct" way than the previous 1.5.3 release that I just published an hour ago.

UPDATE: I just added the GUI version of YTMusic Deleter to this release. It's something I've had in the works for about a year and had intended to charge like $5 for it, but I just don't think I have the time to make it polished enough to where it will be worth charging for. So I'm making it available for free because, why not. Better to make it free than to never release it at all. So here it is. The UI looks like dogshit but it's free so 🤷‍♂️ . Functionally, everything should be working so please open an issue in this repository if you have any problems or suggestions. Enjoy!

![Screenshot 2023-02-11 172704](https://user-images.githubusercontent.com/8836343/218286908-9811ea97-9bf0-4343-8bb1-3fd6030f9bc6.png)

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.