v0.26.0
What's Changed
Added
authmodule (v4 only, needs-v4andread_access_token):-a request-token,-a access-token -request-token <token>,-a login(browser approval flow), and-a logout. The user access token and v4account_idare cached (mode0600) at the newaccess_token_pathconfig key (default~/.config/tmdb-sync/access_token.json), never inoutput_dir.- v4 client plumbing:
NewRequestV4targetshttps://api.themoviedb.org/4/with the bearer token only (noapi_key), and shared-v3/-v4flag resolution for the upcoming v4account/lists.
Full Changelog: v0.25.0...v0.26.0