Commit Graph

5 Commits

Author SHA1 Message Date
pedrolara-boop
476f122850 # Update TPDB Markers Plugin to Use find_groups() (#508)
## Description
This PR updates the TPDB Markers plugin to use the newer `find_groups()` method instead of the deprecated `find_movies()` method. This change resolves the deprecation warning while maintaining the same functionality.

## Changes Made
- Replaced `stash.find_movies()` with `stash.find_groups()` in the `processMovie()` function
- Updated both instances where the method was used:
  1. When checking for existing movies by URL
  2. When searching for movies by title

## Testing
The functionality remains the same, but now uses the recommended API method. The plugin will continue to:
- Process TPDB markers
- Create and associate movies with scenes
- Handle all existing features without the deprecation warning

## Related Issue
Fixes deprecation warning.
2025-03-03 23:18:19 +02:00
gq1869
1104140f4a Uses dict.get() to avoid KeyError in TPDBMarkers plugin (#484) 2025-01-23 08:54:42 +02:00
feederbox826
b166d47c8d clean up unused dependencies requirements (#399)
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-08-16 22:21:26 +03:00
Tweeticoats
a419887550 [TPDBMarkers] Adding movie support if tpdb have this information (#308)
Co-authored-by: Tweeticoats <Tweeticoats@github.com>
2024-05-25 20:58:13 +03:00
feederbox826
a7c6183bc3 silly typo 2024-05-20 19:38:28 -04:00