Skip to content

TThanhXuan/embyUnlocked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmbyUnlocked

Introduction

Emby was free and developed under community, but there is a day they decided to invok there code into private status. There are some informations here: Learn More

Update 2019-01-17 - The Emby team has deleted the relevant GitHub isuses in an attempt to hide community backlash. Below are archived versions of those issues:

Issue 3075 - GPL Violation

Issue 3479 - Source Code Missing (Going Proprietary)

Result

Example Result

Instructions - Server

Find some where safe to download our git repo

git clone https://github.com/ximliu/embyUnlocked
cd embyUnlocked

Modify the docker-compose.yml as you want

See LinuxServer/emby for configuration information

nano ./docker-compose.yml
docker-compose up --build

After build, run following command for maintain purpose

docker-compose kill
docker-compose up -d

Instructions - Client

After the first start up, you will have your unlocked emby container image. Input any key will work. But this is not enough for unlock all feature because server activations and client activations are isolated between each of each.

You Are On Your Own To Unlock Client Features


Example - Using Surge

  • Requirement - Surge iOS/macOS with JS Engine Support

1 Download & Upload

Above files are required, Surge will download them automatically. Note that those file reqires to be accessible worldwide.

2 Insert Following Configuration

[Script]
emby-adr-vD.js = script-path=https://example.com/emby-adr-vD.js,requires-body=1,max-size=0,type=http-response,pattern=^https://mb3admin.com/admin/service/registration/validateDevice
emby-adr-v.js = script-path=https://example.com/emby-adr-v.js,requires-body=1,max-size=0,type=http-response,pattern=^https://mb3admin.com/admin/service/registration/validate
emby-adr-gS.js = script-path=https://example.com/emby-adr-gS.js,requires-body=1,max-size=0,type=http-response,pattern=^https://mb3admin.com/admin/service/registration/getStatus

3 Update Config & Resources in Surge


License

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Ihave Noname <idonthaveanemail@dowtf.com>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.

2020.6.13 by [Ihave Noname]

About

Unlocked Emby Media Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 87.4%
  • JavaScript 12.6%