@Addicted wrote:
Hi,i import IMDb list to a local list for discovering later.
But sometimes i add movies to IMDb list which were downloaded or in my local list.
By default they are not accepted with accept all as they are marked as seen.
As they are not accepted,they lay in IMDb list forever unless i remove them manually.
How to do it automatically?Here is part of config
ToDownload: priority: 4 template: no_global seen: local imdb_list: login: '{{secrets.imdb.user}}' password: '{{secrets.imdb.pass}}' list: watchlist accept_all: yes imdb_lookup: yes tmdb_lookup: yes list_add: - movie_list: ToDownload list_queue: - imdb_list: login: '{{secrets.imdb.user}}' password: '{{secrets.imdb.pass}}' list: watchlist
One way may be disable seen with disable_builtin.
I doubt if that's the correct way.As it'll just add everything to "ToDownload" local list.
Will there be duplicate entries??
I thought right way would be not adding them to "ToDownload" local list.But at end/starting check IMDb with seen & 1st/at end remove them.
Posts: 2
Participants: 2