python-plexlibrary
python-plexlibrary copied to clipboard
Multiple Source Library not working.
I see that there is a closed issue about this from before https://github.com/adamgot/python-plexlibrary/issues/4
Has this been fixed? If so, I need some help with my config please.
- name: 'Movies'
folders:
- '/home/xorcist/data/.Automation/plexdrive-fuse/MyMedia/Movies'
- '/home/xorcist/data/.Automation/plexdrive-fuse/MyMedia/Kid Movies/' ```
It's not picking up movies that I have in Kid Movies. I have tried "Kid Movies" and Kid\ Movies/
Let me know what I should change it to in order to get it working correctly. Thanks!
I seem to be having the same problem. In my case, it's only the second directory for the 'Movies' library that it doesn't pick up (Z:\Video\Movies). The rest seem to work fine.
# Source library details
source_libraries:
- name: 'Movies'
folders:
- 'G:\Video\Movies'
- 'Z:\Video\Movies'
- name: 'Kids Movies'
folders:
- 'Z:\Video\Childrens Movies'
- name: 'Christmas Movies'
folders:
- 'Z:\Video\Christmas Movies'
I have a similar problem. I have 1080p and 4k versions of some of my movies. For some the script is picking up both and creating symlinks, for most it's not and tends to pick up only the 4K version which compounds the problem. Is there a way to fix please?
Do I need a new issue?
`source_libraries:
- name: 'Movies'
folders:
- '/user/mount_unionfs/google_vfs/movies_kids_gd'
- '/user/mount_unionfs/google_vfs/movies_uhd_gd/kids'
- '/user/mount_unionfs/google_vfs/movies_adults_gd'
- '/user/mount_unionfs/google_vfs/movies_uhd_gd/adults'
- '/user/mount_unionfs/google_vfs/unfiled/movies'
- '/user/mount_unionfs/google_vfs/unfiled/movies_uhd'`
Update: it's only finding one version per movies - the ones I thought were correct were (i) duplicates or (ii) where the movies were named slightly different e.g. Dark Phoenix (2019) and X-men: Dark Phoenix (2019). I can fix by changing the naming structure of my 4k library to e.g. Movie(YYYY) 4K but I'm hesitant to do this