@KeekUras said:
@amirza2 said:
@KeekUras said:
@KeekUras said:
So, when I go to Plex now, I see the Plexdrive folder but when I double-click it, nothing shows. Do I just need to wait awhile?
Ok, I figured out what it was doing; I ran “sudo service plexdrive status”, it is mapping to the root of the GCD by default and caching everything, not just my media (I backup mine and my wife’s PCs there too) so I stopped the service. How do I specify in the config where to map directly to the Media folder in the root of GCD? I found some instructions on how to somewhat do it for using with rclone and encrypted drives but I’m currently not doing that.
While you can map plexdrive to folders outside of root, it’s a bit of pain to make work and it’**** and miss. Better to just map to root and point plex at the correct folders. As for stuff not showing in plex that is a permissions issue. I had the same issue with emby when i was adding stuff. If you installed plex from the repo it should be running as the user plex, can use htop to confirm, so go to your plexdrive folder and run “ls -l” it will tell you who has permissions on that folder. I’ll bet it’s either root or your current user. Chown the files to plex if only plex is gonna mess with the plexdrive folder or add your current users group to plex. I don’t know your install but in ubuntu to add group to existing user its “sudo usermod -a -G groupName userName”
@amirza2 said:
@amirza2 said:
@KeekUras said:
@KeekUras said:
So, when I go to Plex now, I see the Plexdrive folder but when I double-click it, nothing shows. Do I just need to wait awhile?
Ok, I figured out what it was doing; I ran “sudo service plexdrive status”, it is mapping to the root of the GCD by default and caching everything, not just my media (I backup mine and my wife’s PCs there too) so I stopped the service. How do I specify in the config where to map directly to the Media folder in the root of GCD? I found some instructions on how to somewhat do it for using with rclone and encrypted drives but I’m currently not doing that.
While you can map plexdrive to folders outside of root, it’s a bit of pain to make work and it’**** and miss. Better to just map to root and point plex at the correct folders. As for stuff not showing in plex that is a permissions issue. I had the same issue with emby when i was adding stuff. If you installed plex from the repo it should be running as the user plex, can use htop to confirm, so go to your plexdrive folder and run “ls -l” it will tell you who has permissions on that folder. I’ll bet it’s either root or your current user. Chown the files to plex if only plex is gonna mess with the plexdrive folder or add your current users group to plex. I don’t know your install but in ubuntu to add group to existing user its “sudo usermod -a -G groupName userName”
@amirza2 said:
@KeekUras said:
@KeekUras said:
So, when I go to Plex now, I see the Plexdrive folder but when I double-click it, nothing shows. Do I just need to wait awhile?
Ok, I figured out what it was doing; I ran “sudo service plexdrive status”, it is mapping to the root of the GCD by default and caching everything, not just my media (I backup mine and my wife’s PCs there too) so I stopped the service. How do I specify in the config where to map directly to the Media folder in the root of GCD? I found some instructions on how to somewhat do it for using with rclone and encrypted drives but I’m currently not doing that.
While you can map plexdrive to folders outside of root, it’s a bit of pain to make work and it’**** and miss. Better to just map to root and point plex at the correct folders. As for stuff not showing in plex that is a permissions issue. I had the same issue with emby when i was adding stuff. If you installed plex from the repo it should be running as the user plex, can use htop to confirm, so go to your plexdrive folder and run “ls -l” it will tell you who has permissions on that folder. I’ll bet it’s either root or your current user. Chown the files to plex if only plex is gonna mess with the plexdrive folder or add your current users group to plex. I don’t know your install but in ubuntu to add group to existing user its “sudo usermod -a -G groupName userName”
Edit: Actually don’t chown your files to plex, might mess up plexdrive, add user to correct group for access.
Edit2: Meant for this to be a edit too my first post lol
Thanks for the advice. It is Ubuntu 16.04.2. I installed the Plex piece from the guide @per_PLEX_ed wrote. I’ll check out the permissions when I have a chance and report back.
Edit: The user I’m logged in with does have rights to plexdrive. Do I need to add the user I log into plex web with to this system and give it rights?
The problem with doing this though, as I’d mentioned prior, is that it’s scanning all the folders I have in the root of my GCD, which includes 2 PC backup folders so this is going to most likely end up being an issue because the cache is going to be huge.
@KeekUras said:
@amirza2 said:
@KeekUras said:
@KeekUras said:
So, when I go to Plex now, I see the Plexdrive folder but when I double-click it, nothing shows. Do I just need to wait awhile?
Ok, I figured out what it was doing; I ran “sudo service plexdrive status”, it is mapping to the root of the GCD by default and caching everything, not just my media (I backup mine and my wife’s PCs there too) so I stopped the service. How do I specify in the config where to map directly to the Media folder in the root of GCD? I found some instructions on how to somewhat do it for using with rclone and encrypted drives but I’m currently not doing that.
While you can map plexdrive to folders outside of root, it’s a bit of pain to make work and it’**** and miss. Better to just map to root and point plex at the correct folders. As for stuff not showing in plex that is a permissions issue. I had the same issue with emby when i was adding stuff. If you installed plex from the repo it should be running as the user plex, can use htop to confirm, so go to your plexdrive folder and run “ls -l” it will tell you who has permissions on that folder. I’ll bet it’s either root or your current user. Chown the files to plex if only plex is gonna mess with the plexdrive folder or add your current users group to plex. I don’t know your install but in ubuntu to add group to existing user its “sudo usermod -a -G groupName userName”
@amirza2 said:
@amirza2 said:
@KeekUras said:
@KeekUras said:
So, when I go to Plex now, I see the Plexdrive folder but when I double-click it, nothing shows. Do I just need to wait awhile?
Ok, I figured out what it was doing; I ran “sudo service plexdrive status”, it is mapping to the root of the GCD by default and caching everything, not just my media (I backup mine and my wife’s PCs there too) so I stopped the service. How do I specify in the config where to map directly to the Media folder in the root of GCD? I found some instructions on how to somewhat do it for using with rclone and encrypted drives but I’m currently not doing that.
While you can map plexdrive to folders outside of root, it’s a bit of pain to make work and it’**** and miss. Better to just map to root and point plex at the correct folders. As for stuff not showing in plex that is a permissions issue. I had the same issue with emby when i was adding stuff. If you installed plex from the repo it should be running as the user plex, can use htop to confirm, so go to your plexdrive folder and run “ls -l” it will tell you who has permissions on that folder. I’ll bet it’s either root or your current user. Chown the files to plex if only plex is gonna mess with the plexdrive folder or add your current users group to plex. I don’t know your install but in ubuntu to add group to existing user its “sudo usermod -a -G groupName userName”
@amirza2 said:
@KeekUras said:
@KeekUras said:
So, when I go to Plex now, I see the Plexdrive folder but when I double-click it, nothing shows. Do I just need to wait awhile?
Ok, I figured out what it was doing; I ran “sudo service plexdrive status”, it is mapping to the root of the GCD by default and caching everything, not just my media (I backup mine and my wife’s PCs there too) so I stopped the service. How do I specify in the config where to map directly to the Media folder in the root of GCD? I found some instructions on how to somewhat do it for using with rclone and encrypted drives but I’m currently not doing that.
While you can map plexdrive to folders outside of root, it’s a bit of pain to make work and it’**** and miss. Better to just map to root and point plex at the correct folders. As for stuff not showing in plex that is a permissions issue. I had the same issue with emby when i was adding stuff. If you installed plex from the repo it should be running as the user plex, can use htop to confirm, so go to your plexdrive folder and run “ls -l” it will tell you who has permissions on that folder. I’ll bet it’s either root or your current user. Chown the files to plex if only plex is gonna mess with the plexdrive folder or add your current users group to plex. I don’t know your install but in ubuntu to add group to existing user its “sudo usermod -a -G groupName userName”
Edit: Actually don’t chown your files to plex, might mess up plexdrive, add user to correct group for access.
Edit2: Meant for this to be a edit too my first post lol
Thanks for the advice. It is Ubuntu 16.04.2. I installed the Plex piece from the guide @per_PLEX_ed wrote. I’ll check out the permissions when I have a chance and report back.
Edit: The user I’m logged in with does have rights to plexdrive. Do I need to add the user I log into plex web with to this system and give it rights?
The problem with doing this though, as I’d mentioned prior, is that it’s scanning all the folders I have in the root of my GCD, which includes 2 PC backup folders so this is going to most likely end up being an issue because the cache is going to be huge.
@KeekUras said:
@amirza2 said:
@KeekUras said:
@KeekUras said:
So, when I go to Plex now, I see the Plexdrive folder but when I double-click it, nothing shows. Do I just need to wait awhile?
Ok, I figured out what it was doing; I ran “sudo service plexdrive status”, it is mapping to the root of the GCD by default and caching everything, not just my media (I backup mine and my wife’s PCs there too) so I stopped the service. How do I specify in the config where to map directly to the Media folder in the root of GCD? I found some instructions on how to somewhat do it for using with rclone and encrypted drives but I’m currently not doing that.
While you can map plexdrive to folders outside of root, it’s a bit of pain to make work and it’**** and miss. Better to just map to root and point plex at the correct folders. As for stuff not showing in plex that is a permissions issue. I had the same issue with emby when i was adding stuff. If you installed plex from the repo it should be running as the user plex, can use htop to confirm, so go to your plexdrive folder and run “ls -l” it will tell you who has permissions on that folder. I’ll bet it’s either root or your current user. Chown the files to plex if only plex is gonna mess with the plexdrive folder or add your current users group to plex. I don’t know your install but in ubuntu to add group to existing user its “sudo usermod -a -G groupName userName”
@amirza2 said:
@amirza2 said:
@KeekUras said:
@KeekUras said:
So, when I go to Plex now, I see the Plexdrive folder but when I double-click it, nothing shows. Do I just need to wait awhile?
Ok, I figured out what it was doing; I ran “sudo service plexdrive status”, it is mapping to the root of the GCD by default and caching everything, not just my media (I backup mine and my wife’s PCs there too) so I stopped the service. How do I specify in the config where to map directly to the Media folder in the root of GCD? I found some instructions on how to somewhat do it for using with rclone and encrypted drives but I’m currently not doing that.
While you can map plexdrive to folders outside of root, it’s a bit of pain to make work and it’**** and miss. Better to just map to root and point plex at the correct folders. As for stuff not showing in plex that is a permissions issue. I had the same issue with emby when i was adding stuff. If you installed plex from the repo it should be running as the user plex, can use htop to confirm, so go to your plexdrive folder and run “ls -l” it will tell you who has permissions on that folder. I’ll bet it’s either root or your current user. Chown the files to plex if only plex is gonna mess with the plexdrive folder or add your current users group to plex. I don’t know your install but in ubuntu to add group to existing user its “sudo usermod -a -G groupName userName”
@amirza2 said:
@KeekUras said:
@KeekUras said:
So, when I go to Plex now, I see the Plexdrive folder but when I double-click it, nothing shows. Do I just need to wait awhile?
Ok, I figured out what it was doing; I ran “sudo service plexdrive status”, it is mapping to the root of the GCD by default and caching everything, not just my media (I backup mine and my wife’s PCs there too) so I stopped the service. How do I specify in the config where to map directly to the Media folder in the root of GCD? I found some instructions on how to somewhat do it for using with rclone and encrypted drives but I’m currently not doing that.
While you can map plexdrive to folders outside of root, it’s a bit of pain to make work and it’**** and miss. Better to just map to root and point plex at the correct folders. As for stuff not showing in plex that is a permissions issue. I had the same issue with emby when i was adding stuff. If you installed plex from the repo it should be running as the user plex, can use htop to confirm, so go to your plexdrive folder and run “ls -l” it will tell you who has permissions on that folder. I’ll bet it’s either root or your current user. Chown the files to plex if only plex is gonna mess with the plexdrive folder or add your current users group to plex. I don’t know your install but in ubuntu to add group to existing user its “sudo usermod -a -G groupName userName”
Edit: Actually don’t chown your files to plex, might mess up plexdrive, add user to correct group for access.
Edit2: Meant for this to be a edit too my first post lol
Thanks for the advice. It is Ubuntu 16.04.2. I installed the Plex piece from the guide @per_PLEX_ed wrote. I’ll check out the permissions when I have a chance and report back.
Edit: The user I’m logged in with does have rights to plexdrive. Do I need to add the user I log into plex web with to this system and give it rights?
The problem with doing this though, as I’d mentioned prior, is that it’s scanning all the folders I have in the root of my GCD, which includes 2 PC backup folders so this is going to most likely end up being an issue because the cache is going to be huge.
No, the user that runs plex media server on your box needs to have permissions to access the plexdrive folder. In general when you install plex media server it also creates a user “plex” to run the program. Take your current user’s group, and add it too plex group list using the above command. Then restart the box and see if that works. IE
sudo usermod -a -G Your_user_group_That_owns_plexdriveFolder plex
To find groups your user is apart of use
groups USER
so to find plex group use
groups plex