▲ 4 r/Nuvio

Trakt integration on each install?

Just curious, why is it that on Stremio the Trakt login follows the Stremio account, but with Nuvio I have to authorize every install. Am I doing something wrong or is this the way it's supposed to be? Is this a feature that is coming down the road or not?

reddit.com
u/Ditchmag — 7 hours ago
▲ 0 r/Nuvio

Remove source info from the pause/overlay screen?

When pausing, under the show title and Season, Episode, episode title, it then has this long stream of the source and the what add-on. I really don't care or need to know that info. Can it be hidden? i didn't see the setting for it.

  1. OS - Android
  2. 0.2.14
  3. AIOstreams
  4. TorBox
  5. Checking settings.
reddit.com
u/Ditchmag — 5 days ago

Recommend At&t band 2 for LTE?

My parents have to use a cell booster where they're at, the one we had seemed to be working but recently the internet speed is terrible even though the strength still seems to be there. If they go outside the speed greatly increases so it does seem like the booster is not working right. it looks like the phone is using band 2 so I'm looking for a recommendation for a good booster they can use.

Thanks for any help.

reddit.com
u/Ditchmag — 22 days ago
▲ 1 r/immich

No download button on shared links

Can I get some help with this. Here is my file, and I've tried accessing in incognito but no option. What am I missing?

services:

immich-public-proxy:

image: alangrainger/immich-public-proxy:latest

container_name: immich-public-proxy

restart: always

ports:

- "127.0.0.1:3001:3000"

environment:

PUBLIC_BASE_URL: https://imm.mysite.com

IMMICH_URL: http://172.17.0.1:2283

singleImageGallery: true

allowDownloadAll: 1

healthcheck:

test: curl -s http://localhost:3000/share/healthcheck -o /dev/null || exit 1

start_period: 10s

EDIT-

Switched to a config.json using the sample at the devs github and everything is working good.

reddit.com
u/Ditchmag — 1 month ago
▲ 2 r/immich

Need help setting up ImmichFrame on Frameo device (need webview update)

I already have ImmichFrame installed, and it works as long as I don't enable webview. I would like to get the webview working if possible.

The device is the 21.5 available on amazon from akimart. It is running Android 10 and webview 74 according to whatismybrowser.com

I followed here:
https://docs.demonwarriortech.com/Documented%20Tutorials/Immich%20Frame/Frameo_Setup/#frameo-troubleshooting
but still stuck.

Some notes about this one. Webview is not installed in /system. Its location is:
/product/app/webview/webview.apk

Where /product is mounted is already 100% usage and I am trying to get this going with Magisk.

I installed Magisk and after reboot it gives me a message:
A "su" binary not from Magisk has been detected. Please remove any competing root solution and/or reinstall Magisk.

This device does already have root out of the box, but I was doing this to hopefully overlay the webview.apk since I can't fit version 106 in /product/app/webview/.

ok, what other info....Oh, here is the module contents I tried to create:
cat > "$MOD/module.prop" <<'EOF'

id=replace_stock_webview

name=Replace stock WebView (systemless)

version=1.0

versionCode=1

author=Dasos

description=Replaces /product/app/webview via Magisk overlay (.replace hides old files)

EOF

Basically in the guide, anywhere it said /system I changed it to /product.

Any help, GREATLY appreciated.

EDIT-

Workaround:
I installed Firefox cause it doesn't rely on webview and uses its own. I added a fullscreen button extension and now i can just go to the url and get the who experience in firefox! it isn't as SMOOTH for sure, so idk what ill stick with. But for now its something. Wondering what else I can do.

EDIT2-

Still was messing with the firefox stuff. I think i found a setup that runs a bit better than the latest version of firefox (idk)

I installed firefox 110 nightly build, enabed debug so i could get a custom collection for addons. i made a collection and added the fullscreen button addon to it, than added my collection in the firefox nightly settings and before I could install it, i had to go to chrome://geckoview/content/config.xhtm and change xpinstall.signatures.required to false. Then I could install the addon. With the addon I can toggle fullscreen and it actually appears to be pretty smooth. I think this whole setup could be done without root. You can just install descreet launcher and use that to start firefox if you reboot the photoframe. set the immich server to the homepage or bookmark and start it up.

u/Ditchmag — 1 month ago