Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Official Trakt Lists Not Valid #1159

Closed
YozoraXCII opened this issue Nov 5, 2022 · 5 comments
Closed

[Bug]: Official Trakt Lists Not Valid #1159

YozoraXCII opened this issue Nov 5, 2022 · 5 comments
Assignees
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet

Comments

@YozoraXCII
Copy link
Contributor

Version Number

1.17.0

What branch are you on?

master

Describe the Bug

It appears that PMM does not support official Trakt lists, I am thinking this is because the list does not contain a username as is standard with user lists.

Example link: https://trakt.tv/lists/official/one-piece-collection?sort=rank,asc

Error Extract: Trakt Error: No valid Trakt Lists in ['https://trakt.tv/lists/official/one-piece-collection']

Discord Thread: https://discord.com/channels/822460010649878528/1038521086838587463

Relevant Collection/Overlay/Playlist Definition

templates:
  playlist:
    default:
      libraries: Movies, TV Shows, Anime Shows, Anime Movies
    sync_mode: sync
    libraries: <<libraries>>
    url_poster: https://raw.githubusercontent.com/Frazzer951/Plex-Meta-Manager-Images/master/playlist/<<playlist_name_encoded>>.jpg

  One Piece (Timeline Order):
    template:
      - name: playlist
    trakt_list: https://trakt.tv/lists/official/one-piece-collection
    libraries: Anime Movies
    radarr_add_missing: true

Logs

https://discord.com/channels/822460010649878528/1038521086838587463

@YozoraXCII YozoraXCII added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Nov 5, 2022
@YozoraXCII YozoraXCII changed the title [Bug]: Official Trakt Lists Not Supported [Bug]: Official Trakt Lists Not Valid Nov 5, 2022
@polklabs
Copy link

Also ran into this same issue with https://trakt.tv/lists/official/pixar-short-films-collection-volume-1

@enzanki-ars
Copy link

It's funny that I stumble across this just now too, as I'm also experiencing a similar issue with https://trakt.tv/lists/official/pixar-shorts.

@JustinHJJohnson
Copy link

@polklabs
Copy link

@YozoraXCII @enzanki-ars @JustinHJJohnson
Found a workaround in the meantime, remove "official" from the URL.
So https://trakt.tv/lists/official/pixar-short-films-collection-volume-1 becomes https://trakt.tv/lists/pixar-short-films-collection-volume-1
The trakt API does not match the URL on the website, some sort of mapping could be added to PMM to fix this.

@meisnate12
Copy link
Member

should be working in nightly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet
Projects
None yet
Development

No branches or pull requests

5 participants