Say you have a file:
SeriesName.S01E01.HDTV.XviD-XYZ.avi
How do you make a regular expression that matches? Some of my files are not being imported automatically and I wonder if regular expressions are the cause.
So far I needed to limit the media items to respect the token limit of ChatGPT.
Now the complete media items can be used, because the movie list is splitted into chunks of a specified size and responses for each chunk are concentrated into the result list :)
private async Task<string> GenerateResponseWithGPT(string searchQuery...
So far I needed to limit the media items to respect the token limit of ChatGPT.
Now the complete media items can be used, because...
Hi,
I'm planning to write a plugin for MediaPortal 2, that supports users to find the right media items with help of AI...