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

Track number for playlists #337

Closed
Evandro-GO opened this issue Jan 14, 2025 · 1 comment
Closed

Track number for playlists #337

Evandro-GO opened this issue Jan 14, 2025 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Evandro-GO
Copy link

I need Help.

Is there a way to adjust configuration to put the track number at the beginning of the track name for playlists?
Something like:
001 - (name1), 002 - (name2),......100 - (name100)
01 - (name1), 02 - (name2),......99 - (name99)

Currently I'm using Directory Opus to do this job after a playlist is downloaded.

What operating system do you use?

Windows

Version OS

Windows 11 23H2

Your settings

"skip_existing": true,
    "lyrics_embed": true,
    "lyrics_file": false,
    "video_download": true,
    "download_delay": true,
    "download_base_path": "T:\\",
    "quality_audio": "HI_RES_LOSSLESS",
    "quality_video": "1080",
    "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": "D:\\SW\\Programas\\ffmpeg-7.0.1-essentials_build\\bin\\ffmpeg.exe",
    "metadata_cover_dimension": "640",
    "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": 3,
    "symlink_to_track": false,
    "playlist_create": false
@Evandro-GO Evandro-GO added the help wanted Extra attention is needed label Jan 14, 2025
@exislow
Copy link
Owner

exislow commented Jan 17, 2025

See #165

@exislow exislow closed this as completed Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants