by DaledeSilva » Mon Jul 03, 2006 11:13 pm
			
			
			actually.. it does create alot of playlists.. but not as many as you might think.. and certainly not simply doubling up on an artist node.
the script first goes through and reads everyfile in the database and counts, for each artist, the number of their tracks that are higher than a certain rating (let's say, 4 or 5 stars).
then, if that number is greater than 4 tracks (so the artist has at least 5 songs rated 4 stars or above) then it makes an auto playlist based on that criteria for that artist.
all the playlists are placed inside another playlist call "Artist - Groups" for good tree organisation.
the reason I made this is because I put songs on my ipod automatically by syncing an autoplaylist of 3 stars or higher out of my whole library. but when I'm listeing to my ipod.. sometimes I only want to here the songs I REALLY REALL dig by an artist.. so I have these playlists... but at the moment I've only manually created them for a few artists because I can't be bothered creating them.. but with the script I can create ALL of them in a few seconds. And the script can be adapted to other playlist types as well.
because it seems autoplaylist creation isn't possible (at lease for me)... I will have to create normal playlists (which requires more integrated playlist populating throughout the script - whereas an autoplaylist could simply be created at the end)....
...however, it means that if I then rate some more of any of the same artists... the lists wont automatically update, I will have to run the script again.
I can still make it quite useful.. but obviously autoplaylist creation would be much more useful in so many more circumstances.
Dale.
			
			
							actually.. it does create alot of playlists.. but not as many as you might think.. and certainly not simply doubling up on an artist node.
the script first goes through and reads everyfile in the database and counts, for each artist, the number of their tracks that are higher than a certain rating (let's say, 4 or 5 stars).
then, if that number is greater than 4 tracks (so the artist has at least 5 songs rated 4 stars or above) then it makes an auto playlist based on that criteria for that artist.
all the playlists are placed inside another playlist call "Artist - Groups" for good tree organisation.
the reason I made this is because I put songs on my ipod automatically by syncing an autoplaylist of 3 stars or higher out of my whole library. but when I'm listeing to my ipod.. sometimes I only want to here the songs I REALLY REALL dig by an artist.. so I have these playlists... but at the moment I've only manually created them for a few artists because I can't be bothered creating them.. but with the script I can create ALL of them in a few seconds. And the script can be adapted to other playlist types as well.
because it seems autoplaylist creation isn't possible (at lease for me)... I will have to create normal playlists (which requires more integrated playlist populating throughout the script - whereas an autoplaylist could simply be created at the end)....
...however, it means that if I then rate some more of any of the same artists... the lists wont automatically update, I will have to run the script again.
I can still make it quite useful.. but obviously autoplaylist creation would be much more useful in so many more circumstances.
Dale.