Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

From trakt to showrss

$
0
0

I use trakt to keep track of my shows.
I’d like to use letterboxd, but there is no plugin for flexget.
Recently I discovered that I can use flexget to transfer a letterboxd list to trakt, an example follows:

letterboxd-lsm: # task
    priority: 190
    disable: seen

#    template:
#      - disable-seen-retry
    letterboxd:
      username: "{? letterboxd.user ?}"
      list: love-smile-cry
    sort_by: added
    #    max_results: 20  # <--- Set depending on how often you run the task; high enough that it will catch all new entries,
    accept_all: yes    #      but low enough so as not to parse (much) more of the list than is necessary.
    list_add:
      - trakt_list:
          account: "{? trakt.account ?}"
          username: "{? trakt.user ?}"
          list: love-smile-cry

In the example a list on letterboxd named love-smile-cry is fetched by flexget and then a list with the same movies is created on trakt.
Magic, cool.

I’d like to do the same but this time from trakt to showrss.
I don’t have the skills to do it by myself, can someone help me?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles