your_spotify icon indicating copy to clipboard operation
your_spotify copied to clipboard

Allow deleting pieces of listening history

Open C0ffeeCode opened this issue 2 years ago • 6 comments

C0ffeeCode avatar May 14 '22 21:05 C0ffeeCode

Hello!

If I understand correctly, you want to be able to delete tracks from your history. But I'm wondering how strong this feature has to be. Be able to delete specific pieces or bulk delete from several conditions. If you have a specific use case I'd love to hear about it.

Thanks for the feedback!

Yooooomi avatar May 17 '22 21:05 Yooooomi

Both would be nice to have, but deleting, but deleting tracks individually would be very nice.

C0ffeeCode avatar May 17 '22 22:05 C0ffeeCode

This addition would be so nice to have !

h-marti avatar Sep 15 '22 09:09 h-marti

This would be indeed a nice addition. My usecase is simple: there are songs/artists listened by my children with my account skewing my statistics by a lot. :)

esolitos avatar Jan 16 '23 17:01 esolitos

For me, I have a couple tracks that were played a lot whilst I'm sleeping, I'd like to delete them out. I can't actually load the artist page as there's so many records

ashleycollinge1 avatar May 24 '23 14:05 ashleycollinge1

On my side, I would appreciate to be able to delete a session. I have a session of one song looping for 32 hours which screw my stats. In the meantime, if anyone mastering mongodb could tell me how to delete it manually, it would be awesome :)

EDIT: To delete all records in a certain period db.infos.deleteMany({owner: ObjectId("YOUR_:ID"), played_at: { $gt: new Date("2016-06-17T08:44:00Z"), $lt: new Date("2016-06-18T16:49:00Z") }}) (The datetime entered should be CET)

the-lazy-fox avatar Sep 10 '23 17:09 the-lazy-fox