2025-01-28, 12:31 AM
No problems - I get mixed up as well but grateful for any help.
Each movie is in its own directory:
ls -l /mnt/lower/Media/Movies/
drwxrwxrwx 2 andrew jellyfin 4096 2024/11/13 Wed 20:44:54 10000 BC [tmdbid-7840]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/11/24 Sun 21:10:36 13 going on 30 [tmdbid-10096]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/11/28 Thu 18:12:13 2001 A Space Odyssey [tmdbid-62]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/10/22 Tue 15:02:25 2012 [tmdbid-14161]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/11/24 Sun 17:57:41 50 First Dates [tmdbid-1824]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/10/22 Tue 13:40:35 Alice in Wonderland [tmdbid-12155]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/11/29 Fri 17:26:04 Aliens vs Predator Requiem [tmdbid-440]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/11/29 Fri 18:38:39 Aliens vs Predator [tmdbid-395]/
(etc etc)
The files are named the same as the directory in most cases (early ones where not and may just be the DVD file name or the film name) eg:
ls -l /mnt/lower/Media/Movies/10000\ BC\ \[tmdbid-7840\]/
-rwxrw-rw- 1 andrew jellyfin 4097217826 2024/11/13 Wed 20:22:09 10000 BC [tmdbid-7840].mkv
ls -l /mnt/lower/Media/Movies/13\ going\ on\ 30\ \[tmdbid-10096\]/
-rwxrw-rw- 1 andrew jellyfin 3975429959 2024/11/24 Sun 20:56:57 13 going on 30 [tmdbid-10096].mkv
The Docker compose file maps these external directories to the required locations:
- type: bind
source: /mnt/middle/Media/
target: /media
read_only: false
- type: bind
source: /mnt/lower/Media/
target: /media2
read_only: false
Each movie is in its own directory:
ls -l /mnt/lower/Media/Movies/
drwxrwxrwx 2 andrew jellyfin 4096 2024/11/13 Wed 20:44:54 10000 BC [tmdbid-7840]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/11/24 Sun 21:10:36 13 going on 30 [tmdbid-10096]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/11/28 Thu 18:12:13 2001 A Space Odyssey [tmdbid-62]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/10/22 Tue 15:02:25 2012 [tmdbid-14161]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/11/24 Sun 17:57:41 50 First Dates [tmdbid-1824]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/10/22 Tue 13:40:35 Alice in Wonderland [tmdbid-12155]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/11/29 Fri 17:26:04 Aliens vs Predator Requiem [tmdbid-440]/
drwxrwxrwx 2 andrew jellyfin 4096 2024/11/29 Fri 18:38:39 Aliens vs Predator [tmdbid-395]/
(etc etc)
The files are named the same as the directory in most cases (early ones where not and may just be the DVD file name or the film name) eg:
ls -l /mnt/lower/Media/Movies/10000\ BC\ \[tmdbid-7840\]/
-rwxrw-rw- 1 andrew jellyfin 4097217826 2024/11/13 Wed 20:22:09 10000 BC [tmdbid-7840].mkv
ls -l /mnt/lower/Media/Movies/13\ going\ on\ 30\ \[tmdbid-10096\]/
-rwxrw-rw- 1 andrew jellyfin 3975429959 2024/11/24 Sun 20:56:57 13 going on 30 [tmdbid-10096].mkv
The Docker compose file maps these external directories to the required locations:
- type: bind
source: /mnt/middle/Media/
target: /media
read_only: false
- type: bind
source: /mnt/lower/Media/
target: /media2
read_only: false