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

Add Letterboxd Watchlists #39

Closed
consier opened this issue Jun 17, 2024 · 3 comments
Closed

Add Letterboxd Watchlists #39

consier opened this issue Jun 17, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@consier
Copy link

consier commented Jun 17, 2024

It would be great to add Letterboxd Watchlists.
However, naming could become an issue when adding multiple watchlists as they are always named watchlist

2024-06-17 16:39:01.196 | INFO     | __main__:<module>:43 - Starting up
2024-06-17 16:39:01.196 | INFO     | __main__:<module>:44 - Starting initial run
2024-06-17 16:39:01.681 | INFO     | __main__:main:29 - 
2024-06-17 16:39:01.681 | INFO     | __main__:main:30 - 
2024-06-17 16:39:01.681 | INFO     | __main__:main:31 - Getting list info for plugin: letterboxd, list id: username/watchlist
Page number:  1
Traceback (most recent call last):
  File "/Jellyfin-Auto-Collections/main.py", line 45, in <module>
    main(config)
  File "/Jellyfin-Auto-Collections/main.py", line 32, in main
    list_info = plugins[plugin_name].get_list(list_id, config['plugins'][plugin_name])
  File "/Jellyfin-Auto-Collections/plugins/letterboxd.py", line 25, in get_list
    list_name = soup.find('h1', {'class': 'title-1 prettify'}).text
AttributeError: 'NoneType' object has no attribute 'text'
@consier consier changed the title Letterboxd Watchlists Add Letterboxd Watchlists Jun 17, 2024
@ghomasHudson ghomasHudson added the enhancement New feature or request label Jun 18, 2024
@ghomasHudson
Copy link
Owner

The watchlists are a different format from the main lists so will require some more substantional reworking to get functional. I'll have a go later this week.

@samueljim
Copy link
Contributor

bump on this :) Let me see if i can work this out

@samueljim
Copy link
Contributor

https://github.com/ghomasHudson/Jellyfin-Auto-Collections/pull/42/files here is support for watchlists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants