scdl-org / scdl

Soundcloud Music Downloader
GNU General Public License v2.0
3.3k stars 331 forks source link

Added '--add-description' option #459

Closed mistajase79 closed 1 month ago

mistajase79 commented 7 months ago

This new option will add the track description to an separate *.txt file (using the same filename as the music file). Some music players will display this text whilst the track is playing - great for tracklists on DJ mixes and podcasts.

authorisation commented 2 months ago

Any progress on this getting merged?

7x11x13 commented 1 month ago

Question: why only create the description file if the length of the description is > 3? Why not if it is > 0?

7x11x13 commented 1 month ago

This is ready to be merged, when you answer my question above @mistajase79

mistajase79 commented 1 month ago

Question: why only create the description file if the length of the description is > 3? Why not if it is > 0?

Was only to prevent adding description files if only an emoji was used - technically it shouldn't really matter, more of an edge case... happy to set to zero