2024-08-04, 01:10 AM
Yes in a way.
main user has access to all home videos
2nd user I only want access to certain videos in home videos.
file format
media
├── Homemovie
├── Home Movies (library #1 pointed here)
│ ├── 8mm Home DVD (library #2 pointed here)
│ │ ├── Season 01
│ │ │ ├── 8mm Home DVD S01E01.m4v
│ │ │ ├── 8mm Home DVD S01E02.m4v
│ │ │ └── 8mm Home DVD S01E02.m4v
│ │
│ ├── Class project video.m4v
(more videos then this but this is an example)
primary user can see all home videos. uses library #1
Secondary user I want to only see library #2 which will only show 8mm Home DVD
The best solution I found was pointing container to the Home Movies folder bypassing the homemovie folder and naming it accordingly. If not I found I would have to make a copy of the video files that takes double the space.
I just hope it doesn't break though.
attached is the file format of container. before only had /media but added in the homemovie. Things are working now but I didn't know if it was suppose to work the other way and something was wrong.
main user has access to all home videos
2nd user I only want access to certain videos in home videos.
file format
media
├── Homemovie
├── Home Movies (library #1 pointed here)
│ ├── 8mm Home DVD (library #2 pointed here)
│ │ ├── Season 01
│ │ │ ├── 8mm Home DVD S01E01.m4v
│ │ │ ├── 8mm Home DVD S01E02.m4v
│ │ │ └── 8mm Home DVD S01E02.m4v
│ │
│ ├── Class project video.m4v
(more videos then this but this is an example)
primary user can see all home videos. uses library #1
Secondary user I want to only see library #2 which will only show 8mm Home DVD
The best solution I found was pointing container to the Home Movies folder bypassing the homemovie folder and naming it accordingly. If not I found I would have to make a copy of the video files that takes double the space.
I just hope it doesn't break though.
attached is the file format of container. before only had /media but added in the homemovie. Things are working now but I didn't know if it was suppose to work the other way and something was wrong.