exislow / tidal-dl-ng

TIDAL Media Downloader Next Generation! Up to HiRes Lossless / TIDAL MAX 24-bit, 192 kHz.
GNU Affero General Public License v3.0
196 stars 17 forks source link

[Help] Playlists in directories are not listed #127

Open Vorbisset opened 1 month ago

Vorbisset commented 1 month ago

I need Help.

From GUI, my playlists from Tidal directories are not listed. There is a way to show them ?

What operating system are you seeing the problem on?

Windows

Your settings

{"skip_existing": "False", "lyrics_embed": false, "lyrics_file": false, "video_download": true, "download_delay": true, "download_base_path": "~/download", "quality_audio": "HI_RES_LOSSLESS", "quality_video": "480", "format_album": "Albums/{album_artist} - {album_title}{album_explicit}/{album_track_num}. {artist_name} - {track_title}", "format_playlist": "Playlists/{playlist_name}/{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": "", "metadata_cover_dimension": "320", "extract_flac": false, "downgrade_on_hi_res": false}
exislow commented 1 month ago

All playlists within folders are shown in the left pain but the folder names are not shown, since tidalapi (library this project uses) does not support them.

Further reference: https://github.com/tamland/python-tidal/issues/267