Would like to request Radarr http://radarr.video/.
Radarr is Sonnar, but for movies.
On the same token, there maybe an interested in Watcher. However, personally I like Radarr better.
Thank you.
Would like to request Radarr http://radarr.video/.
Radarr is Sonnar, but for movies.
On the same token, there maybe an interested in Watcher. However, personally I like Radarr better.
Thank you.
Get the following error after the > box install radarr:
Installing radarr
chown: invalid spec: āpastadmin:ā
sed: canāt read /home/rumiat/.config/Radarr/config.xml: No such file or directory
sed: canāt read /home/rumiat/.config/Radarr/config.xml: No such file or directory
I would assume itās due to the pastadmin
user not existing on your server. Looks like @PastaGringo left some user traces in that script.
chown -R pastadmin: /opt/Radarr/
Thanks for this.
Iām not going to move from CouchPotato just yet. I want to see what other people think first and see if the project stays alive for at least a few months.
Youāre right @JMSolo I updated the script.
Itās OK for you now?
I think Radarr will ātake the lion partā (french expression) regarding the movies download.
When Radarr will release their first master release, everyone will migrate!
Whatās the story with Radarr? Were people not happy with CouchPotato?
Very interesting.
Everything seems to work fine but If I go to mydomain.com/radarr itās just a blank screen with Radarr ver. text
There was no output on install. Just making sure that is correct.
shawn:~# box install radarr
Installing radarr
shawn:~#
@valkyre14 Nope. I use CP since few years now, itās doing his job most of the time but there is some bugs that really annoying me (canāt download automatically even with all settings correctly set, movies are not marked as down when they are downloaded, etc.)
Now a team has forked Sonarr, which works really good, to create Radarr.
I tested it and I love it ! (and you will :D)
@Shawn, regarding your issue, could you look if you have the base URL in the /.config/Radarr/config.xml
file ?
=> <UrlBase>radarr</UrlBase>
Iām assuming it uses mono?
Yes, as Sonarr an issue with mono ?
no not really, just gives me shivers when I see .exe
.exe pays the bills
Radarr is working?
No it does not.
<Config>
<LogLevel>Info</LogLevel>
<Port>7878</Port>
<UrlBase></UrlBase>
<BindAddress>*</BindAddress>
<SslPort>9898</SslPort>
<EnableSsl>False</EnableSsl>
<ApiKey>WHACKLOADOFLETTERS</ApiKey>
<AuthenticationMethod>None</AuthenticationMethod>
<Branch>develop</Branch>
</Config>
~
I have added it in now but I am still getting the same issue of just āRadarr Ver.ā on a white bg
Did you restart Radarr with sudo systemctl restart radarr
?
Of course I didnāt. Didnāt know as I am a newb.
Of course its working now. YAY.
Thanks a bunch
Donāt worry Have fun!
Great job!
I love Ombi/Radarr/Sonarr trio!
I miss that:
Permit to install Radarr from the Package Management Center
Create custom menu link (you need to access to the radarr URL directly)
Permit to enable/stop Radarr from the Service Control Center
Works very great so far, you should launch this plugin in production
Hello @Reynald,
Indeed it seems the install and remove script are OK now.
But Radarr is still in development right now, so there is no production release version yet (and changes could happen). Fully integrate an application into QuickBox isnāt really easy (mostly to deal with the Web UI integration) but itās possible. Iām waiting to see if there will be ācoreā modifications into QuickBox to be sure that the package will be fully fonctionnal
Hello,
OK, I undertand. Iāve integrated Radarr in the custom menu and everything is working perfectly.
Your scripts look good and work fine!