horiator / beamproject

Automatically exported from code.google.com/p/beamproject
0 stars 0 forks source link

QuickRead for all Modules #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 mikael.h...@gmail.com on 23 Jan 2015 at 7:44

GoogleCodeExporter commented 9 years ago
Only applies for Mac and Audacious as all other items are checked out anyways.

Original comment by mikael.h...@gmail.com on 25 Jan 2015 at 3:12

GoogleCodeExporter commented 9 years ago

Original comment by mikael.h...@gmail.com on 2 Feb 2015 at 3:26

GoogleCodeExporter commented 9 years ago

Original comment by mikael.h...@gmail.com on 2 Feb 2015 at 4:14

GoogleCodeExporter commented 9 years ago
All nessesary modules have this feature now. Rest move to Version 0.4

Original comment by mikael.h...@gmail.com on 12 Feb 2015 at 8:35