Feature Request: Auto naming m3u files
See original GitHub issueRequested Feature
When using --m3u
param to create an m3u file from a playlist or album the app should automatically use the playlist/album name as the m3u file name and not require a parameter with the file name.
This is the way SpotDL did it before v4 but I think an optional param is the best way to go, so that the m3u can be named or just deduced from the downloaded list if possible.
Possible implementation
Get the name of the playlist/album from the Spotify API and inject into m3u_file
param of the download
function in the case there is only 1 URL.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Developers - Feature Request: Auto naming m3u files - - Bountysource
Requested Feature. When using --m3u param to create an m3u file from a playlist or album the app should automatically use the playlist/album...
Read more >HOW TO CREATE A CUSTOM M3U * TUTORIAL - YouTube
VLC - https://www.videolan.org/vlc/index.htmlAPP BOX PURCHASE - https://billing.appbox.co/clientarea.
Read more >Feature request: Automatic playlist based on .m3u file ... - GitLab
Hi, whats about a option to create a automatic playlist, which is based on a playlist file (e,g, m3u)? The playlist should get...
Read more >Server: IPTV: Allow groups from m3u/sort order by name - Emby
Feature requests : 1.) Add sorting by group number for TV GUiDE or Channel List. Many M3U_Plus files have a grouping, unfortunately, ...
Read more >Feature Request: Export *.m3u playlist with RELATIVE pathes
We execute the batch file, and an M3U playlist is auto-generated at same location: G:\music\favs\PlaylistParentFolder.m3u
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If this is something you guys might want to add, I can start working on it right away
added in v4.0.2