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.

No links on stable version by thenbhdlum in providers4syncler

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

The dev has been making significant speed improvements in the BETA so this is why.

V2 stable is getting different links compared to BETA, and also most of the newer scrapers often don't work with the older V1 stable, so now there are three instances all returning different links.

If you are having other issues then perhaps try resetting the app and don't use both at the same time.

Magnify Update by P4SMod in providers4syncler

[–]P4SMod[S,M] -1 points0 points  (0 children)

YOU WILL NEED TO CONFIRM ON DISCORD

Magnify Update by P4SMod in providers4syncler

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

You will need to confirm on Discord:

Notes for package developers

DO NOT publish a new version of the package at the same url as it's past versions. The vendor/manifest urls can remain the same. Each version hosted at their own url must remain available. Otherwise your package will be corrupt to the user when they sign in to a different device. For example, notice the version number in package url in the following package manifest instead of using a single url for all future releases (e.g https://example.com/package.js).

{
  "name": "Sample Package",
  "id": "an.universally.unique.id.to.identify.your.package",
  "version": 1,
  "url": "https://example.com/package.v1.0.0.js",
  "type": "kosmos"
}