itunes-data icon indicating copy to clipboard operation
itunes-data copied to clipboard

playlist emitter documentation unclear

Open MasterOdin opened this issue 9 years ago • 1 comments

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 avatar Nov 01 '16 21:11 MasterOdin

@MasterOdin that sentence is also odd to me. Besides, I created playlists-related issue: #10 - maybe it's somehow might be related.

alundiak avatar Feb 20 '17 01:02 alundiak