liamks / libpytunes

Python Itunes Library parser
https://github.com/liamks/pyitunes
MIT License
220 stars 88 forks source link

Added rating to playlist object returned by getPlaylist() #14

Closed randybias closed 9 years ago

randybias commented 9 years ago

Simply added rating to getPlaylist() such that you can easily get ratings of songs in a specific playlist.

liamks commented 9 years ago

Excellent, thank you!