from pathlib import Path import tempfile playlist_folder_template = "{artist} - {title}" track_filename_template = "{number} {artist} - {title}.mp3" music_folder = r"D:\music" tmp_folder = Path(tempfile.gettempdir()) / "!!downloader"