Skip to content

Conversation

@Gujal00
Copy link

@Gujal00 Gujal00 commented Aug 9, 2025

Description

Fix Now showing section
Add new functionality to play specific season trailer for tvshows
plugin://plugin.video.imdb.trailers/?action=play_id&imdb={imdb_id}&season={season_number}

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [plugin.video.foo] v1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practice but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.
  • If you see no activity on your PR after a week (so at least one weekend has passed) then please go to the #kodi-dev freenode IRC channel to reach out to the team

@basrieter basrieter merged commit 5f13509 into xbmc:matrix Aug 13, 2025
1 check passed
@henryjfry
Copy link

henryjfry commented Aug 14, 2025

Hey for the next update you should also include some of the additional methods here:

https://gist.github.com/henryjfry/86ee7d2a09143b6c5b86d283cf6b76f0

To replace the current scraping methods:

https://gist.github.com/henryjfry/86ee7d2a09143b6c5b86d283cf6b76f0#file-get_videos-py
get_video_info()

Coming Soon (movies by country)
https://gist.github.com/henryjfry/86ee7d2a09143b6c5b86d283cf6b76f0#file-imdb_coming_soon-py

In cinema (by location)
https://gist.github.com/henryjfry/86ee7d2a09143b6c5b86d283cf6b76f0#file-imdb_movies_near_you-py

Pretty sure there is enough information in there to get working lookups for all the IMDB stuff you currently scrape.

@Gujal00
Copy link
Author

Gujal00 commented Aug 14, 2025

@henryjfry get_video_info() is already included in this PR. Will get to the other two in the next PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants