Closed ewwink closed 2 years ago
@ewwink The new TV app is the first of our apps to use the new Stremio Core so yes, it is handled differently.
Most common issues with catalogs are deserialisation errors, usually regarding meta.releaseInfo
being integer instead of string (which is what it is in the docs), meta.released
/ meta.videos[].released
not being set correctly to a ISO 8601 value or meta.id
missing.
The new core is strict about the property types, it will fail if values are not set correctly, as they are stated in the docs.
Thanks for your response, converting meta.releaseInfo
to string solved the problem, my catalog addon are now showing in Home
, but still in Discover
for both cinemeta and my catolog not showing instead the page show EmptyContent
@ewwink does that happen when u change filters? do the filter names include space? there is currently a bug in the new core regarding filters with spaces in the name, one core replaces them with "%20" and the other core replaces them with "+", if that's ur issue, we are already looking into it
Can you confirm the bug still exists in the dev release: https://stremio-development.netlify.app/
solved, it default to Others
category and I just know it can be scrolled to another category (movies, series, etc)
thanks all.
torrentio and cinemeta are work but not other addon, are catalog addon structures different for TV?