Qnap [ Readarr ] [ 0.1.1.1526 ] Book Manager and Automation (Sonarr for Ebooks)

QoolBox

Représentant QNAP
2 Janvier 2014
10 559
163
153
50
France
www.qnap.com
57576474

source : https://github.com/Readarr/Readarr

Download :

Apache80
: https://www.myqnap.org/product/readarr80/
Apache81 : https://www.myqnap.org/product/readarr81/
Apache82 : https://www.myqnap.org/product/readarr82/

Readarr is an ebook and audiobook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will grab, sort, and rename them. Note that only one type of a given book is supported. If you want both an audiobook and ebook of a given book you will need multiple instances.

Major Features Include​

  • Can watch for better quality of the ebooks and audiobooks you have and do an automatic upgrade. e.g. from PDF to AZW3
  • Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc.
  • Automatically detects new books
  • Can scan your existing library and download any missing books
  • Automatic failed download handling will try another release if one fails
  • Manual search so you can pick any release or to see why a release was not downloaded automatically
  • Advanced customization for profiles, such that Readarr will always download the copy you want
  • Fully configurable book renaming
  • SABnzbd, NZBGet, QBittorrent, Deluge, rTorrent, Transmission, uTorrent, and other download clients are supported and integrated
  • Full integration with Calibre (add to library, conversion) (Requires Calibre Content Server)
  • And a beautiful UI
 
Dernière édition:
  • J'aime
Réactions: corbisier
étrange c'est quoi comme NAS ? ICU est fournis pas Apache81 ou Apache80 selon la version de readarr (est il bien activé dans appcenter)
 
The NAS is TS-464 i have installed readarr, sonarr, radarr and Apache81 (not working correctly). When i press Apache81 a site opens and its 404 not found i tried url with index.php and index.html but it does not work. I used SSH and see in the Apache81 that the is a file index.php* but it gives a 404. What does a * behind a file mean and what does @ behind a directory mean.

p.s. My French is rusty and i failed the class with an F
 
seems you have an issue with Apache81

do you have a symlink in /opt (/opt/Apache81) who should point to the installed directory in .qpkg into the volume system...
 
The is no symlink in /opt for /opt/Apache81. There a few that go to .qpkg like Sonarr3 and Qmono but no Apache81.
 
Right on the money Apache81 was not correctly installed removed it in CLI made sure no web server was running and did a CLI install by Root account. It updated with no issue to the latest version.
 
  • J'aime
Réactions: QoolBox
Everything was working fine, but now readarr82 has stopped working and cannot get it to start. When i try running Readarr82.sh from CLI i get this error:
Code:
Process terminated. Couldn't find a valid ICU package installed on the system. Please install libicu using your package manager and try again. Alternatively you can set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support. Please see https://aka.ms/dotnet-missing-libicu for more information.
   at System.Environment.FailFast(System.String)
   at System.Globalization.GlobalizationMode+Settings..cctor()
   at System.Globalization.CultureData.CreateCultureWithInvariantData()
   at System.Globalization.CultureData.get_Invariant()
   at System.Globalization.CultureInfo..cctor()
   at System.Globalization.CultureInfo.get_CachedCulturesByName()
   at System.Globalization.CultureInfo.GetCultureInfo(System.String)
   at System.Reflection.RuntimeAssembly.GetLocale()
   at System.Reflection.RuntimeAssembly.GetName(Boolean)
   at System.Reflection.Assembly.GetName()
   at System.AppDomain.get_FriendlyName()
   at NLog.Internal.Fakeables.AppDomainWrapper..ctor(System.AppDomain)
   at NLog.LogFactory.get_DefaultAppEnvironment()
   at NLog.LogFactory..cctor()
   at NLog.LogFactory..ctor()
   at NLog.LogManager..cctor()
   at NLog.LogManager.get_LogFactory()
   at NLog.Config.LoggingConfiguration..ctor()
   at NzbDrone.Common.Instrumentation.NzbDroneLogger..cctor()
   at NzbDrone.Common.Instrumentation.NzbDroneLogger.Register(NzbDrone.Common.EnvironmentInfo.IStartupContext, Boolean, Boolean)
   at NzbDrone.Console.ConsoleApp.Main(System.String[])
Any idea how to fix this?