Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yaronzz/Tidal-Media-Downloader Loading
base: master
Choose a base ref
...
head repository: stxm/tidal-media-downloader Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 22, 2024

  1. Fixed two small bugs that could cause lyric files to be blank.

    1. Some songs only have plain text lyrics, which were not considered.
    2. Lyrics containing foreign characters would result in a blank file due to a save error.
    exp-3 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c282b3e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Prevent failure to save due to excessively long file paths

    The titles and artists of some classical music pieces are so long that they result in file paths that are too lengthy to be written.
    exp-3 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4b63975 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Merge pull request #1 from exp-3/master

    add patches
    stxm committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    859aaca View commit details
    Browse the repository at this point in the history
Loading