spksrc icon indicating copy to clipboard operation
spksrc copied to clipboard

RADARR SONAR and JACKETT

Open giospud opened this issue 4 years ago • 19 comments

There is any plan to release an update of working RADARR and SONARR and JACKETT for DSM 7.0.1-42218 Update 2 on MARVELL Armada 385 88F6820 ?

giospud avatar Feb 13 '22 16:02 giospud

Radarr and Sonarr are using .net for their new release and their software is not compatible with the .net implementatie for ARM processors. So there will be not a release for their new versions.

BenjV avatar Feb 13 '22 19:02 BenjV

Radarr and Sonarr are using .net for their new release and their software is not compatible with the .net implementatie for ARM processors. So there will be not a release for their new versions.

Is this also the case on the DS118? I can't seem to update it either.

Casuallynoted avatar Feb 16 '22 03:02 Casuallynoted

Yes the DS118 has a rtd1296 cpu which is also an 32bit ARM cpu

BenjV avatar Feb 16 '22 09:02 BenjV

rtd1296 is aarch64 (ARMv8) i.e. 64 bit ARM.

hgy59 avatar Feb 16 '22 17:02 hgy59

Are there plans for releasing an update for the DS214play?

Bart368 avatar Mar 13 '22 10:03 Bart368

DS214play

https://github.com/SynoCommunity/spksrc/wiki/Architecture-per-Synology-model#evansport-x86 https://github.com/SynoCommunity/spksrc/wiki/Synology-and-SynoCommunity-Package-Architectures#x14-series

No - Your nas is x86 and not supported at this time

bakerboy448 avatar Mar 13 '22 19:03 bakerboy448

Yes, there are plans to support x86 in radarr 4.2

ta264 avatar Apr 19 '22 14:04 ta264

Yes, there are plans to support x86 in radarr 4.2

This will be hard, as MS does not provide .NET 6 for x86 for linux (neigher runtime nor SDK). Is the radarr team building .net 6 for x64 from source?

hgy59 avatar May 13 '22 12:05 hgy59

Yes we are, and potentially for the older armv7 arches too if I can find some testers

ta264 avatar May 13 '22 13:05 ta264

PS Radarr x86 support is live, will be added to the other (non-Sonarr) *arr apps soon

ta264 avatar May 13 '22 13:05 ta264

@ta264 thanks for the info, just saw that lidarr allready provides core-x86 packages for download.

hgy59 avatar May 13 '22 13:05 hgy59

Yes we are, and potentially for the older armv7 arches too if I can find some testers

I have a DS-115j with armada370 if this needs testing.

hgy59 avatar May 13 '22 13:05 hgy59

That would be great. Can we do it on discord when you have some time? Right now I just have an SDK built, I want to verify that looks sensible before getting radarr set up to use it

ta264 avatar May 13 '22 13:05 ta264

I have a DS214play with evansport x86 processor if needs testing

Rel0ne avatar Oct 23 '22 08:10 Rel0ne

https://wiki.servarr.com/synology-packages beta servarr packages that may work for some folks

bakerboy448 avatar Nov 01 '22 15:11 bakerboy448

x86 support is has also been live and simply requires the synocommunity to update the package to add it https://github.com/Radarr/Radarr/releases/tag/v4.2.4.6635

bakerboy448 avatar Nov 01 '22 18:11 bakerboy448

I also have a DS214play with evansport x86 and am looking for a Sonarr update. Sonarr fails to open on DSM 7.1.1. Thanks!

krizgawd avatar Nov 09 '22 22:11 krizgawd

In my case Sonarr v20210329-19 from SynoCommunity works well on DSM 7.1.1-42962 Update 1 on DS214play and is dependent on Mono which, in my case i run the version 5.20.1.34-18

Rel0ne avatar Nov 10 '22 16:11 Rel0ne

In my case Sonarr v20210329-19 from SynoCommunity works well on DSM 7.1.1-42962 Update 1 on DS214play and is dependent on Mono which, in my case i run the version 5.20.1.34-18

Thanks for the reply. I upgraded to DSM 7.1.1-42962 Update 2, not knowing this issue was going to show up. I wonder if I reinstalled DSM to simply DSM 7.1.1-42962 Update 1 if it would work....

krizgawd avatar Nov 10 '22 16:11 krizgawd

For those who commented requesting evansport (x86) compatibility for your DS415play or DS214play, I've run a test build for Radarr as an experiment. If you are willing to test it out you can download from the build https://github.com/SynoCommunity/spksrc/actions/runs/3898318589.

Look for the files entitled: Packages for evansport-6.1 or Packages for evansport-7.0 depending if you are running DSM6 or DSM7. Curious if this works for you guys. If so I'll do a few other experiments with other *arr packages.

mreid-tt avatar Jan 11 '23 13:01 mreid-tt

Hello, I managed to install the package for DSM version 7.0 on my ds214play with a bit of workaround. The provided package gives an error of "invalid file format. please contact package developer". I extracted the contents of the zip file and repackaged with the following comand run in the folder containing the extracted zip file:

tar -cvf radarr.spk *

Now Radarr works on my ds214play 🍾 Thank you!

Rel0ne avatar Jan 11 '23 21:01 Rel0ne

Hello, I managed to install the package for DSM version 7.0 on my ds214play with a bit of workaround. The provided package gives an error of "invalid file format. please contact package developer". I extracted the contents of the zip file and repackaged with the following comand run in the folder containing the extracted zip file:

tar -cvf radarr.spk *

Thanks for the feedback. Actually, the zip file Packages for evansport-7.0.zip should be extracted first and within it you should have the package with the name radarr_evansport-7.0_20230111-20.spk. It is this file you should use for the installation. If this file doesn't work for installing then I'd need to take a closer look at that.

Now Radarr works on my ds214play 🍾 Thank you!

Nice! Do let me know if there are any problems using the package. Let me know if there are any other packages you'd like me to do test x86 builds for.

mreid-tt avatar Jan 11 '23 22:01 mreid-tt

I extracted the zip on a macbook with "archive utility" which extracts by default the spk as well 😂

I've tried now a different unzip app and extracts the spk as you mentioned above.

I have Sonarr as well running on the ds214play, version 3.x which was working out of synocommunity all the time

Rel0ne avatar Jan 12 '23 05:01 Rel0ne

For those who are also interested in Lidarr with evansport (x86) compatibility for your DS415play or DS214play, I've run a test build #5563 (like the one above for Radarr). If you are willing to test it out you can download from the build artefacts at https://github.com/SynoCommunity/spksrc/actions/runs/3919159589.

Look for the files entitled: Packages for evansport-6.1 or Packages for evansport-7.0 depending if you are running DSM6 or DSM7. Unzip the file to get the package (ending in .spk) and deploy using that.

mreid-tt avatar Jan 14 '23 15:01 mreid-tt

@mreid-tt can you package the last version of Jackett v 0.20.1171-15 in this way for evansport chipset? current package runs on evansport only with mono v 5.20.1.34-17 and it fails with latest mono version v 5.20.1.34-18. I noticed that in your packages mono is embedded and there is no dependency to mono which is more flexible and you're not running the risk of newer version on mono coming and not working

Rel0ne avatar Jan 20 '23 20:01 Rel0ne

i did an installation check for lidarr package and it worked on ds214play

Rel0ne avatar Jan 20 '23 20:01 Rel0ne

@mreid-tt can you package the last version of Jackett v 0.20.1171-15 in this way for evansport chipset? current package runs on evansport only with mono v 5.20.1.34-17 and it fails with latest mono version v 5.20.1.34-18. I noticed that in your packages mono is embedded and there is no dependency to mono which is more flexible and you're not running the risk of newer version on mono coming and not working

I'm not sure that is possible. The evansport architecture is x86 and I don't see a binary that looks like it would be x86 in the latest release here: https://github.com/Jackett/Jackett/releases/tag/v0.20.2679. From what I can tell they have binaries for AMDx64, ARM32 and ARM64. These seem to be built with dotNet included (so mono should not be required) but without a build with x86 in the name it doesn't look like it would work on your platform.

mreid-tt avatar Jan 20 '23 21:01 mreid-tt

As some ARMv7 architectures were mentioned on this thread, I've started a new issue for the specific testing of dotNET *arr packages for these architectures. If you'd like to help with testing please review the new issue here: https://github.com/SynoCommunity/spksrc/issues/5574

mreid-tt avatar Jan 22 '23 14:01 mreid-tt

@Rel0ne, I've been building a new Jackett version under https://github.com/SynoCommunity/spksrc/pull/5597 and you noted before, these evansport CPUs require Mono to run. Perhaps you can share some additional detail on what happens when you try to run Jackett? Maybe open a separate issue so this I can try to troubleshoot this with you?

mreid-tt avatar Feb 10 '23 13:02 mreid-tt

A new version of Radarr (v20230215-19) has been published.

  • @giospud, if you are running on DSM 7.1 you should be able to install this on your Armada38x CPU
  • @Casuallynoted, if you are running on DSM 7.1 you should be able to install this on your rtd1296 CPU
  • @Rel0ne, @Bart368, this version includes the x86 version so you should be able to run on your Evansport CPU

mreid-tt avatar Feb 19 '23 11:02 mreid-tt