Skip to content

Commit

Permalink
Note the temporary playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
p5quared authored Jul 20, 2024
1 parent 455f29c commit 88a2798
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ To open the Telescope picker and select a playlist to play:
:lua require('apple-music').select_playlist_telescope()
```

## !IMPORTANT!
In order to play albums, I am using a workaround described in the acknowledgements where I create temporary playlists from the songs contained in an album. This means every time you play an album, it will add a playlist to your library. That is why there is the capability to cleanup these temporrary playlists:
```lua
require("apple-music").cleanup_all()
```

## License

This plugin is released under the MIT License. See [LICENSE](./LICENSE) for more information.
Expand Down

0 comments on commit 88a2798

Please sign in to comment.