l3uddz / traktarr

Script to add new series & movies to Sonarr/Radarr based on Trakt lists.
GNU General Public License v3.0
584 stars 53 forks source link

add tagmovies: tag plex films with collections from Trakt #41

Closed wishbones closed 6 years ago

wishbones commented 6 years ago

Add collection tags to plex movies based on a Trakt list

Use this command to tag Plex movies with a collection name based on a Trakt list.

traktarr tagmovies --help
Usage: traktarr tagmovies [OPTIONS]

  Tags Plex movies with a collection named from a Trakt list.

Options:
  -t, --list-type TEXT      Trakt list to process. For example, anticipated,
                            trending, popular, boxoffice, watchlist or any URL
                            to a list  [required]
  -n, --name TEXT           Use this name as the collection name instead of
                            the list name
  --notifications           Send notifications.
  --authenticate-user TEXT  Specify which user to authenticate with to
                            retrieve Trakt lists. Default: first user in the
                            config.
  --help                    Show this message and exit.

Example

@l3uddz this is just the manual command, haven't added the automatic watching of the lists yet.

What do you think?


TODO

l3uddz commented 6 years ago

looks good thanks, will test it out when I get a chance shortly