Musify

Latest version: v1.2.1

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

Scan your dependencies

Page 2 of 4

1.1.6

Fixed
-----
* Remove '&' character handling in :py:class:`.XMLPlaylistParser`. Was being handled twice as it is already
handled by the ``xmltodict`` package.

1.1.5

Fixed
-----
* Bug in escaping of '&' characters when export :py:class:`.XAutoPF` playlists with the :py:class:`.XMLPlaylistParser`.
Was previously escaping multiple times when already escaped e.g. '&' > '&'.
Now correctly skips already occurrences of '&'.

1.1.4

Added
-----
* :py:class:`.LocalPlaylist` now allows setting of the ``path`` property
* :py:class:`.LocalLibrary` now allows setting of the ``name`` property. Added ``name`` as an init parameter too.

Changed
-------
* :py:meth:`.LocalLibrary.merge_playlists` now updates the path of new playlists added to the library to be relative
to the library's ``playlist_folder``

1.1.3

Fixed
-----
* When given an empty :py:class:`.M3U` playlist file, produces expected result i.e. an empty playlist.
Previously always added all given tracks to playlist when calling :py:meth:`.M3U.load`

1.1.2

Changed
-------
* :py:meth:`.File.get_filepaths` now ignores hidden files.
* Replace os.makedirs with Pathlib implementation of ``mkdir``q everywhere.

1.1.1

Changed
-------
* Update aiorequestful version to 1.0

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.