5 hours ago
(This post was last modified: 5 hours ago by MacAndreas. Edited 1 time in total.)
It looks like half a bug.. I found a description how Jellyfin deletes files in this bug report:
https://github.com/jellyfin/jellyfin/iss...-587943423
After deletion the episode on the web client there is this:
The *.mp4 is gone, *json *nfo and *.jpg are still there... I'll wait a day or two and if they are still not deleted I'll open an issue.
Thanks for your help!
Kind regards Andreas
https://github.com/jellyfin/jellyfin/iss...-587943423
Quote:2.) "delete media" deletes the *.ts, *.jpg and *.nfo corresponding to episodes but leaves the folder structure and tvshow.nfo intact. If there are no more videos remaining for a show, the folder structure and tvshow.nfo should be deleted too. Then, the TV show will no longer appear on the Shows page.
Code:
portainer:~$ ll ./SlivkiShow\ DE/2024/2024-11-16_EXPERIMENTE_DIE_NICHT_WIEDERHOLT_WERDEN_DURFEN_VON_STUFE_1_BIS_STUFE_100/
insgesamt 219964
-rw-r--r-- 1 jelly users 554674 13. Nov 08:34 'EXPERIMENTE_DIE_NICHT_WIEDERHOLT_WERDEN_DURFEN_VON_STUFE_1_BIS_STUFE_100_[q4uAkbcIiUU].info.json'
-rw-r--r-- 1 jelly users 224612129 13. Nov 08:35 'EXPERIMENTE_DIE_NICHT_WIEDERHOLT_WERDEN_DURFEN_VON_STUFE_1_BIS_STUFE_100_[q4uAkbcIiUU].mp4'
-rw-r--r-- 1 jelly users 512 13. Nov 08:35 'EXPERIMENTE_DIE_NICHT_WIEDERHOLT_WERDEN_DURFEN_VON_STUFE_1_BIS_STUFE_100_[q4uAkbcIiUU].nfo'
-rw-r--r-- 1 jelly users 59196 13. Nov 08:34 'EXPERIMENTE_DIE_NICHT_WIEDERHOLT_WERDEN_DURFEN_VON_STUFE_1_BIS_STUFE_100_[q4uAkbcIiUU]-thumb.jpg'After deletion the episode on the web client there is this:
Code:
portainer:~$ ll ./SlivkiShow\ DE/2024/2024-11-16_EXPERIMENTE_DIE_NICHT_WIEDERHOLT_WERDEN_DURFEN_VON_STUFE_1_BIS_STUFE_100/
insgesamt 616
-rw-r--r-- 1 jelly users 554674 13. Nov 08:34 'EXPERIMENTE_DIE_NICHT_WIEDERHOLT_WERDEN_DURFEN_VON_STUFE_1_BIS_STUFE_100_[q4uAkbcIiUU].info.json'
-rw-r--r-- 1 jelly users 512 13. Nov 08:35 'EXPERIMENTE_DIE_NICHT_WIEDERHOLT_WERDEN_DURFEN_VON_STUFE_1_BIS_STUFE_100_[q4uAkbcIiUU].nfo'
-rw-r--r-- 1 jelly users 59196 13. Nov 08:34 'EXPERIMENTE_DIE_NICHT_WIEDERHOLT_WERDEN_DURFEN_VON_STUFE_1_BIS_STUFE_100_[q4uAkbcIiUU]-thumb.jpg'The *.mp4 is gone, *json *nfo and *.jpg are still there... I'll wait a day or two and if they are still not deleted I'll open an issue.
Thanks for your help!
Kind regards Andreas
