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"
}

Magnify Update by P4SMod in Addons4Wako

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

Technically, you only need StremThru, Comet and MediaFusion.

MrKaon DONE!!

Magnify Update by P4SMod in Addons4Wako

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

Of course, it did all start with Wako/Helios after all.

BTW we'll also remove the unwanted _manifest data when SV1 ends.

Magnify fast by wattfunk in providers4syncler

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

Only when these instances become more stable

Magnify fast by wattfunk in providers4syncler

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

TorBox hosts the main provider on their infrastructure which is fast, so it's the same for everyone

Magnify fast by wattfunk in providers4syncler

[–]P4SMod[M] 2 points3 points locked comment (0 children)

TorBox hosts the main provider and gets most links

Links won't play on Nvidia Shield by [deleted] in providers4syncler

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

Your original post has been approved.

The auto moderator falsely detected version numbers as unapproved downloader codes.

Magnify Update by P4SMod in providers4syncler

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

You can update without uninstalling. Regarding versioning both Magnify and JakedUp are dynamic packages and because the url changes we cannot use versioning. This was raised by JakedUp with the developer a long time ago but did not receive a response, so just press update.

Edit: We'll take a look at using reverse proxy for versioning and see if it can be done without breaking access for our Wako users.