Plex libraries not updating

Server Version#: 1.40.2.8395
Player Version#: 4.125.1
Plex Media Server Logs_2024-05-12_05-26-53.zip (5.8 MB)

Plex not updating TV shows or movies. I looked at the permissions every thing is good. I can add for episodes in existing folders but if i try to add a new tv show it will not update. THis only happened when i updated plex. Anything i can try to fix this besides deleting plex and starting over?
<If providing server logs please do NOT turn on verbose logging, only debug logging should be enabled>

Your file naming and organization is horrible.

My canned response is to see https://support.plex.tv/articles/naming-and-organizing-your-tv-show-files/ and:

If you want to save yourself a lot of time I would recommend using archive.tinymediamanager.org and use:

Episode format:
${showTitle} - S${seasonNr2}E${episodeNr2} - ${title}

Folder format:
${showTitle} (${showYear}) {tvdb-${tvShow.ids.tvdb}}/Season ${seasonNr2}

as the new name format.
(Please note I linked to the v3 which is free to use)

Example;

[chuck@lizum ~.2001]$ cd /glock/media/tv2/*Enterprise*
[chuck@lizum Star Trek Enterprise.2002]$ ls -laR
.:
total 36
drwxr-xr-x  7 chuck chuck  115 Sep  7  2022 ./
drwxrwxr-x 92 chuck chuck 4096 May  5 15:12 ../
drwxr-xr-x  2 chuck chuck 8192 May 10  2022 Season 00/
drwxrwxr-x  2 chuck chuck 4096 Sep  7  2022 Season 01/
drwxr-xr-x  2 chuck chuck 4096 Mar  3  2021 Season 02/
drwxr-xr-x  2 chuck chuck 4096 Mar  3  2021 Season 03/
drwxr-xr-x  2 chuck chuck 4096 Mar  3  2021 Season 04/


./Season 01:
total 190963736
drwxrwxr-x 2 chuck chuck        4096 Sep  7  2022 ./
drwxr-xr-x 7 chuck chuck         115 Sep  7  2022 ../
-rw-r--r-- 1 chuck chuck 15203532490 Sep  7  2022 Star Trek Enterprise - S01E01-E02 - Broken Bow.mkv
-rw-r--r-- 1 chuck chuck  7572889911 Sep  7  2022 Star Trek Enterprise - S01E03 - Fight or Flight.mkv
-rw-r--r-- 1 chuck chuck  6985938163 Sep  7  2022 Star Trek Enterprise - S01E04 - Strange New World.mkv
-rw-r--r-- 1 chuck chuck  6972509872 Sep  7  2022 Star Trek Enterprise - S01E05 - Unexpected.mkv
-rw-r--r-- 1 chuck chuck  6964263262 Sep  7  2022 Star Trek Enterprise - S01E06 - Terra Nova.mkv
-rw-r--r-- 1 chuck chuck  6952119613 Sep  7  2022 Star Trek Enterprise - S01E07 - The Andorian Incident.mkv
-rw-r--r-- 1 chuck chuck  7567705497 Sep  7  2022 Star Trek Enterprise - S01E08 - Breaking the Ice.mkv
-rw-r--r-- 1 chuck chuck  7606734283 Sep  7  2022 Star Trek Enterprise - S01E09 - Civilization.mkv
-rw-r--r-- 1 chuck chuck  7606013959 Sep  7  2022 Star Trek Enterprise - S01E10 - Fortunate Son.mkv
-rw-r--r-- 1 chuck chuck  7624623810 Sep  7  2022 Star Trek Enterprise - S01E11 - Cold Front.mkv
-rw-r--r-- 1 chuck chuck  7651120738 Sep  7  2022 Star Trek Enterprise - S01E12 - Silent Enemy.mkv
-rw-r--r-- 1 chuck chuck  7586251993 Sep  7  2022 Star Trek Enterprise - S01E13 - Dear Doctor.mkv
-rw-r--r-- 1 chuck chuck  7644912572 Sep  7  2022 Star Trek Enterprise - S01E14 - Sleeping Dogs.mkv
-rw-r--r-- 1 chuck chuck  7667345274 Sep  7  2022 Star Trek Enterprise - S01E15 - Shadows of P'Jem.mkv
-rw-r--r-- 1 chuck chuck  7680859917 Sep  7  2022 Star Trek Enterprise - S01E16 - Shuttlepod One.mkv
-rw-r--r-- 1 chuck chuck  7597135244 Sep  7  2022 Star Trek Enterprise - S01E17 - Fusion.mkv
-rw-r--r-- 1 chuck chuck  7585836591 Sep  7  2022 Star Trek Enterprise - S01E18 - Rogue Planet.mkv
-rw-r--r-- 1 chuck chuck  7653855149 Sep  7  2022 Star Trek Enterprise - S01E19 - Acquisition.mkv
-rw-r--r-- 1 chuck chuck  7611344136 Sep  7  2022 Star Trek Enterprise - S01E20 - Oasis.mkv
-rw-r--r-- 1 chuck chuck  7643800507 Sep  7  2022 Star Trek Enterprise - S01E21 - Detained.mkv
-rw-r--r-- 1 chuck chuck  7645730747 Sep  7  2022 Star Trek Enterprise - S01E22 - Vox Sola.mkv
-rw-r--r-- 1 chuck chuck  7629541556 Sep  7  2022 Star Trek Enterprise - S01E23 - Fallen Hero.mkv
-rw-r--r-- 1 chuck chuck  7628396774 Sep  7  2022 Star Trek Enterprise - S01E24 - Desert Crossing.mkv
-rw-r--r-- 1 chuck chuck  7626367283 Sep  7  2022 Star Trek Enterprise - S01E25 - Two Days and Two Nights.mkv
-rw-r--r-- 1 chuck chuck  7637980356 Sep  7  2022 Star Trek Enterprise - S01E26 - Shockwave (1).mkv

My FileBot renaming rules to make this all perfect (and effortless)

Episode rule: /glock/media/tv2/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}

{n} = show name
{s} = season … .pad(2) zero-pads to 2 digits
{t} = episode title
{s00e00} = episode identifier (season XX , episode YY)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.