![]() |
Subfolder not visible - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification) +---- Thread: Subfolder not visible (/t-subfolder-not-visible) |
Subfolder not visible - osimon - 2024-12-02 Hi all, I have my music collection on Synology with shared drives. The jellyfin server is installed in a LXC under Proxmox Server. Shared drives are mapped and available. Synology share has following structure \Music \Music\A \Music\A\ACDC ... I have now made a scan in jellyfin with a library directing to \Music When I am going to Music I can see all albums. But if I go to directory, I only see the path \Music\A ...no further files nor directories. Any idea, what is wrong here ? Thanks, Oliver RE: Subfolder not visible - wenzelja - 2024-12-02 First of all, you're not supposed to have directories for Band Names starting with A, B, C, etc. Below is the approved method of directory structure for your music. Music ├── Some Artist │ ├── Album A │ │ ├── Song 1.flac │ │ ├── Song 2.flac │ │ └── Song 3.flac │ └── Album B │ ├── Track 1.m4a │ ├── Track 2.m4a │ └── Track 3.m4a └── Album X ├── Whatever You.mp3 ├── Like To.mp3 ├── Name Your.mp3 └── Music Files.mp3 |