.exe pays the bills
Radarr is working?
.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!
How? I would like that too! Radarr is working perfectly with the script. Set up in seconds
I updated the script with the new QuickBox locations
Donāt hesitate if you have any troubles!
Iāve followed this: Setting up and using a custom menu in QuickBox
Here is my /srv/rutorrent/home/custom/custom.menu.php file:
// INSERT YOUR CUSTOM EXTERNAL or INTERNAL LINKS HERE! // $pydioURL= "https://" . $_SERVER['HTTP_HOST'] . "/pydio"; $quickboxURL = "https://plaza.quickbox.io/"; $radarrURL= "https://" . $_SERVER['HTTP_HOST'] . "/radarr"; $webtoolURL= "http://" . $_SERVER['HTTP_HOST'] . ":33400/"; ?> <!-- Do not remove this closing (?>) -->
<!-- // INSERT YOUR CUSTOM EXTERNAL or INTERNAL MENU ITEMS HERE! // -->
<li><a class="grayscale" href="<?php echo "$pydioURL"; ?>" target="_blank"><img src="img/brands/pydio.png" class="brand-ico"> <span>Pydio</span></a></li>
<li><a class="grayscale" href="<?php echo "$quickboxURL"; ?>" target="_blank"><img src="img/brands/quickbox.png" class="brand-ico"> <span>QuickBox Plaza</span></a></li>
<li><a class="grayscale" href="<?php echo "$radarrURL"; ?>" target="_blank"><img src="img/brands/radarr.png" class="brand-ico"> <span>Radarr</span></a></li>
<li><a class="grayscale" href="<?php echo "$webtoolURL"; ?>" target="_blank"><img src="img/brands/webtool.png" class="brand-ico"> <span>Plex WebTool</span></a></li>
You need to add the lines with radarr
Looking for a little support, I have no doubt that the issues i am facing are entirely of my own making.
I have followed the above instructions and am having the same issue as @Shawn with āRadarr Ver.ā on a with background. I have tried rebooting my server and running sudo systemctl restart radarr.
I cannot find the /.config/Radarr/config.xml file to check the urlbase, any pointers on that would be appreciated.
if anyone has any suggestions I wuld be only too happy to hear them.
Thanks
try /home/MASTERUSER/.config/Radarr/config.xml
Masteruser being the user you have created for quickbox
Thanks for the tip. but no luck in finding it⦠I have no idea what i have managed to do.
I figured i would start over and ran box remove radarr only to get this message
bash: /usr/local/bin/quickbox/package/remove/removepackage-radarr: No such file or directory. Ok but box install radarr shows that Package radarr already installed.
Now I have no clue how to remove what is there to start afresh.
hello @dadof3monsters,
If you want to uninstall Radarr, you could do these things :
Log with root account : sudo su
ls /opt/
=> if you see Radarrās folder, Radarr is installed (if not, go to point 7 directly)box remove radarr
box remove radarr
/opt/Radarr
folder should not exist as well as the file.radarr.lock
located in /install
(ls -al /install
)sudo box install radarr
config.xml
) is created here /home/YourMasterUser/.config/Radarr
(and btw if all others Radarr files are presents in the folder). If it exists, please look if the url base is set like this <UrlBase>radarr</UrlBase>
. If not, replace it and restart Radarr with systemctl start radarr.service
.You can check Radarrās status with systemctl status radarr.service
(need to be āactive (running)ā to be OK.
Tell me when you are at this point and that Radarr is still not working
PS : you only need the root account for installing Radarr, rest of the time you should manipulate it with your master user and sudo command : sudo systemctl status radarr.service
Thank you very much for the detailed response. I will be home later this evening when I will update with my progress and probably be asking for further assistance when I do something else stupid!!
will this be available from the the dashboard in the near future? if so, iāll just wait until thenā¦
thanks!
@dadof3monsters take your time, that needs some calm
@pimogo I think about it, you can test for free with https://dply.co/ if you want, before installing it on your server
I ran it and used some issues to help with a different software package it works great.
Hmm, Iām also getting the loading bug with a blank radarr version. I found the config.xml and it has the correct URLbase and āsudo systemctl status radarr.serviceā shows the process is running. Any ideas?
Thanks