Tidal-wave

Latest version: v2024.5.1

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

Scan your dependencies

Page 1 of 8

2024.5.1

What's Changed
* Change Filename Pattern for Videos by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/165
* Higher-Resolution Artist Images by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/166

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.4.3...2024.5.1
Verification
Please download the .sha256 text file that corresponds to the release artifact and verify the checksum before using said binary! A good, all-in-one tool to do this is [`aria2`](https://aria2.github.io/), particularly using its [`--checksum` option](https://aria2.github.io/manual/en/html/aria2c.html#cmdoption-checksum): if the checksum does not match, `aria2` *does not save the file to disk*! Otherwise, post download: `sha256sum` is built in to GNU/Linux systems; Windows has [`Get-FileHash`](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-filehash); macOS can get `sha256sum` with Brew or similar.
Disclaimer
This software uses code of [FFmpeg](http://ffmpeg.org/); particularly, version 7.0, licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). Its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/n7.0).

2024.4.3

What's Changed
* Get Rid of 100-Element Limitation by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/158
* Add new feature: Retrieval of Original, High-Resolution Album Covers by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/161
* Small Change to README.md by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/162

Bonus Release Binary
Because today marks the release of [Fedora 40](https://fedoraproject.org/#editions), a binary built with PyInstaller for that distribution is included in this release.

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.4.2...2024.4.3
Disclaimer
This software uses code of [FFmpeg](http://ffmpeg.org/); particularly, version 7.0, licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). Its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/n7.0).

2024.4.2

New Release Artifacts
There is now just one release artifact for each of the following operating systems:
- GNU/Linux 64-bit (Ubuntu): `tidal-wave_ubuntu_amd64`
- macOS 64-bit x86: `tidal-wave_macos_amd64`
- macOS 64-bit ARM: `tidal-wave_macos_aarch64`
- Windows 64-bit: `tidal-wave_windows.exe`

Each of these bundles FFmpeg 7.0, Python 3.12.2, and the `tidal-wave` program, version 2024.4.2, into one executable file. I.e., *there is no need to download, install, or configure Python3 or FFmpeg*! Simply download the program for the desired OS and execute it.
What's Changed
* Remove PyApp GitHub Actions Workflow Files by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/147
* Update to Version 2024.4.2 by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/149


**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.4.1.1...2024.4.2
Disclaimer
This software uses code of [FFmpeg](http://ffmpeg.org/); particularly, version 7.0, licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). Its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/n7.0).

2024.4.1.1

Notice
This will be the last version of `tidal-wave` that ships the PyApp binaries, as I have finally solved how to [compile FFmpeg on Windows](https://github.com/ebb-earl-co/media-autobuild_suite/releases/tag/n7.0). Thus, PyInstaller will be the tool used to create release artifacts for all the platforms supported so far.

_Going forward_, there will be just one binary for each of the platforms, and it will include:

- Python 3.12
- FFmpeg 7.0
- `tidal-wave`

, which means that separate downloading, configuring, and/or installation of Python3 and FFmpeg will be **unnecessary** for use of `tidal-wave` on any of Windows, macOS (x86 or ARM), or GNU/Linux! That being said, the option to simply use the library with `python3 -m tidal-wave` and one's own version of FFmpeg, Python3 will still be available, of course.

What's Changed
* Actually bump the Python project version :man_facepalming:

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.4.1...2024.4.1.1
Disclaimer
This software uses code of [FFmpeg](http://ffmpeg.org/); particularly, version 6.1.1, licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). Its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/568dfed06fa38c6cff3a33a444906792055cd2a9).

2024.4.1

Notice
This will be the last version of `tidal-wave` that ships the PyApp binaries, as I have finally solved how to [compile FFmpeg on Windows](https://github.com/ebb-earl-co/media-autobuild_suite/releases/tag/n7.0). Thus, PyInstaller will be the tool used to create release artifacts for all the platforms supported so far.

_Going forward_, there will be just one binary for each of the platforms, and it will include:

- Python 3.12
- FFmpeg 7.0
- `tidal-wave`

which means that separate downloading, configuring, and/or installation of Python3 and FFmpeg will be **unnecessary** for use of `tidal-wave` on any of Windows, macOS (x86 or ARM), or GNU/Linux! That being said, the option to simply use the library with `python3 -m tidal-wave` and one's own version of FFmpeg, Python3 will still be available, of course.

What's Changed
* Video metadata tags by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/133
* Dependabot monitoring PyPi dependencies(deps-dev): Bump typer[all] from 0.11.1 to 0.12.0 by dependabot in https://github.com/ebb-earl-co/tidal-wave/pull/134
* Dependabot monitoring PyPi dependencies(deps): Bump m3u8 from 4.0.0 to 4.1.0 by dependabot in https://github.com/ebb-earl-co/tidal-wave/pull/135
* Add Internet Connectivity Check by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/129
* 138 standardize GitHub actions around pyinstaller by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/139
* Address Issue 137 by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/140
* Finally Figure out PyInstaller on Windows! by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/136
* For .mp4 and .m4a Files, Add FFmpeg flag `-movflags +faststart` by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/145

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.3.6...2024.4.1
Disclaimer
This software uses code of [FFmpeg](http://ffmpeg.org/); particularly, version 6.1.1, licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). Its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/568dfed06fa38c6cff3a33a444906792055cd2a9).

2024.3.6

*Recent Issues*
For the first time in `tidal-wave`, a few sub-point versions were released. This was an attempt to resolve problems in the GitHub Actions automated build procedures, and it failed. However, it turns out that the Python packages repository, PyPi, was [under attack](https://news.ycombinator.com/item?id=39855619). Now that that has been resolved, this release should make available the normal artifacts :crossed_fingers: !
What's Changed
* New Top-Level Flag: `--transparent` by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/123
* Documentation Pull Request by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/124

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.3.5.2...2024.3.6
Disclaimer

This software uses code of [FFmpeg](http://ffmpeg.org/); particularly, version 6.1.1, licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). Its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/568dfed06fa38c6cff3a33a444906792055cd2a9).

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.