Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] “Download skipped, since file exists” endless loop #287

Open
maxboz opened this issue Dec 20, 2024 · 4 comments
Open

[Bug] “Download skipped, since file exists” endless loop #287

maxboz opened this issue Dec 20, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@maxboz
Copy link

maxboz commented Dec 20, 2024

What happened?

After downloading about 20 albums, the app downloads an album and enters a loop saying “Download skipped, since file exists,” preventing it from downloading the next one. This issue consumes RAM and makes the UI unresponsive. The only solution is to close the app and re-add the queue.

Version App

0.23.0

What operating system are you seeing the problem on?

macOS

Relevant log output

No response

Your settings

{
    "skip_existing": true,
    "lyrics_embed": false,
    "lyrics_file": false,
    "video_download": false,
    "download_delay": true,
    "download_base_path": "/Volumes/MUSIC/",
    "quality_audio": "HI_RES_LOSSLESS",
    "quality_video": "480",
    "format_album": "{album_artist}/{album_title}/{track_volume_num_optional}{album_track_num}. {artist_name} - {track_title}{album_explicit}",
    "format_playlist": "Playlists/{playlist_name}/{artist_name} - {track_title}",
    "format_mix": "Mix/{mix_name}/{artist_name} - {track_title}",
    "format_track": "{artist_name}/{track_title}{track_explicit}",
    "format_video": "Videos/{artist_name} - {track_title}{track_explicit}",
    "video_convert_mp4": false,
    "path_binary_ffmpeg": "/opt/homebrew/bin/ffmpeg",
    "metadata_cover_dimension": "320",
    "metadata_cover_embed": true,
    "cover_album_file": true,
    "extract_flac": true,
    "downloads_simultaneous_per_track_max": 20,
    "download_delay_sec_min": 3.0,
    "download_delay_sec_max": 5.0,
    "album_track_num_pad_min": 1,
    "downloads_concurrent_max": 5,
    "symlink_to_track": false,
    "playlist_create": false
}
@maxboz maxboz added the bug Something isn't working label Dec 20, 2024
@exislow
Copy link
Owner

exislow commented Dec 20, 2024

Thanks for reporting this. It should be already fixed in master branch. Cannot release it, since this fix is not yet released tamland/python-tidal#309

@ryoko7
Copy link

ryoko7 commented Dec 25, 2024

Thanks for reporting this. It should be already fixed in master branch. Cannot release it, since this fix is not yet released tamland/python-tidal#309

Great work on this repository. Hey, are you aware if pip install git+(this repo) will compile your fork of python-tidal? Or does it still try to get python-tidal from tamland's repo?

@exislow
Copy link
Owner

exislow commented Dec 25, 2024

What do you exactly mean? I actually need to push a release to PyPi. But this does not work with git linked sources in pyproject.toml.

@ryoko7
Copy link

ryoko7 commented Dec 26, 2024

I've been downloading with pip install git+https://github.com/exislow/tidal-dl-ng.git
Works great and it includes your (formatted) extended file detection commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants