LISTEN-moe / android-app

Official LISTEN.moe Android app
https://github.com/LISTEN-moe/android-app#download
MIT License
248 stars 25 forks source link

[Enchantment] Add a timestamp for a song in Last Played list. #15

Closed xTheEc0 closed 6 years ago

xTheEc0 commented 6 years ago

Add a timestamp for a song in Last Played list.

My reasoning is that sometimes when the WebSocket shits itself and doesn't update the name of the song anymore, it might be hard to notice if the song name has changed. Having some kind of indicator of what and when happened would help?

arkon commented 6 years ago

The websocket data doesn't readily have this. It's technically possible to calculate based on the current song's start time and past songs' durations (if they're not 0), but I'd rather try to fix the root cause instead (#17).