linuxserver / docker-radarr

GNU General Public License v3.0
640 stars 103 forks source link

Branch 'aphrodite' has been merged, switch to 'nightly' for further V3 development #136

Closed duelistjp closed 3 years ago

duelistjp commented 3 years ago

name: Switch branch of radarr to current branach about: the aphrodite branch of radarr is no longer in development and i can't seem to switch branches in settings


linuxserver.io

Switch to the current branch of radarr please or tell me how i can change this. when i got to settings myself the branch can't be changed and the settings file in opt/appdata seems to change itself back if i change it their

Desired Behavior

Use the nightly build

Current Behavior

Uses the aphrodite build

Alternatives Considered

not using docker. can't switch the branch inside the docker. hasn't been updated since september.

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Roxedus commented 3 years ago

?????

Do you use docker or not? If you do, fill the issue template.

duelistjp commented 3 years ago

sorry did not realize it would format itself nicely so had tred to cut out the unneccessary parts. will post the template presently

Roxedus commented 3 years ago

There is still key information missing.

duelistjp commented 3 years ago

what information is needed. i thought it looked like i filled out the template.

Roxedus commented 3 years ago

The bug template asks for: OS: CPU architecture: x86_64/arm32/arm64 How docker service was installed: Command used to create docker container (run/create/compose/screenshot): Docker logs:

duelistjp commented 3 years ago

i thought this would be a feature request to switch the branches did not realize it was a bug. lubuntu 20.10 x86_64 not sure what you mean by how the service was installed the docker-compose file i've played with a bit trying to get the branch switched but here is what the section currently is radarr: image: linuxserver/radarr:nightly container_name: radarr volumes:

not sure where to get the logs you want

Roxedus commented 3 years ago

We switched over ages ago, so the feature you asked about is already done, the bug is that you are still seeing it. What build are you on? docker inspect -f '{{ index .Config.Labels "build_version" }}' radarr

duelistjp commented 3 years ago

Linuxserver.io version:- 3.0.0.3790-ls31 Build-date:- 2020-11-24T09:27:41+00:00

I did not know it had been switched. I though it just hadn't been done yet and assumed it was a missing feature rather than a bug.

Roxedus commented 3 years ago

Your build is 2 months old, please update

duelistjp commented 3 years ago

That is what I'd been trying to do. don't know why but this time i shut it down moved the config file. let it recreate it then shut is down again and moved it back and restarted and this time it seems to have worked. don't know why it hadn't worked the last several times i had tried to shut the docker down and restart but it seems fixed now

DavidFW1960 commented 3 years ago

You need to switch the image to ghcr.io/linuxserver/radarr:nightly As per the readme This changed a few months ago

Roxedus commented 3 years ago

You need to switch the image to ghcr.io/linuxserver/radarr:nightly As per the readme This changed a few months ago

No. This is incorrect. We push to both registries, a docker pull should suffice.

duelistjp commented 3 years ago

had tried numerous times but this afternoon seemed to finally work. don't know exactly why