Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QuickRead for all Modules #25

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 4 comments
Open

QuickRead for all Modules #25

GoogleCodeExporter opened this issue Mar 13, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Only applies for Mac and Audacious as all other items are checked out anyways.

Original comment by [email protected] on 25 Jan 2015 at 3:12

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 2 Feb 2015 at 3:26

  • Added labels: Priority-medim
  • Removed labels: Priority-High

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 2 Feb 2015 at 4:14

  • Added labels: Priority-Medium
  • Removed labels: Priority-medim

@GoogleCodeExporter
Copy link
Author

All nessesary modules have this feature now. Rest move to Version 0.4

Original comment by [email protected] on 12 Feb 2015 at 8:35

  • Added labels: Milestone-Release0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant