You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use previous reading to determine if another full read is required. We have two
separate scenarios:
* If we use the player to communicate all information (no URL to file)
Use the Artist and Title and compare if the list have changed. Try to get all
of these properties into ONE reading.
* If we use file-URL and mp3-reader to get all information
Get the file-URL strings for the songs in the list. Try to get all of these in
ONE reading.
--- Notes:
1. Information used in the comparison shall be pure reading from previous
(rawPlaylist).
2. Count the number of items in rawPlaylist (maximum tandalength+2). If the
size is less than maximum, try to read one more (preferably in the same
script). -Applescript, this will require only one call.
Original issue reported on code.google.com by [email protected] on 23 Jan 2015 at 7:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 23 Jan 2015 at 7:44The text was updated successfully, but these errors were encountered: