-
-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overseer with lidarr support #3800
Conversation
* docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2e7f050
to
078c8b0
Compare
I just rebased all the commits, it's all in your hands now ! |
…ich made the build not work
Added some fields I missed in the migration file and fixed some image display issue
…nly a <Link> Ported Links to work for the new React version installed
…maps to await them I changed mapMovieResult and other equivalents to return Promises and forgot to fix some API endpoints. So that's fixed now.
brilliant, hope this gets approved |
I'll repost here what I said on discord:
And also:
|
Just fixed this |
Fixed this too |
What does your docker compose look like ? |
|
You haven't mapped anything to /app |
yarn run v1.22.19 I've mapped all the folders. The error about missing files is still preserved. |
I had the same problem and switching from bind mount to docker volumes fixed it. It appears that for whatever reason (permissions?) this is one that just won't work correctly with bind mounts unless you want to pre-download everything into your mount folder first. I had the same issue with the emqx docker too and just gave up on fighting that one after many days of fighting it. |
Pushed a new build to docker with some fixes |
First of all thanks for all the job you done @ano0002.
|
|
I am new to the whole docker ecosystem. Currently using Unraid. I did the docker pull and then docker run. How do I get the apps linked so music shows up in Overseerr? Any help would be greatly appreciated! |
While I appreciate you pointed to the solution, alot of us here are clueless to how to mount to docker volumes. I ask chatGPT for help and this solved the issue: version: '3' volumes: |
Hello, where are we with the final integration to overseer? @sct |
Merge this already!!!! |
The request will not be merged while the creator has marked it as a draft. Until @ano0002 is happy with the feature it will remain in development and not be reviewed for release. |
@ano0002 make this no longer a draft so this can be merged please |
Hey everyone, I've finally got some time to work on this again. Thanks for waiting! |
Wanted to say thanks for your work on this @ano0002.
Glad you have time! Can't say how excited I am for this feature! |
To include what 0-Pierre did, I'm rewriting most of what I already did but it should allow for:
(This was all done by him and I'm just porting from jellyseerr to overseerr for now) |
Hard drive failure, Project is abortedI have been trying to recover the past three weeks progress for abt 8hrs straight and haven't been able to. The overseerr with lidarr project is aborted (or at least on long hold). I just lost abt 3hrs of work for abt 21 days so a bit above 60hrs of work on Overseerr down the drain. Sorry to those who expected a stable release but I can't continue on at least now. (PS: For those wondering I didn't push it on github as I didn't want people to start messaging me again, I know most people have common sense but sadly not everyone) |
So are you going to try again tomorrow ? |
|
Sorry for your loss. We've all had at least one major data loss and it profoundly sucks. Good luck on the recovery process. |
Description
Implemented Lidarr Support into overseerr
Here is a sample
docker-compose.yml
for it :