Search the Community
Showing results for tags 'rclone'.
-
Hi - I have had an encrypted google drive mounted to my windows 10 machine via rclone mount for a number of years, and in general it has worked without issue. I serve both Movies & TV shows to emby, along with local media as well on my server. On Saturday morning, I had a power outage at my house which knocked out my internet and borked my router, so I was offline for about 1.5 days while I waited for Spectrum to come out and fix the issue. In the meantime, I popped in a temp router, at which point got me back up and running for watching local media via my lan. Of course, this meant that emby couldn't see my rclone mount for my online movies/TV shows, and partially removed those items from my library. On Sunday evening, after my internet was back up, I re-started my windows box so that my mounts would auto mount, and let emby do its thing to re-scan my mising media. My movies rescanned without issue, however my TV Shows seemed to recognize that a show was there, but didn't add any artwork, episode files, and was just blank (see below screenshot): This same thing happened when I first added my movies, and after I rescaned the movies library a few times, everything went back to normal. When I tried to do the same w/ my TV shows, I noticed that the library scan would sit at 95% for upwards of 10 hours. I then removed the folder from my TV Library, let emby remove all of the content, restarted emby, then re-added the folder. Emby started its scan, and it still got stuck at 95% and was taking quite a long time (it's still running as we speak). When looking at the logs, I'm seeing 2 things - 1 is that it looks like emby is recreating my title fingerprints for intro skipping (which probably is what is taking such a long time), and the 2nd is I'm seeing a ton of access errors to the nfo files on my google drive. See below for my log. Emby can clearly access the mount (as my movies play fine from the same mount), and emby's title fingerprints are accessing the mkv files without issue, so I'm not sure why it is throwing an error over the nfo files specifically. To that point, is my assessment correct in that this scan is taking so long (and hence all of the TV shows in that folder aren't completely added to emby until the scan is finished) because of the title fingerprinting? Or does the issue look like it may also be related to the nfo permission errors? Worst case, I can just wait for the fingerprinting to be done, but that may take a few days at the pace this is moving, so wanted to ask. Thanks! embyserver (11).txt
-
Hello, my newly set up emby media server adds my locally stored files to my library just fine without any kind of additional input by me. I have a few problems though when adding my rclone mount into the mix and I would appreciate it if anyone with a bit more know-how than me could help me sort them out. Using the official rclone fork with my webdav cloud all of my files are put into a folder called "links". This is regardless of whether it is a tv show, movie or else. So adding this "links" folder to my library emby gets quite confused with correctly sorting all of my media, which is why I thought of using the "Auto Organize" Plugin. My idea was to tell it to move all of the files from the "links" folder to where all of my local files are (in their respective folders of course). At first it seemed to be working correctly, since it created a folder for the TV Series it was working on currently and put the episode into the folder. I later found out that while "moving" the file it seemed to be downloading it from my webdav cloud into the folder it was only supposed to be moving the file to. From what I understand rclone stores some sort of "dummy file" in the mounted folder that can be accessed and played by emby but moving/copying the file to another folder will result in my computer downloading the file from the cloud to my local storage which completely defeats the point of using rclone in the first place. One more thing to add: Before emby I used plex and to be honest, it worked fine with rclone since I could just point my movies as well as my tvshows library to that "links" folder and plex would just know which file is an episode from a show and which file is a movie and it would add them to the respective libraries automatically without having to move the files on the disk into separate folders. From what I understand emby requires a bit more work than that and I am totally fine with that if it means that I can select an external video player in the android tv app (this is why I made the switch from plex to emby. It's just not an option in plex) I've been tinkering with my media server for quite a while now and I feel like I am running in circles. All I really want to achieve is to combine my locally stored media with my media that is stored in my cloud so that I can watch it with emby in a kind of all-in-one solution but every time I seem to find a solution to my problems some get fixed but completely new problems arise and I feel like it's just all too complicated. What's most frustrating is that for most of them I wouldn't even know what to google to be completely honest with you, which is why I am now resorting to here in hopes that someone can help me out. I really hate asking on forums because I feel like these questions have been asked 1000 times before but somehow all of my search results on google that I get when searching for solutions to my problems really don't get me anywhere. I really appreciate any kind of help I can get. Setup: Emby in docker, rclone in docker, host is debian amd64
-
hello, ive been using emby for 2 months now with no problems but suddenly now i am getting these random buffers everyday and the only way to fix it is to reboot my whole server. i play any random video in the library, it starts playing normally but then it stops to buffer after maybe 10 seconds or less, after it stops at that first point it then plays and stops every 1 or 2 seconds to buffer. its like not even eating up bandwidth of the person watching the video to buffer the video i am hosting the emby server on my server which is on debian 10, has 32gb ram, i7 4770, 117MB/s download speed and 117MB/s upload speed, 4TB enterprise HDD. im using rclone mount with gdrive. i have tried restarting the mount service, restarting emby server, increasing cache size, decreasing cache age, adding buffer size. nothing i tried seems to work except rebooting my whole server once a day. my friends are other users in the same server and we tested and they encountered the problem too. i tried this mount configuration #!/bin/bash fusermount -uz /home/nitrous/embystuff rclone mount "embystuff:" "/home/nitrous/embystuff" --allow-other --poll-interval 5m --cache-dir=/home/nitrous/cache/embystuff --vfs-cache-mode full --vfs-cache-max-size 400G --vfs-cache-max-age 18h -vP and this mount configuration #!/bin/bash fusermount -uz /home/nitrous/embystuff rclone mount "embystuff:" "/home/nitrous/embystuff" --allow-other --poll-interval 5m --cache-dir=/home/nitrous/cache/embystuff --vfs-cache-mode full --vfs-cache-max-size 200G --vfs-cache-max-age 72h -vP i tried hosting on ubuntu and debian. tried rclone version 1.54.1, 1.55, 1.56... problem still happened. i have also changed my whole server where i host emby but I still encounter the same problem on the new one. the buffering usually happens after 24 hours, sometimes more, sometimes less, doesnt matter if its direct play or transcoding. it was working perfectly for the past 2 months until a few days ago when this happened. if the buffering happens the only fix i found was to reboot my whole server, would really appreciate any help.
-
I have set up my server on ubuntu, with Google Drive mounted on it via rclone. Not running any rclone cache or encryption etc. I have install Emby 1.076 on my Samsung UA55JU6600 TV I am able to play my movies and tv shows just fine. However, I am unable to resume after a video have been played, or even fast forward the video via the 30-seconds button. I am able to resume and fast forward while viewing in Chrome. Not sure how to go about diagnosing the problem, or what logs I should be providing. Any help is much appreciated. Thanks.
-
Hello, I have movies on my Google Drive. Now I would like to integrate this directly into Emby without loading it locally onto my device. I have mounted google drive on my Ubuntu 20.04 server via rclone. But if I want to create a new media folder, then I cannot select the folder where I mounted Google Drive. does anyone have experience with this and can help me? thanks!
- 23 replies
-
- rclone
- google drive
-
(and 1 more)
Tagged with:
-
Hello, I would like to express 2 problems that I encounter with Emby using Google Drive as storage. The first problem encountered is that emby seems to send a lot of requests or consume a lot of data, because I easily reach the quota in recent days. My 2nd problem is that by closing rclone after a certain time some of my libraries no longer display its content due to the fact that rclone is closed and the content is no longer accessible. I am concerned that reloading data once rclone reconnect requests a lot of data. I would like to understand then which options I should select when creating a library to avoid these 2 problems. Thank you
- 11 replies
-
Hello, I have the same problem but in my case only tv shows don't resume. I can play movies when resume. Few days ago everything was OK. I try to watch series about 21:00 today. That are my logs in attachment. Regards, Przmek @Happy2Play please move my posting to it's own separate topic. Thanks. embyserver.txt ffmpeg-remux-7b08a2a5-7987-4249-9d70-d320b413ca67_1.txt ffmpeg-transcode-31ff9695-7a72-42e2-a441-35ca0b67ef26_1graph.txt hardware_detection-63748475758.txt
-
I'm experimenting with the addition of Google Drive, mounted via rclone. I don't have any problems there, as far as accessing. But when I add the new path, it seems like emby is going to run an ffprobe/ffmpeg analysis (I see both processes running, which seems odd but that's a separate thing). Anyway, people that are doing this, did you just let it do it? Otherwise, what settings are you using to minimize that. It's going to be pretty obnoxious if Emby is going to want to deep scan every file on the path like that (as it means I'll effectively pull everything back down as it gets put in gdrive). tldr; what settings to use minimize Emby processing of new files that are on remote storage?
- 16 replies
-
Suggestions on storing metadata locally vs mounted google drive
xd003 posted a topic in General/Windows
I have hosted my emby server on a vps and using rclone mount as my library . I am currently renaming and sorting all my content . Just had this very simple question I currently have 2 choices Either i can scrap all metadata directly in my google drive using tiny media manager or other tools and don't let emby fetch any metadata. So each TV show & Movie will have its own nfo , posters and everything in its respective drive folder itself . In short emby would read metadata individually for each folder The other option is i can not scrap any metadata externally . Just rename them properly following emby naming convention using any tool and while adding that library , let emby fetch all the metadata for it ( which i beleive it stores locally in /var/lib/emby/metadata ) So my main question is which option do you recommend me ? What would give better performance and quicker loading of metadata ? ( Locally or mounted drive ) On another note - Assuming i have metadata in my source itself , is there any option to ignore the metadata in source library - google drive ie the ones within individual movies and tv shows folder and force use the emby metadata fetched by emby itself ? -
Hi all, I have a GSuite account which I use RClone to upload my files to. I have mounted a new drive on my laptop (X:) and am able to upload video files with no issues. However, there is an issue when uploading folders containing both video and photo files (.jpeg). where they are not showing up. Here are the steps I took to upload these folders into Gdrive: 1) Using RClone Browser, Upload "Pictures" folder into GSuite Drive 2) In Emby,select "Home videos and Photos" and point it to the mounted drive (X:\) 3) Scanned and refresh meta data 4) No photos nor video files appear Strangely, when I upload the same folder directly from my desktop, meaning upload the files from my laptop path (C:\Me\Pictures), all photos and videos appear with no issues. I have checked all permissions, there were no hidden folders nor photos that were private that could have caused this (referencing the other photos error thread). Separately, on Plex, doing the Rclone+Gdrive setup did not any issues at all. Your advice is muchly appreciated! Pic1 = Folder uploaded and synced to emby directly from C:\Me\Pictures shows all items appearing Pic2 = Folder uploaded and synced to emby through RClone shows nothing
-
Currently I am using the below rclone mount command with emby but from when I click play it takes around 50 seconds to start playing the video. This is around the same amount of time it would take for it to download the buffer specified in the command. I am wondering whether the buffer command works with emby? I was under the impression it downloads the buffer once it has started streaming. rclone mount --allow-other --bind 2a01:xxxx:1:fd0d::4 --log-file /opt/rclone/logs/xxxxlog -v --dir-cache-time 96h --vfs-cache-max-age 12h --vfs-read-chunk-size 128M --buffer-size 3G --timeout 1h gdrive4: /gdrives/GD_4 --user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36': &
- 1 reply
-
- rclone
- buffer size
-
(and 2 more)
Tagged with:
-
Hi all, I just installed emby server on my linux vps. I want to have my emby libraries on a different server however, specifically a onedrive server. Don't worry, I have that all sorted out, using rclone and a cache. It works like a charm. However, the folder currently is in the root directory, under the name of /onedrive owned by a user and group called qbtuser (from qbittorrent) so it can write nicely to it. Now I need to assign the emby libraries to somewhere like /onedrive/movies and /onedrive/series. However when I try to add a library in emby server and specify the folder, /onedrive is not found. /onedrive is owned by user and group qbtuser, and the directories and files inside are given the permissions of 775. The folder /onedrive itself also has permissions 775. Now, not only does that mean that everyone should be able to read and see what is in every folder, but the first problem arose when the root user tried to read from the /onedrive folder, and they are not allowed to.. Now also emby is not allowed to read or anything. There is a group qbtuser as mentioned before and I have added emby to that, and even rebooted the server, but it still does not work. I am out of ideas. Anyone else got any ideas?
-
"Too many Errors. Giving Up." because of "Transport Endpoint is not connected"
hammos posted a topic in Linux
Hi, somehow I'm currently fighting with the problem, that after mounting my GDrive to the vServer the media library will break down after the library scan. When trying to open a media file you get the typical error message "Too many errors. Giving up". If I try to look for the mounted folder on my vServer I get to notice that I can't open it anymore. "-bash: cd: seb_emby: Transport endpoint is not connected" is the message. Actually I can't do anything with those folders anymore. When I try to delete them it gets rejected "rmdir: failed to remove ‘seb_emby’: Device or resource busy" I got two seperat mounts running. The weird thing is that only one of them is always crashing. The other one works fluently. Concerning this, neither the Google API or the Emby Update to 4.3.1 could be the fault. The media library scan seems also to go quite slower since it stays on 90,9% for quite long, when I try to mount everything in a new folder etc. I did install the Anime addon (1.4.3) and auto box sets (1.2.3) one day earlier, so I guess that this might have something to do with it. The crashing mount contains one library with anime series and one with anime movies. In both libraries I did a recent change in the settings, by setting the metadata format to nfo and saving picture material in the media source folder. (Was this a good choice btw.? What is the advantage of the nfo file in comparison with when the box is unticked?) Pfa the embyserver.txt. (Splitted in two files since it was too big, had ~100mb) Thank you for helping me solve this case in advance. If you need any additional information just mention it. Best Regards- 9 replies
-
- debian
- emby 4.3.1
-
(and 1 more)
Tagged with:
-
Hi All, Firstly, thank you for any help you are able to provide. I've been trying to get this working for 4 days and it's driving me crazy. I'm new to Linux so please bear with me. I have a AWS instance running Ubuntu 18 and a virtual Google Drive mounted to /gdrive using rclone which works fine. I can navigate through the files in the /gdrive folder using the Linux terminal as expected, great. The issue I'm facing is when I navigate to http://localhost:8096 and chose the "Add media library" option, it cannot see the folder /gdrive. If I then un-mount my google drive from the gdrive folder, emby library can now see the folder and adds it to the library. So in a nutshell, emby can't see the folder /gdrive when rclone is mounted inside it. I have used the following commands to ensure the folder is readable by everyone, and changed to owner to the emby user, but still no luck. chown -R emby:emby /gdrive chown emby /gdrive chmod 777 /gdrive ls -la shows the following drwxrwxrwx 2 emby emby 4096 Dec 6 15:42 gdrive. It must be a permission issue, but I can't think what it could be. If anyone could help, I would be so grateful. Thanks, Kelvin
- 11 replies
-
Quick question! Historically, I've always saved my metadata/nfo/artwork with my media files. More recently I have been experimenting with uploading my content to Google Drive through rclone. My question is, if it would be a good idea to continue saving the metadata with the media files (in this case Google Drive), or if it would be faster Emby experience if it was saved locally on the machine (in this case Nvidia Shield). The main reason I was thinking of saving it on Google Drive was because I will most likely have to update my media files as I expand my collection. For example, if I currently have a 1080p file and eventually purchase and upload the 2160p version, I will need to rename the files and metadata files as well as create folders for my content. My primary concern was internet speeds. My download speed is restricted 100mbps and even we are the only users, I wasn't sure if that would be fast enough to quickly load all the images on the front-end Emby app. Whereas if I were to save it locally on the server (Nvidia Shield), I would assume it would be very quick. I will be experimenting with this in most likely a month, but I wanted to get your experiences in the meantime.
-
Hi, I have a Team Drive and configured on rclone with encryption. I had to create 2 drives and mount for both Movies and TV Shows. Because i couldn't manage to mount the each folder on Emby Server. It showed the encrypted ones so when i select them it couldn't read. How can i do that with one encrypted drive mounted and 2 folders mounted on Emby Server?
- 3 replies
-
- rclone
- encryption
-
(and 3 more)
Tagged with:
-
I'm basically just wondering if you could use rclone cache with emby, if so please help me out.
-
So i'm using this to sync everything because i'm locked in to slow internet connection where i live. They don't offer high speed connections because i live in a crappy area,and using sync with Emby takes forever. But problem is i'm not command line smart and wonder if somebody could help me Setup Rclone and get it working right. Appreciate any tutorials or info you could provide would be appreciated,thanks.