You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the playlist (M3U) file generation by including metadata tags such as #EXTINF. This will enrich the playlist files with additional information like track duration and title, providing a better user experience.
Adding this feature will improve the information provided in the playlist files, making them more useful and informative.
Possible implementation
Implement functionality to extract and include metadata (e.g., track duration, title) when generating M3U files.
Use #EXTINF tags to add this metadata to each entry in the playlist.
The text was updated successfully, but these errors were encountered:
@PranjalSurana There is no work/draft PR started for this issue.
Feel free to fork and contribute. Open a draft PR. When you are ready for review, remove draft status and let us know!
PranjalSurana
added a commit
to PranjalSurana/spotify-downloader
that referenced
this issue
Oct 15, 2024
Requested Feature
Enhance the playlist (M3U) file generation by including metadata tags such as #EXTINF. This will enrich the playlist files with additional information like track duration and title, providing a better user experience.
Adding this feature will improve the information provided in the playlist files, making them more useful and informative.
Possible implementation
The text was updated successfully, but these errors were encountered: