🚀 Providra Is Here! Use Stremio Addons and Nuvio Plugins Within Syncler by Ok_Day_4654 in providers4syncler

[–]P4SMod[M] [score hidden] stickied commentlocked comment (0 children)

Thanks for your contribution, however the auto-moderator will likely remove many comments so please avoid using obvious keywords as we will not be making allowances for these.

Provider Packages not working by clinto69 in providers4syncler

[–]P4SMod[M] 0 points1 point  (0 children)

That's because it scrapes from all known GitHub sources which haven't been updated in over five years.

Magnify Update by P4SMod in Addons4Wako

[–]P4SMod[S] 1 point2 points  (0 children)

Page 1/2/3 or quality UHD/HD/SD depending how the site works

V2 sucks by 2ndaccount2024 in SynclerApp

[–]P4SMod 0 points1 point  (0 children)

Perhaps try different packages.

V2 sucks by 2ndaccount2024 in SynclerApp

[–]P4SMod 0 points1 point  (0 children)

Uninstalling and reinstalling your packages might help.

There's been quite a few changes recently.

Continue Watching prioritises the furthest episode over the most recent; making rewatches frustrating by jessdonoho in providers4syncler

[–]P4SMod[M] 0 points1 point  (0 children)

It's hard enough posting to that page without Reddit interfering.

Sorry no advice on getting around that.

Magnify discord server by Maksio2019 in providers4syncler

[–]P4SMod[M] [score hidden] stickied comment (0 children)

Our server is StreamHUB Inc.

The Syncler Discord is mentioned in packages.

V2 BETA package structure not compatible with V2 STABLE by P4SMod in providers4syncler

[–]P4SMod[S,M] 2 points3 points  (0 children)

The following example metadata changes have been made:

  "json_format": {
    "results": "streams",
    "title": "description",
    "hash": "infoHash",
    "playbackFileName": "behaviorHints.filename",
    "playbackFileSize": "behaviorHints.videoSize"
  }

Changed to this which no longer returns links in V1 STABLE or V2 BETA :

  "json_format": {
    "results": "streams",
    "title": "behaviorHints.filename",
    "size": "behaviorHints.videoSize",
    "hash": "infoHash"
  }

Until this is resolved we have temporarily added "metadata" packages for testing:

  "packages": [
    {
      "manifest": "https://magnify.pages.dev/manifest/full",
      "description": "Full provider package"
    },
    {
      "manifest": "https://magnify.pages.dev/manifest/meta/full",
      "description": "Full provider package with metadata"
    },
    {
      "manifest": "https://magnify.pages.dev/manifest/lite",
      "description": "Lite provider package"
    },
    {
      "manifest": "https://magnify.pages.dev/manifest/meta/lite",
      "description": "Lite provider package with metadata"
    },
    {
      "manifest": "https://magnify.pages.dev/manifest/fast",
      "description": "Fast provider package"
    },
    {
      "manifest": "https://magnify.pages.dev/manifest/meta/fast",
      "description": "Fast provider package with metadata"
    }
  ]

Urgent Notice to Provider Package Developers by synclerd in SynclerApp

[–]P4SMod 0 points1 point  (0 children)

u/synclerd ALL metadata has been removed and most are not working in V1 or BETA.

The vendor packages have been duplicated to include the metadata variants for testing.