Skip to content

Commit

Permalink
remove uncategorized and descriptor genres (closes #111)
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Apr 26, 2024
1 parent 7086c33 commit 65dc217
Show file tree
Hide file tree
Showing 7 changed files with 398 additions and 2,961 deletions.
8 changes: 0 additions & 8 deletions rose/cache_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,8 +1137,6 @@ def test_list_releases(config: Config) -> None:
secondary_genres=["Orchestral"],
parent_secondary_genres=[
"Classical Music",
"Descriptor",
"Uncategorised",
"Western Classical Music",
],
descriptors=["Wet"],
Expand Down Expand Up @@ -1405,8 +1403,6 @@ def test_list_tracks(config: Config) -> None:
secondary_genres=["Orchestral"],
parent_secondary_genres=[
"Classical Music",
"Descriptor",
"Uncategorised",
"Western Classical Music",
],
descriptors=["Wet"],
Expand Down Expand Up @@ -1640,8 +1636,6 @@ def test_get_collage(config: Config) -> None:
secondary_genres=["Orchestral"],
parent_secondary_genres=[
"Classical Music",
"Descriptor",
"Uncategorised",
"Western Classical Music",
],
descriptors=["Wet"],
Expand Down Expand Up @@ -1768,8 +1762,6 @@ def test_get_playlist(config: Config) -> None:
secondary_genres=["Orchestral"],
parent_secondary_genres=[
"Classical Music",
"Descriptor",
"Uncategorised",
"Western Classical Music",
],
descriptors=["Wet"],
Expand Down
4 changes: 0 additions & 4 deletions rose/collages_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ def test_dump_collage(config: Config) -> None:
"secondary_genres": ["Orchestral"],
"parent_secondary_genres": [
"Classical Music",
"Descriptor",
"Uncategorised",
"Western Classical Music",
],
"descriptors": ["Wet"],
Expand Down Expand Up @@ -282,8 +280,6 @@ def test_dump_collages(config: Config) -> None:
"secondary_genres": ["Orchestral"],
"parent_secondary_genres": [
"Classical Music",
"Descriptor",
"Uncategorised",
"Western Classical Music",
],
"descriptors": ["Wet"],
Expand Down
Loading

0 comments on commit 65dc217

Please sign in to comment.