You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. While working on locating all movies in IMDB that are legal to share on the Internet, I discovered a minor hickup with the search result used in this provider to find movies in the Internet Archive. In addition to ignoring entries with collection:movie_trailers, it should also ignore entries with collection:sabucat_trailers to avoid a few more trailers from the search result.
The text was updated successfully, but these errors were encountered:
After doing some testing, I suspect this is a better search to use:
(collection:moviesandfilms
OR collection:animationandcartoons
OR collection:classic_cartoons)
AND NOT collection:movie_trailers
AND NOT collection:sabucat_trailers
AND NOT collection:stock_footage
AND NOT collection:home_movies
AND NOT collection:prelinger_mashups
AND -mediatype:collection
AND format:"Archive BitTorrent"
For the record, the above proposed search currently return 18958 movies. Adding 'AND year' at the end reduce the search result to 565 movies. Of the 18958, I have been able to identify the IMDB title ID of 2337. I have not yet had time to investigate the remaining 16621.
Hi. While working on locating all movies in IMDB that are legal to share on the Internet, I discovered a minor hickup with the search result used in this provider to find movies in the Internet Archive. In addition to ignoring entries with collection:movie_trailers, it should also ignore entries with collection:sabucat_trailers to avoid a few more trailers from the search result.
The text was updated successfully, but these errors were encountered: