• v0.5 8b9badd03b

    v0.5 Stable

    kerem released this 2023-05-27 21:32:37 +03:00 | 37 commits to main since this release

    📅 Originally published on GitHub: Sat, 27 May 2023 20:07:49 GMT
    🏷️ Git tag created: Sat, 27 May 2023 18:32:37 GMT

    Changelogs: v0.4 -> v0.5

    • Fixed podcast download and resolved a few other podcast-related issues.
    • Added thumbnails to the search view.
    • Resolved the issue of the application locking up when the internet connection is interrupted.
    • When downloading via a playlist, variables such as %playlist_name%, %playlist_owner%, and %playlist_desc% are now available as path formatters.
    • Added additional metadata fields such as genre, discs, and total tracks.
    • Included support for alternate podcast file formats.
    • Introduced a few more metadata fields including thumbnails and podcast names.
    • M3u8 playlists now handle missing tracks properly.
    • Resolved the problem of low-quality thumbnails.
    • Embedded unsynchronized lyrics into metadata.
    • Added a few other metadata fields in .lrc files.
    • Cancel, retry, and other buttons now function correctly in progress tabs.
    • Unified the search and URL input fields on the search page.
    • You can now enter a path to a file containing a Spotify URL in the search field to download it.
    • Adding or removing an account no longer requires an application restart for the changes to take effect.
    • Removed the dependencies on pydub and simpleaudio.
    • Properly utilizes the ogg format when in raw mode.
    • Allows .lrc file downloads even when using raw mode.
    • Fixed the ffmpeg and resolved a few path-related issues on Windows systems.
    • Made several UI improvements and bug fixes.
    • When a download is canceled, the partially downloaded file is also removed.
    • Added an application icon and provided instructions for desktop integration with Linux.
    • Added support for setup tools for building .whl packages.
    • Added support for building an Arch Linux package with PKGBUILD.
    • You can now pass one argument to the application: if it is a Spotify URL, it will be queued for download; otherwise, a search will be performed.

    File Checksum ( MD5 )

    Filename Checksum
    onthespot_linux 17fe6c2768ab957540df6806d8b1819e
    onthespot_win.exe 65e6e704c95ef8cf5e6ab5a737d0a9de
    onthespot_linux_ffm 51f640ac2fdbce29e76fae40174e28fc
    onthespot_win_ffm.exe 8aec2a839813a72f211f49f0659c161a
    onthespot-git-0.5-1-any.pkg.tar.xz 62dd46b942a7bd606e5b1c4871d33abb

    NOTES:

    • Binaries with the suffix "_ffm" indicate ffmpeg embedded binaries and do not require ffmpeg to be installed on your system.
    • The file with the extension ".pkg.tar.xz" is a package specifically designed for Arch Linux.

    If you encounter any bugs with this release, please file a bug report or notify me in any way !

    Downloads
  • v0.4 364b8259c6

    v0.4 Stable

    kerem released this 2022-10-13 08:21:34 +03:00 | 122 commits to main since this release

    📅 Originally published on GitHub: Thu, 13 Oct 2022 07:41:20 GMT
    🏷️ Git tag created: Thu, 13 Oct 2022 05:21:34 GMT

    v0.4 - Change logs

    • Improvements on download page
      • Add locate button on completion to open downloaded file location on file manager
      • Add cancel and retry button for individual download items
      • Add ability to clear downloaded items from view
      • Add button for bulk cancelling and retrying downloading items
    • Fix Issue on windows systems
    • Fixed duplication issue when downloading same item multiple times
    • Added support to download synced lyrics (.lrc) files if available
    • Code base re-structure and few other optimizations

    MD5 ( onthespot_linux ) :a1c96ac21f80a32e61597aa5716f24b4
    MD5 ( onthespot_win_ffm ) :fbd9536d48bedce246a53e861daeeeb9

    Downloads
  • v0.3 47b07cbcf5

    v0.3 Stable

    kerem released this 2022-10-06 11:25:01 +03:00 | 138 commits to main since this release

    📅 Originally published on GitHub: Thu, 06 Oct 2022 09:06:38 GMT
    🏷️ Git tag created: Thu, 06 Oct 2022 08:25:01 GMT

    This release contains initial binary distribution for windows systems with ffmpeg embedded and few bugfixes.

    Fixes

    • Fixed URL downloads
    • Desktop app play to download now works on windows too.
    • Fixed downloads getting stuck on 99% with converting status text in windows
    • ffmpeg is now embedded and should not require manual installation.
    Downloads
  • v0.2 947e79e025

    v0.2 Stable

    kerem released this 2022-10-04 16:12:09 +03:00 | 156 commits to main since this release

    📅 Originally published on GitHub: Tue, 04 Oct 2022 13:28:09 GMT
    🏷️ Git tag created: Tue, 04 Oct 2022 13:12:09 GMT

    This release contains initial binary distribution for windows systems, one feature additions and few bugfixes.

    New feature

    • Option to auto download music as you listen to it on main desktop application ( Windows support is experimental. Linux/Windows only support this feature )
    • Show bitrates available for user in accounts table

    Fixes

    • Properly closes media files on windows preventing
    • Fixed download progress bar not updating when using URL download
    • Added instruction for ffmpeg installation for windows users in README.md ( Follow this if download gets stuck at 99% )
    • Other minor changes..
    Downloads
  • v0.1 43affae259

    v0.1 Stable

    kerem released this 2022-10-03 11:26:14 +03:00 | 170 commits to main since this release

    📅 Originally published on GitHub: Mon, 03 Oct 2022 09:12:45 GMT
    🏷️ Git tag created: Mon, 03 Oct 2022 08:26:14 GMT

    Initial release with Linux binaries.
    Download 'onthespot_linux' file below
    Open terminal and run chmod +x onthespot_linux
    then run with ./onthespot_linux

    Downloads