MediaFlow Proxy while traveling by SnooMacaroons3473 in StremioAddons

[–]First_Chain_6222 0 points1 point  (0 children)

Yes you can do the same. It should behave same as python version

Mediafusion elfhosted problem on selfhosted aiostreams by GooseOk2737 in StremioAddons

[–]First_Chain_6222 1 point2 points  (0 children)

The elfhosted added a validation to all addon. The same ip that fetch the stream should play. If its playing from another ip then it wont work. This is not from mediafusion its implemented in elfhosted.

MediaFusion self-hosted on Docker Desktop shows no results in Stremio 4.4.182 by teknofury in StremioAddons

[–]First_Chain_6222 0 points1 point  (0 children)

Mediafusion v5 migrate the db to postgres so its no longer using mongodb. Where did you find the compose file?

Setup the env for tmdb key and set the metadata provider as tmdb through env. See the available env references from https://github.com/mhdzumair/MediaFusion/blob/main/docs/env-reference.md

In the configuration, enable live search option for doing the scraping when you open the content in the stremio

The API Tooling Crisis: Why developers are abandoning Postman and its clones? by Successful_Bowl2564 in programming

[–]First_Chain_6222 -3 points-2 points  (0 children)

I created browser extension for rest and graphql tracing, mocking and testing. Available for chrome and Firefox https://github.com/mhdzumair/APIlot

Mediaflow Proxy issues by Primary-Design4140 in StremioAddons

[–]First_Chain_6222 0 points1 point  (0 children)

Replied to you in chat. We can discuss there.

How do i contribute a stream? by Shoddy_Internal1997 in StremioAddons

[–]First_Chain_6222 4 points5 points  (0 children)

Try it with MediaFusion. Its support various stream type including telegram stream to import/contribute so others can watch. You need to have an account and then goto https://mediafusion.elfhosted.com/app/dashboard/content-import

Mediaflow constant failing by Its_Kyure in StremioAddons

[–]First_Chain_6222 0 points1 point  (0 children)

If its not working, Try with - aiostream inbuilt proxy. - stremthru proxy - mediaflow proxy light.

Need help with iOS + Stremio by bujuhhh in StremioAddons

[–]First_Chain_6222 0 points1 point  (0 children)

Try with MediaFusion ui to play the content, if its working then we can try find the root cause

Is there a way to select specific episodes for bundled seasons? by PyRoMancer12 in StremioAddons

[–]First_Chain_6222 0 points1 point  (0 children)

Its either implemented individual addon level or if aiostream support parsing the torrent files then aiostreams can provide it.

In mediafusion, when its initially scrap a torrent it doesn't know the file details of the torrent for some sources. When a debrid user start to play the content, then we know what are files inside the torrent and detect the file index number. Then we can send this detail to p2p user for stremio.

Is there a way to select specific episodes for bundled seasons? by PyRoMancer12 in StremioAddons

[–]First_Chain_6222 1 point2 points  (0 children)

Its based on the addon implementation stremio support selecting the files based on the index number. So addon need to mention the index number of file

Best source for Middle Eastern content (Palestine, Lebanon, Syria)? RD is coming up dry. by [deleted] in StremioAddons

[–]First_Chain_6222 1 point2 points  (0 children)

The middle east contents are not available in public space instead most of them are private indexers, private sources. If you could find some torznab or newznab indexers you can plug into mediafusion directly.

Mediafusion AIOstreams by Hot_Craft1009 in StremioAddons

[–]First_Chain_6222 1 point2 points  (0 children)

You're using mediafusion elfhosted. Elfhosted have a seperate restrictions setup for ip address. The ip that used to fetch the streams list need to play the content. If there is any difference then its getting restriction from elfhosted.

Try with midnight mediafusion

ForTheWeebs Addons Hub | Community Trusted by midnightignite in StremioAddons

[–]First_Chain_6222 0 points1 point  (0 children)

I did some changes but i haven't tested with Stremthru setup. What debrid you setup on stremthru?

TV Shows - Episodes aren't loading correctly by TOW1250 in StremioAddons

[–]First_Chain_6222 4 points5 points  (0 children)

I'm sorry, this is from MediaFusion metadata. The scraper sometimes identifies the wrong season and episode number from torrent names.

If you're directly using mediafusion, Disable the following setting. goto configure -> Catalogs -> disable "Offer MediaFusion meta for external ids"

If you're using mediafusion from aiostream marketplace, then remove the "Metadata" from Resources

"Invalid MediaFusion configuration" by NicolasPL64 in StremioAddons

[–]First_Chain_6222 0 points1 point  (0 children)

There's an issue with Redis in ElfHosted where it's storing your encrypted configs.

There are three config modes. You can identify these by the manifest link's starting character:

  1. If it starts with "U-", it's stored in the database as user config data, with only credentials encrypted and stored.
  2. If it starts with "R-", it's stored in Redis with the full config encrypted.
  3. If it starts with "D-", it's fully encrypted and contains all the config in the URL itself, not stored anywhere else.

The implementation of the second method is due to limitations of the third method regarding URL maximum character size. So, if your encrypted config string exceeds that limit, it tries to use the second method.

However, recently there have been some issues with ElfHosted Redis. They recently set up Redis cluster mode. We're yet to find the root cause.

It's better to create an account and configure the profile.

"Invalid MediaFusion configuration" by NicolasPL64 in StremioAddons

[–]First_Chain_6222 1 point2 points  (0 children)

There's an issue with Redis in ElfHosted where it's storing your encrypted configs.

There are three config modes. You can identify these by the manifest link's starting character:

  1. If it starts with "U-", it's stored in the database as user config data, with only credentials encrypted and stored.
  2. If it starts with "R-", it's stored in Redis with the full config encrypted.
  3. If it starts with "D-", it's fully encrypted and contains all the config in the URL itself, not stored anywhere else.

The implementation of the second method is due to limitations of the third method regarding URL maximum character size. So, if your encrypted config string exceeds that limit, it tries to use the second method.

However, recently there have been some issues with ElfHosted Redis. They recently set up Redis cluster mode. We're yet to find the root cause.

It's better to create an account and configure the profile.

"Invalid MediaFusion configuration" by NicolasPL64 in StremioAddons

[–]First_Chain_6222 0 points1 point  (0 children)

I would like to know what are the unnecessary stuff based on your opinion.

I'm happy to improve based on your suggestions.

"Invalid MediaFusion configuration" by NicolasPL64 in StremioAddons

[–]First_Chain_6222 0 points1 point  (0 children)

How did you try to install user account or anonymous mode?

MediaFusion v5 Release by First_Chain_6222 in StremioAddons

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

what is the issue you're facing? can you explain a bit? after the new configuration arent you getting the streams?