You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a file name includes a language code within square braces (e.g., [Tam], [Mal], [Hin]), the system fails to locate the requested file and returns a "NO FILE FOUND" error. The files do exist in the database, but the presence of square braces in the file names is causing this issue.
Steps to Reproduce:
Request a file with a name format that includes square braces around the language code, such as [Tam], [Mal], [Hin].
Observe that the system returns a "NO FILE FOUND" error.
Expected Behavior:
The system should locate and return the requested file, regardless of the presence of square braces in the file name.
Suggested Fix:
Remove only the square braces from the file names, leaving the language codes intact. This adjustment should be applied to file names, as well as season and episode names, to resolve the issue.
Additional Information
The same issue persists for season and episode names that include square braces.
The text was updated successfully, but these errors were encountered:
Every bracket and dots prevents filtering. Even the year also the same manner and in the episode and season filtering, If the Season or episode is in the format of S01E01 Or S01EP01 it doesn't filter via season or episode.
Description
When a file name includes a language code within square braces (e.g., [Tam], [Mal], [Hin]), the system fails to locate the requested file and returns a "NO FILE FOUND" error. The files do exist in the database, but the presence of square braces in the file names is causing this issue.
Steps to Reproduce:
Request a file with a name format that includes square braces around the language code, such as [Tam], [Mal], [Hin].
Observe that the system returns a "NO FILE FOUND" error.
Expected Behavior:
The system should locate and return the requested file, regardless of the presence of square braces in the file name.
Suggested Fix:
Remove only the square braces from the file names, leaving the language codes intact. This adjustment should be applied to file names, as well as season and episode names, to resolve the issue.
Additional Information
The same issue persists for season and episode names that include square braces.
The text was updated successfully, but these errors were encountered: