-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DURATION is not displayed for all FILES #6
Comments
I can only return what the google drive api returns. If it doesn't return a duration, there won't be a duration to display. You can check the logs. (You have to enable them first in the cloudflare worker settings and redeploy). The logs will show the files that were returned from the google drive api and whether there was a duration returned or not. You can click on a specific log line to expand the details and see the file information. |
I turned on LIVE LOGS and read it , I found nothing 🙁 |
If you are seeing a durationMillis in a file for which you are not seeing a duration on Stremio, it could be that theres not enough space for the duration since its on the 5th line. I'm not sure about this and I don't have an android TV to test how many lines it can display, I only heard this in passing elsewhere. I believe you can choose a theme in the Stremio settings to change this and let you see more lines. It could just be that Google Drive isn't returning the duration, but yeah just another potential issue. |
I modified the code to show only file name and duration now |
The duration probably isn't being returned then. Have you checked the logs to be sure? |
you are correct
|
Yeah I don't know why it wouldn't return it if its not a new file. Not much I can do about this unfortunately. |
Ok Sir , no problem |
duration isn't being displayed for many files Sir , please check
The text was updated successfully, but these errors were encountered: