NoelDeMartin / media-kraken

Track your movies with Media Kraken
https://noeldemartin.github.io/media-kraken/
GNU General Public License v3.0
71 stars 6 forks source link

Feature request - bulk edit/delete options would be cool #33

Open davidcsloane opened 1 month ago

davidcsloane commented 1 month ago

I took the prompt, to fill in the IMDB top 100 movies, and realized that this isn't a useful list for me. I've seen ~2/3 of these films, and deleting them one by one involves many clicks. Is it possible to delete a collection? Or multi-select movies, and delete them?

NoelDeMartin commented 1 month ago

Hey, thanks for opening an issue.

At the moment it's not possible but I'll keep it in mind in the future. One of the ideas I have is to implement a list view, and it shouldn't be difficult to add that kind of interaction there.

However, until that happens (it's going to take a while), maybe you can use a different application to do it? The nice thing about Solid is that your data is not trapped in a single app. So if an app is missing a feature you would like, you can potentially use a different app to update the data :). In this case, you only need to delete the documents with the movies you've watched, so you could use any pod browser type of app.

Also, you say you've seen the movies? In that case, you could just mark them as watched instead of deleting them, that way you'll also be able to keep track of the ones you've already seen (which is the point of the app). It shouldn't be too difficult to do that, since you can click on the ribbon with the clock icon to mark them as watched.