Double episodes in new season

Sonarr version 4.0.8.1874:
Mono version (if Sonarr is not running on Windows):
OS: Docker
Description of issue: Whenever I download a show it always makes a copy of the show and puts it in a folder called Season (year of show release) and makes it a double of the entire show. I use QBitTorrent to download. I have it put the seeding episodes into a separate folder.

https://trash-guides.info/Hardlinks/How-to-setup-for/Docker/

Currently I have jellyseerr, flamesolverr, qbittorrent, sonarr, Radarr, jellyfin, and prowlarr. Is something like NZBGET or SABnzb required?

Only if you usenet.

I don’t usenet but I still have the same problem. Everything is setup properly which is why I don’t know why it isn’t working

Then it’s not set up properly, otherwise hardlinks would work and you wouldn’t end up with duplication. So you’ll need to provide details of your setup for review.
Docker mounts for Sonarr and QBit
Sonarr root folder
Qbit settings
Logs
etc.

the thing is that its exactly how the guides are.

qbittorrent:
image: linuxserver/qbittorrent
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
volumes:
- ./provision/qbittorrent:/config
- ./content/torrents:/data/torrents
- ./content/torrents/tv:/data/torrents/tv
- ./content/torrents/movies:/data/torrents/movies
ports:
- “8080:8080”
restart: unless-stopped
networks:
- media-network
radarr:
image: linuxserver/radarr
container_name: radarr
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
volumes:
- ./provision/radarr:/config
- ./content:/data
- ./content/media:/data/media
- ./content/media/movies:/data/media/movies
ports:
- “7878:7878”
restart: unless-stopped
networks:
- media-network

sonarr:
image: linuxserver/sonarr
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
volumes:
- ./provision/sonarr:/config
- ./content:/data
- ./content/media:/data/media
- ./content/media/tv:/data/media/tv
ports:
- “8989:8989”
restart: unless-stopped
networks:
- media-network

You really only need /data for sonarr, and /data/torrents for qbit

Will that help? I want to make it clearer on the problem just in case it was misunderstood. If I download a show such as SUITS and make then put it into season folders it will put the proper episodes into each proper folder seasons 1-9 but then make a season 2011 which is the release year of SUITS and put a copy of every episode into there.

Sounds like a misconfiguration somewhere, but I’d still get rid of all the unnecessary mounts and only create those the guide specifies for each application.

Provide these

As well as your media renaming settings in sonarr.