Overview: Builds the popular music playlists, then shares them with your friends
Details: Using popular music track data in plex
- Generates top playlists for each genre where the tracks represent the #1 ranked recently released songs for artists in that genre.
- Generates new playlists for each genre where the tracks represent the newest popular songs for artists in that genre.
- Generates discovery playlists for each genre where the tracks represent the ranked recently released songs for artists in that genre that are not the #1 most popular song for that artist.
Source: https://github.com/nathan-storms/Plex.PowerShell/blob/master/Plex/Plex_Playlists.ps1
2 Likes
Requirements: You will need to have your own plex media server, with a music library.
Steps
-
Download the file
-
Modify the file, you may need to change the following line if you have named your library something other then āMusicā
$libraryTitle = āMusicā
- Double click on the file, you will be prompted for your Plex username & password then it will take care of the rest.
How can I share the playlists that are already created?
@nathanstorms would you mind giving a noobie guide to use this?
Iāve downloaded the script and ranned in powershell (my library name is also āmusicā). But nothing seems to happen and no changes noted on the library also.
I stumbled apon this thread while searching if someone had already placed a request to filter the āpopular tracksā - I always wanted to filter out live records and compilations. Would this script help me do that?
Thanks so much for this. It worked easily as described. I do not care for the types of playlists it created though. How would I modify it to make top 100 popular by all applicable genre lists?
no longer works. Could you fix it?