-
-
Notifications
You must be signed in to change notification settings - Fork 116
Description
You must use the search before you create an issue!
- I did use the search, I promise!
What happened?
Searched for this without any other findings, very similar to Issue #516
Except I didn't want to jump on that one as it was specific to MacOS, where I am on Fedora 42 (KDE)
Version: Linux x64 Release Version: https://github.com/exislow/tidal-dl-ng/releases/tag/v0.26.6
If I set config to Hi-Res Lossless, Extract from FLAC is disabled, using GUI
Sample of the log file in the GUI, where it first downloaded a LOSSLESS file fine, and then the next file was a HI-RES LOSSLESS, and for that single file it adds a big string of something went wrong lines, before moving onto the next file in queue.
> All setup.
Could not retrieve lyrics for `Angèle Dubeau, La Pietà - Halo 3: One Final Effort`.
> Downloaded item 'Angèle Dubeau, La Pietà - Halo 3: One Final Effort'.
> Next download will start in 3.1 seconds.
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Next download will start in 4.3 seconds.
For my listening equipment, I'm not hell bent on having HI-RES LOSSLESS vs just CD Quality LOSSLESS, but wanted to submit the issue given HI-RES is an option that should work.
Version App
0.26.6
What operating system do you use?
Linux
Version OS
Fedora 42 KDE
Relevant log output
> All setup.
Could not retrieve lyrics for `Angèle Dubeau, La Pietà - Halo 3: One Final Effort`.
> Downloaded item 'Angèle Dubeau, La Pietà - Halo 3: One Final Effort'.
> Next download will start in 3.1 seconds.
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Something went wrong while downloading. File is corrupt!
> Next download will start in 4.3 seconds.
Your settings
{
"skip_existing": true,
"lyrics_embed": false,
"lyrics_file": false,
"video_download": false,
"download_delay": true,
"download_base_path": "/home/techzerker/Music",
"quality_audio": "HI_RES_LOSSLESS",
"quality_video": "480",
"format_album": "Albums/{album_artist} - {album_title}{album_explicit}/{track_volume_num_optional}{album_track_num}. {artist_name} - {track_title}{album_explicit}",
"format_playlist": "Playlists/{playlist_name}/{list_pos}. {artist_name} - {track_title}",
"format_mix": "Mix/{mix_name}/{artist_name} - {track_title}",
"format_track": "Tracks/{artist_name} - {track_title}{track_explicit}",
"format_video": "Videos/{artist_name} - {track_title}{track_explicit}",
"video_convert_mp4": false,
"path_binary_ffmpeg": "/usr/bin/ffmpeg",
"metadata_cover_dimension": "320",
"metadata_cover_embed": true,
"cover_album_file": true,
"extract_flac": false,
"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": 3,
"symlink_to_track": false,
"playlist_create": false,
"metadata_replay_gain": true,
"metadata_write_url": true
}