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

Year in music: Add playlists #1779

Closed
wants to merge 1 commit into from
Closed

Conversation

mayhem
Copy link
Member

@mayhem mayhem commented Dec 13, 2021

This PR is based off @amCap1712's year-in-music branch and should first be merged into that branch!

This PR adds support for taking playlist excerpt dumps created by troi and import them into the LB database. Each dump should be formatted as follows:

<user_name>\n
<playlist_mbid>\n
<playlist_JSPF>\n

To import the file use:

manage.py dump import_yim_playlists

@pep8speaks
Copy link

Hello @mayhem! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 324:1: E302 expected 2 blank lines, found 1

Line 154:50: E201 whitespace after '{'
Line 154:69: E201 whitespace after '{'
Line 154:105: E202 whitespace before '}'
Line 169:1: W391 blank line at end of file

@mayhem mayhem closed this Dec 13, 2021
@mayhem mayhem deleted the year-in-music-playlists branch February 21, 2022 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants