Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.39 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.39 KB

LaLoop for iOS

LaLoop is an iOS application used to display upcoming music album release dates.

Version 1.0.x

Download LaLoop on the App Store

Support

If you're having any difficulties with the application, feel free to contact me at [email protected] or by creating a new issue. LaLoop is developed and maintained by one person - replies may not be immediate.

Development Contribution Note

  • LaLoop displays the information gathered by the apollo webscraper on iOS devices. More information on apollo and the API will be available in the future. If you have any questions, feel free to contact me at [email protected]

  • If the JSON from the apollo webscraper contains the month and year but not the day for the release date of the recording, we set the day to 01. To create a distinction between these dates and release dates actually released on the first of the month, we use the following standard:

    • IMPORTANT : The standard we use for this situation is to set the date in the db as ([1999 + YYYY]-MM-01)
      • Example: A recording released on September 2018 without a day will be stored as 4017-09-01
      • Conversion back will be handled on the client-side
      • Be aware that this is temporary - future versions will use a singular integer format instead