Select and delete multiple flims from Watchlist
Allow us to select and remove all or multiple flims from watch list, right now I have to click on films individually.
Thanks

7 comments
-
JPS_GER commented
Same for other lists. It should be much easier to remove large numbers of movies. It's almost impossible to mange larger lists with the limited web interface, so I have to do it with a text editor - problem is, that I have to clean my list to import the movies back in a new order. Much fun removing a few hundred movies with the current interface, just to provide a useful list for the users of letterboxd.
-
Jesse commented
Letterboxd, please do this! In the meantime, I created a bookmarklet that will help with this. How to use:
1. Save bookmarklet
2. Go to watchlist
3. Use your mouse to hover over each title that you want removed
4. Run bookmarkletHere's the bookmarklet:
javascript:(async()=>{'use strict';function wait(milliseconds){return new Promise(resolve=>{setTimeout(()=>{resolve();},milliseconds);});}const posters=document.querySelectorAll('[data-component-class="globals.comps.FilmPosterComponent"]');for(const poster of posters){const removeOptions=document.querySelectorAll('.remove-from-watchlist.ajax-click-action');for(const option of removeOptions){if(option.dataset.filmId === poster.dataset.filmId){option.click();await wait(100);}}}})();
-
Marcos commented
Go to app, long click on a single video you wish to remove, from there you are given the option to delete multiple videos
-
Anonymous commented
Also have to agree with this. I had about 300 on my list and decided that I wanted to start anew and participate more on Letterboxd, but trying to clean my account is too time consuming and I ended up opting to do something else instead.
-
Letterboxd commented
Need this feature.
-
Anonymous commented
Here here!
-
User commented
Please!