xbgmsharp / trakt

Import CSV to Trakt.tv list and Export Trakt.tv list into CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export from custom lists

n3mur1t0r opened this issue · comments

Hello, is it possible to export from custom lists? If not, can it be easily implemented? I'm very bad with python, so I wouldn't know :)

I second this request, thanks.

I implemented the custom user list export. you have to select the lid you wished to export.

http://docs.trakt.apiary.io/#reference/users/lists/get-a-user%27s-custom-lists
http://docs.trakt.apiary.io/#reference/users/list-items/get-items-on-a-custom-list

Export all movies from the a username list:

    $ ./export_trakt.py -c config.ini -t movies -o export_movies_username.csv
    $ ./export_trakt.py -c config.ini -t shows -o export_shows_username.csv