This artical will provide you the information about using emby and Google Drive. It may helpe you save some local harddisks.
Prepare and enviornment
OS: Ubuntu 16.04/18.04 LTSC x64
MEM: 1024MB
HDD: 50GB basicly, but 80GB strongly recommended.
Person: You need to know how to use Rclone before your continue.
Account: You need to have a Google Account to apply my share group, then you need to join in a TG group to see the pin Message.
DO NOT ASK WHERE IS TG GROUP, I KNOW YOU WILL FIND OUT IF YOU READ THIS ARTICAL VERY CAREFULLY
If you don't know you really need this, please see the library screenshot and the attached xls file.
the list - 20200901
Download source code of Rclone_emby docker
git clone https://github.com/superstaraug/rclone_emby.git && chown -R 1000:1000 ./rclone_emby
configuarate your Rclone config
Use your account which is already join into the google group to create a new Rclone config and copy the token info (see the screenshot below).
nano ./rclone_emby/rclone_config/.rclone.conf
#use the copied content previously, paste after "token = ", see below.
Start the docker
cd rclone_emby
docker-compose up -d #You will asked to install some dependcies if your are using a fresh system(apt-get install docker-compose
Replace the scraped Emby database
docker stop emby
rm -rf var_lib_emby
tar -xvf "mount_root/EmbyMedia/emby(8 digitals).tar" #replace the real file name within
mv emby var_lib_emby
chown -R 1000:1000 var_lib_emby
docker start emby
Demo servers
Demo 1 - Cloudcone in USA
http://demo.emby.ltd
Port 80
username demo
Password demo123
Demo 2 - Oracale Japan
http://kc.emby.ltd
Prot 80
username demo
Password demo123
For browse only, cannot play because there are NO MEDIA in the server.