Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

I messed up my mov_list with a faulty input adding movies as "none", can I fix this

$
0
0

@Perry wrote:

Fix as in "without purging and manually re-adding the movies".

So what I did with movie-queue: I had a folder on my server that I used as an output like so:

  local_queue_mov_SD:
    priority: 10
    filesystem: /wishlist/getlo/
    accept_all: yes
    imdb_lookup: yes
    list_add:
      - movie_list: mov_get_low
    template: push-notification

That folder is a shared folder on my network, so whenever I saw a movie that interested me - to not forget it later - i would create a subfolder like "movie name 2015". This would be looked up on IMDB when the task was called and passed to movie-queue (now movie-list).

Problem: apparently one of my folders had a typo in it. This caused flexget to add a bad entry to the movie list on every call because it could not find the movie on IMDB:

perry@jarvis:~/.flexget$ flexget movie-list list -l mov_get_low
There is a FlexGet process already running for this config, sending execution there.
Movies for list mov_get_low:
-------------------------------------------------------------------------------
None [imdb_id=None]
None [imdb_id=None]
None [imdb_id=None]
None [imdb_id=None]
None [imdb_id=None]
None [imdb_id=None]
(repeat for about 400 lines before actual movie-list starts).

I tried with

flexget movie-list del -l mov_get_low -t None
There is a FlexGet process already running for this config, sending execution there.
Could not find movie with title None in list mov_get_low

Is there any way for me to remove these entries outside of purging the entire list and re-adding the movies by hand?

Regards,
Perry

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles