Gabriel Ortega

Results 13 comments of Gabriel Ortega

Hi @Nervulox, I tested the same movie using the TMDB Helper add-on and had no issues playing it with the Jackett indexer and Elementum player. The issue you mentioned could...

Closed as completed since the original request was resolved, and the subsequent issue could not be reproduced with the information provided. @Nervulox, if the subsequent issue persists, please feel free...

Yes, it is true that doing this requires significant motivation, and I am not planning to implement it in the near future. However, I created the feature request as a...

Hey @PrevotYann, I think you could start checking the following lines: https://github.com/Sam-Max/plugin.video.jacktook/blob/main/lib/utils/utils.py#L637

Hint: https://github.com/Jackett/Jackett "Search modes and parameters"

This sounds like a great feature—both useful and easy to implement. If I understand correctly, you’re suggesting a playback setting to enable or disable remembering the last selected source for...

Okay, there is another feature that could be related to this one because it also involves a decision point before playback starts: ‘Resume the movie at minute xxx.’ Implementing this...

Yes, Kodi automatically resumes playback when the video is part of your library

Some components have been added: #### **1. Enrichers (Metadata Enhancers)** Enrichers add or modify metadata in items (dictionaries) based on specific patterns in their data. - **Base Class**: `Enricher` -...