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

Generated playlist m3u file does not handle path-template feature #1406

Closed
aviladev opened this issue Oct 28, 2021 · 0 comments · Fixed by #1436
Closed

Generated playlist m3u file does not handle path-template feature #1406

aviladev opened this issue Oct 28, 2021 · 0 comments · Fixed by #1436
Assignees
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed

Comments

@aviladev
Copy link

System OS

Linux

Python Version

3.8 (CPython)

Install Source

pip / PyPi

Install version / commit hash

v3.9.0

Expected Behavior vs Actual Behavior

Expected the m3u playlist file to include the correct path to the songs, based on the supplied template (provided to --path-temaplate arg). Instead, the file just contains the songs names.

Steps to reproduce

  1. Download playlist

    spotdl https://open.spotify.com/playlist/37i9dQZF1DX3sCxifFcRJz \
      --m3u \
      --path-template '{artist}/{album}/{artist} - {title}.{ext}'
  2. Check generated playlist file

Traceback

No errors

Other details

No response

@aviladev aviladev added the Bug Unexpected problem or unintended behavior that needs to be fixed label Oct 28, 2021
@xnetcat xnetcat self-assigned this Oct 29, 2021
@xnetcat xnetcat mentioned this issue Dec 13, 2021
10 tasks
@xnetcat xnetcat linked a pull request Dec 13, 2021 that will close this issue
10 tasks
xnetcat added a commit that referenced this issue Dec 14, 2021
@xnetcat xnetcat closed this as completed Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants