trakt-csv-scripts icon indicating copy to clipboard operation
trakt-csv-scripts copied to clipboard

Export shows from collection

Open ghost opened this issue 4 years ago • 0 comments

Is it possible to export shows, not episodes, from a collection to csv?

exec command:

/etc/miniconda3/envs/trakt/bin/python /opt/trakt-csv-scripts/export_trakt.py -c config.ini -t shows -o export_tv_collection.csv -l collection

output:

Saved as "access_token" in file config.ini: *********************************************************************************
Saved as "refresh_token" in file config.ini: ********************************************************************************
Found 956 shows(s) from collection
Found 0 duplicate(s) out of 0 shows(s)```

It finishes but doesn't save any csv. 

ghost avatar Aug 25 '21 09:08 ghost