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

[Feature]: Support adding shows/miniseries from Letterboxd lists #1015

Closed
axsuul opened this issue Aug 27, 2022 · 1 comment
Closed

[Feature]: Support adding shows/miniseries from Letterboxd lists #1015

axsuul opened this issue Aug 27, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request status:not-yet-viewed I haven't reviewed the Feature or Bug yet

Comments

@axsuul
Copy link
Contributor

axsuul commented Aug 27, 2022

Is your feature request related to a problem? Please elaborate.

Shows/miniseries within Letterboxd lists are ignored but should be supported. For example, this list should be supported: https://letterboxd.com/slinkyman/list/letterboxds-top-100-highest-rated-narrative

Describe the solution you'd like

After looking through the codebase, I don't think #102 applies anymore since each Letterboxd item is crawled individually anyways (if I'm not mistaken) and the TMDB id can be retrieved. For example, from Chernobyl the TMDB id can be parsed from

<a href="https://www.themoviedb.org/tv/87108/" class="micro-button track-event" data-track-action="TMDb">TMDb</a>

So it seems like shows/miniseries should now be able to be properly handled since with the TMDB ids we can get TVDB ids. The only caveat is I believe PMM assumes all TMDB ids added to the Letterboxd cache are movies so there willl need to be a way to address this.

Additional Information

No response

@axsuul axsuul added enhancement New feature or request status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Aug 27, 2022
@meisnate12
Copy link
Member

Feature Requests have been moved to https://features.metamanager.wiki.

This Request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request status:not-yet-viewed I haven't reviewed the Feature or Bug yet
Projects
None yet
Development

No branches or pull requests

2 participants