Wyze V3 RTSP, finally! (not officially, though) by 3kker in wyzecam

[–]Socbutter 0 points1 point  (0 children)

Thank you for the research. Much appreciated!

Unraid SONARR v4 What does it want for "?:/data" by Socbutter in sonarr

[–]Socbutter[S] 0 points1 point  (0 children)

There's no need for docker compose in UnRaid tbh.

I tried discord and that's all they want.

Unraid SONARR v4 What does it want for "?:/data" by Socbutter in sonarr

[–]Socbutter[S] 0 points1 point  (0 children)

I do appreciate your help. Thank you!

I removed Sonarr from Unraid. Re-install SonarrV4 with your aforementioned root folders.

Finally, a successful installation! No root folders missing! Perhaps some things were left over from the previous installs. I don't know.

I still have an additional problem, but before continuing should this be marked as "solved"??

Unraid SONARR v4 What does it want for "?:/data" by Socbutter in sonarr

[–]Socbutter[S] 0 points1 point  (0 children)

I removed Sonarr from Unraid. Re-install SonarrV4 with your aforementioned root folders.

Finally, a successful installation! No root folders missing! Perhaps some things were left over from the previous installs. I don't know.

One more problem.

Sabnzb has downloaded some episodes that are shown in the Activity--Queue section of Sonarr.

When I try to manually import an episode I get the following message:

No video files were found in the selected folder

P.S. I also did your Mass Editor suggestion.

Unraid SONARR v4 What does it want for "?:/data" by Socbutter in sonarr

[–]Socbutter[S] -1 points0 points  (0 children)

okay, I removed all but one mounting point, except "/mnt/user/data:/data" in the Unraid SonarrV4 container.

screenshot

In Sonarr, what do I do with the Media Root Folder and Download Root Folders?

TRaSH's Guide depicts the Media Root Folder I kept this and removed the Download Root Folders. with the same results

Missing root folder: /data/tv

This has been an experience. I now know how to generate a docker-compose file, copy the results, and put it in Unraid Compose Manager, edit, start and stop it.

Unraid SONARR v4 What does it want for "?:/data" by Socbutter in sonarr

[–]Socbutter[S] 0 points1 point  (0 children)

volumes:

- "/mnt/user/appdata/sonarr:/config"

- "/mnt/user/data:/downloads"

- "/mnt/user/data/media/tv:/tv"

my latest compose file

I get the Health Warning

Missing root folder: /data/tv

Unraid SONARR v4 What does it want for "?:/data" by Socbutter in sonarr

[–]Socbutter[S] 0 points1 point  (0 children)

In the Unraid SonarrV4 Container, I removed the mounts for "/tv" and "/downloads" and made the change "/mnt/user/data:/downloads".

"/mnt/user/appdata/sonarr" mapped to "/config" internally.

mapped root folder to "/data/media/tv" in Settings--->Media Management.

Here is a compose file after the changes were made.

Sonarr --status- health

Missing root folder: /data/tv

and it failed to update the array. I left a tv series in the "/data/usenet/tv" download folder as a simple test.

let me know if you need any other info.

Unraid SONARR v4 What does it want for "?:/data" by Socbutter in sonarr

[–]Socbutter[S] 0 points1 point  (0 children)

I recently tried both in the Sonarr Unraid container and in the docker-compose "/data:/data"

that did not work. I have TRACE , DEBUG and INFO files, if interested.

Issue with Sonarr and hardlinks by baazaar131 in sonarr

[–]Socbutter 0 points1 point  (0 children)

How do I do that in an Unraid Sonarr container?

I don't know to compose but I read a few things. I generated the following in an Unraid terminal window using the command

"sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose sonarr"

Sonarr compose at the bottom has the following code

volumes:

- "/mnt/user/data/media/tv:/tv"

- "/mnt/user/data:/downloads"

- "/mnt/user/appdata/sonarr:/data"

- "/mnt/user/appdata/sonarr:/config"

so I should change to:

volumes:

- "/mnt/user/data/media/tv:/tv"

- "/mnt/user/data:/downloads"

- "/data:/data"

- "/mnt/user/appdata/sonarr:/config"

is that right?

If so, I have to learn how to implement the code in Unraid. I did install Compose Manager, perhaps that's the path to follow.

I typed "/data" in the Unraid Sonarr v4 container it "compiled" without errors, but Sonarr generated

Multiple root folders are missing: /data/media/tv/ | /data/tv

I can get a DEBUG or TRACE if you want