Files
CommunityScripts/plugins
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
..
2024-05-14 01:57:50 +03:00
2024-02-11 19:41:16 +11:00
2025-02-11 01:42:28 +02:00
2024-08-26 13:37:15 -04:00
2024-02-17 23:09:10 +05:30
2024-06-22 22:41:37 +03:00
2024-10-03 22:29:55 +03:00
2025-02-19 08:10:37 +02:00