Skip to content

Commit

Permalink
add islands
Browse files Browse the repository at this point in the history
  • Loading branch information
TomoBossi committed Dec 12, 2023
1 parent e04ee74 commit 8c82052
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Binary file added images/cover_art/islands.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cover_art/islands_440.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cover_art/islands_50.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion playlist/playlist.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions playlist/playlist_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@ def disable(df, indexes):

if mode == "add":
df = add(df,
index = 354,
title = "the perfect pair",
artists = "beabadoobee",
album = "Beatopia",
yt_id = "HwtEBQiuX-c",
yt_title = "beabadoobee - the perfect pair (Official Audio)",
yt_duration_s = 177,
index = 13,
title = "Islands",
artists = "King Crimson",
album = "Islands",
yt_id = "jY7dbRyoHfE",
yt_title = "King Crimson - Islands",
yt_duration_s = 713,
yt_start_s = 0,
yt_end_s = 0,
volume_multiplier = 1.0,
album_cover_filename = "beatopia.jpg",
album_cover_filename = "islands.jpg",
)

if mode == "move":
Expand Down

0 comments on commit 8c82052

Please sign in to comment.