This repository has been archived by the owner on May 27, 2024. It is now read-only.
Export empty instead of 0 for seek position times #17
Labels
enhancement
New feature or request
Milestone
In the MUSER app, we attempt to get the seek position of the song when an event is triggered. For example, the user taps on the screen Play button, and we generate a UI event for PLAY and a player event for PLAY when the song starts playing.
Depending on the state of player, the seek position may not be available at certain times. In that case, the function to get the position returns
0
:https://github.com/CUTR-at-USF/MUSER/blob/usf/app/src/main/java/com/simplecity/amp_library/utils/MusicServiceConnectionUtils.java#L99
For this reason, when we're exporting the data, we should leave the seek position blank/empty in the CSV file instead of outputting a
0
value.The text was updated successfully, but these errors were encountered: