1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again

Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.

Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.

Team MrMC.

Value of Emby over Native?

Support for the native Emby Client on any platform
Post Reply
smitopher
Posts: 15
Joined: 09 Dec 2015, 01:06

Value of Emby over Native?

Post by smitopher »

I only have 1 device.

I have messed around with Emby before. I gave it a not very serious try with MrMC. Did not bother when it was not "perfect" with the first initial shot.

I kind of like the idea of using Emby.

What are the devs thoughts? Does Emby add value to a stock simple setup?

I'm looking at the value in my rather simple setup.

For Live TV and PVR, I'm happy with the MythTV support. I wonder about added value for the Move/TV library.
User avatar
timstephens24
Posts: 894
Joined: 09 Dec 2015, 22:43

Re: Value of Emby over Native?

Post by timstephens24 »

It's easier to manage your library with Emby or Plex since you can change artwork/titles on a mobile or other computer with a webpage instead of with a remote on MrMC.
DebbieFL
Posts: 10
Joined: 23 Nov 2015, 06:05

Re: Value of Emby over Native?

Post by DebbieFL »

Sorry for the newbie question...

I would like to use my Emby server for client MrMC...in order to use Emby db for MrMC...As MrMC client allows usage of comm skip capabilities. MrMC client comm skip works perfectly with SMB, however I cannot figure out how to add the Emby Server as a video source for MrMC. Otherwise, I have to maintain MrMC on multiple devices when using SMB.

FWIW, I added Emby Client on Emby>Settings>Services.

My goal is to utilize Emby centralized db with the functionality of playing on MrMC (with the included comm skip capabilities).
User avatar
timstephens24
Posts: 894
Joined: 09 Dec 2015, 22:43

Re: Value of Emby over Native?

Post by timstephens24 »

When connected via Emby (or Plex) they don't know that there's an EDL file in the folder because it's not something those backends support. Emby has said it's something they plan to support in the future, but didn't give a timeline.

The only way for EDL support in MrMC is using MySQL or native MrMC DB.
DebbieFL
Posts: 10
Joined: 23 Nov 2015, 06:05

Re: Value of Emby over Native?

Post by DebbieFL »

Thanks @timstephens24...you confirmed my worst fears (but at least I now know not to go down that rabbithole)...Off to look at MySQL.
DebbieFL
Posts: 10
Joined: 23 Nov 2015, 06:05

Re: Value of Emby over Native?

Post by DebbieFL »

Yuk! Probably SOL on Qnap 251A.
DebbieFL
Posts: 10
Joined: 23 Nov 2015, 06:05

Re: Value of Emby over Native?

Post by DebbieFL »

Was able to setup sql on the Qnap...but still lost as to how to proceed.

Used sql queries on an AS400...25 years ago, hence familiar with syntax. No clue as to setting up the applicable database with SQL Buddy or PHPMyAdmin on Qnap (still more to investigate).

Any MySQL for Dummies sources? May have to resort to contacting @Luke at Emby to add EDL support...however based on last year progress in Emby that may take an inordinate amount of waiting time.

@davilla or @amet:

Is there any hope of MrMC being able to utilize the EDL files when using the Emby Server as a source for video files?
User avatar
timstephens24
Posts: 894
Joined: 09 Dec 2015, 22:43

Re: Value of Emby over Native?

Post by timstephens24 »

DebbieFL wrote: 10 Oct 2018, 04:10 Was able to setup sql on the Qnap...but still lost as to how to proceed.
You should be able to connect to it by just running 'mysql -u root -p' then run the following commands:

Code: Select all

CREATE USER 'mrmc' IDENTIFIED BY 'mrmc';
GRANT ALL ON *.* TO 'mrmc';
flush privileges;
DebbieFL wrote: 10 Oct 2018, 04:10 May have to resort to contacting @Luke at Emby to add EDL support...however based on last year progress in Emby that may take an inordinate amount of waiting time.
He said it was planned for the future on Sep 28th in a post over at the Emby forums (I think).
User avatar
amet
Team MrMC
Posts: 3787
Joined: 26 Oct 2015, 16:59
Location: Dubai/Novi Sad

Re: Value of Emby over Native?

Post by amet »

DebbieFL wrote: 10 Oct 2018, 04:10 ...

Is there any hope of MrMC being able to utilize the EDL files when using the Emby Server as a source for video files?
hi,

not really up to us, if emby recognizes and serves the file then we can use it.. that's not the case now.
Post Reply