fsktom / rusty-endsong-parser

Better, more performant version of https://github.com/fsktom/endsong-parser-python written in Rust
0 stars 0 forks source link

% of times the song has been listened to fully #46

Open fsktom opened 1 year ago

fsktom commented 1 year ago

For song info, display the % of times the song has been listened to partially compared to fully

fsktom commented 1 year ago

Related: #27 => figure out what ms_played is when you listen to the same song multiple times while skipping through it idk

fsktom commented 1 year ago

See https://github.com/fsktom/rusty-endsong-parser/issues/27#issuecomment-1636614114

fsktom commented 1 year ago

When doing this, I'm gonna have to be careful since it's possible that ms_played will be higher than the actual song length found out.

So instead of doing == song_length it should be >= song_length?