Skyler Mäntysaari

Results 439 comments of Skyler Mäntysaari

> Is there any news about this? As we have the same problems. Not supported yet.

Idope seems broken, with Jackett v0.20.3269. ``` 023-02-23 13:52:12 INFO ReqId 139952315868992 FlareSolverr 3.0.2 2023-02-23 13:52:12 DEBUG ReqId 139952315868992 Debug log enabled 2023-02-23 13:52:12 INFO ReqId 139952315868992 Testing web browser...

Please specify the architecture of your nas. Easiest way to check is to ssh to the nas and paste the output of `uname -m`.

> > This is how I did it, at the end of my Dockerfile > > ```dockerfile > > ADD ./entrypoint.sh /entrypoint.sh > > RUN chmod +x /entrypoint.sh > >...

Hi, I would be interested in getting this implemented. I currently have a developer account sub (will expire in 12 months as I got it in December of 2023), and...

> @samip5 you can use https://github.com/FoxxMD/multi-scrobbler/tree/appleDev branch which is now up to date with the `develop` branch. Ive tested that this works up to clicking "login to apple music" but...

Currently it seems to be an issue regarding source auth. How is it supposed to verify the creds?

> The path to the credentials file is set [here](https://github.com/FoxxMD/multi-scrobbler/blob/8be218ae538f6ac0ba92e6dd888f66597bf22398/src/backend/sources/AppleSource.ts#L27) and then if it exists is used to build the api client with all the necessary credentials [here](https://github.com/FoxxMD/multi-scrobbler/blob/8be218ae538f6ac0ba92e6dd888f66597bf22398/src/backend/sources/AppleSource.ts#L63). > >...

@FoxxMD The problem seems to be relevant at backend/sources/ScrobbleSources, line 529. The newSources.testAuth, has nothing, so it cannot verify the creds and thus fallback to as if it had none....

I did actually just check for the cred file instead. Current progress: https://github.com/samip5/multi-scrobbler/commit/3845cf80becbadf8273f8220e80cb4180d8edc4a GetRecentPlayes somewhat works: ``` [nodemon-server] 2024-01-04T22:54:34+02:00 debug : [Sources] [Apple - aap] Refreshing recently played [nodemon-server] 2024-01-04T22:54:39+02:00...