playlist emitter documentation unclear
The README states that:
playlist emits a playlist album with fields such as Name, Tracks (an array of track objects), and so on.
which omits that the "track objects" are a bunch of dictionaries with the form of { "Track ID": 86850} where that number could be anything, which you have to cross-reference on the stream from tracks.
However, you do actually output this information when using the cli application.
Would it make sense to have this happen within the main itunes-data library instead? Or just I guess make it more clear what you have to do with the playlists stream in the README?
@MasterOdin that sentence is also odd to me. Besides, I created playlists-related issue: #10 - maybe it's somehow might be related.