15 Commits

Author SHA1 Message Date
DogmaDragon
43feb5909d Add URLs to plugins for better access and support
- Updated FileMonitor plugin URL to Discourse link
- Updated LocalVisage plugin URL to Discourse link
- Updated PlexSync plugin URL to Discourse link
- Updated PythonDepManager plugin URL to Discourse link
- Updated PythonToolsInstaller plugin URL to Discourse link
- Updated RenameFile plugin URL to Discourse link
- Updated SFW Switch plugin URL to Discourse link
- Updated SecondaryPerformerImage plugin URL to Discourse link
- Updated StashRandomButton plugin URL to Discourse link
- Updated TPDBMarkers plugin URL to Discourse link
- Updated ThumbPreviews plugin URL to Discourse link
- Updated VideoBanner plugin URL to Discourse link
- Updated VideoScrollWheel plugin URL to Discourse link
- Updated additionalFilesDeleter plugin URL to Discourse link
- Updated audio-transcodes plugin URL to Discourse link
- Updated bulkImageScrape plugin URL to Discourse link
- Updated chooseYourAdventurePlayer plugin URL to Discourse link
- Updated cjCardTweaks plugin URL to Discourse link
- Updated comicInfoExtractor plugin URL to Discourse link
- Updated defaultDataForPath plugin URL to Discourse link
- Updated dupeMarker plugin URL to Discourse link
- Updated e621_tagger plugin URL to Discourse link
- Updated externalLinksEnhanced plugin URL to Discourse link
- Updated filenameParser plugin URL to Discourse link
- Updated funscriptMarkers plugin URL to Discourse link
- Updated hotCards plugin URL to Discourse link
- Updated imageGalleryNavigation plugin URL to Discourse link
- Updated image_date_from_metadata plugin URL to Discourse link
- Updated markerDeleteButton plugin URL to Discourse link
- Updated markerTagToScene plugin URL to Discourse link
- Updated miscTags plugin URL to Discourse link
- Updated nfoSceneParser plugin URL to Discourse link
- Updated pathParser plugin URL to Discourse link
- Updated performerStashboxUrlToID plugin URL to Discourse link
- Updated sceneCoverCropper plugin URL to Discourse link
- Updated scenePageRememberStates plugin URL to Discourse link
- Updated setPerformersFromTags plugin URL to Discourse link
- Updated setSceneCoverFromFile plugin URL to Discourse link
- Updated starIdentifier plugin URL to Discourse link
- Updated stashAI plugin URL to Discourse link
- Updated stashAppAndroidTvCompanion plugin URL to Discourse link
- Updated stashNotes plugin URL to Discourse link
- Updated stashNotifications plugin URL to Discourse link
- Updated stashdb-performer-gallery plugin URL to Discourse link
- Updated stats plugin URL to Discourse link
- Updated tagCopyPaste plugin URL to Discourse link
- Updated tagGalleriesFromImages plugin URL to Discourse link
- Updated tagImagesWithPerfTags plugin URL to Discourse link
- Updated tagScenesWithPerfTags plugin URL to Discourse link
- Updated themeSwitch plugin URL to Discourse link
- Updated timestampTrade plugin URL to Discourse link
- Updated titleFromFilename plugin URL to Discourse link
- Updated untagRedundantTags plugin URL to Discourse link
- Updated videoChapterMarkers plugin URL to Discourse link
- Updated BlackHole theme URL to Discourse link
- Updated ColorPalette theme URL to Discourse link
- Updated Minimal theme URL to Discourse link
- Updated ModernDark theme URL to Discourse link
- Updated NeonDark theme URL to Discourse link
- Updated Night theme URL to Discourse link
- Updated Plex theme URL to Discourse link
- Updated PornHub theme URL to Discourse link
- Updated Pulsar theme URL to Discourse link
- Updated PulsarLight theme URL to Discourse link
- Updated RoundedYellow theme URL to Discourse link
- Updated FansDB Submission Helper userscript URL to Discourse link
- Updated StashDB Submission Helper userscript URL to Discourse link
2025-12-20 03:59:59 +02:00
donlothario
906a8502e4
Fix groups in TPDBMarker (#633) 2025-11-19 13:13:52 +02:00
anonymous-ants
a2813fbeab
TPDBMarkers: Fix syntax error (#617) 2025-09-16 18:58:10 +03:00
donlothario
377ba6d303
Fix GraphQL Validation is Failing for timestampTrade and TPBMarkers (#608) 2025-09-03 05:23:49 +03:00
bunkmate5127
a313a93759
Fix create_movie() deprecation in TMDBMarkers Plugin (#607) 2025-08-30 10:06:55 +03:00
DogmaDragon
6cc70783a3 Bump version to 0.4.1 and update primary_tag assignment in TPDBMarkers plugin 2025-08-14 17:27:11 +03:00
DogmaDragon
164ae0f179
Bump version for TPDBMarkers.yml 2025-08-12 07:57:35 +03:00
donlothario
9026d194c8
Enhance TPDBMarkers (#602) 2025-08-12 07:56:19 +03:00
NotMyMainUser
ba646c807c
[timestampTrade] [tpdbMarkers] replace deprecated url property with urls 2025-05-22 16:52:44 +02:00
DogmaDragon
034a8a7939
Add forum links in README files for various plugins and themes (#559) 2025-05-18 22:37:19 +03:00
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