Jump to content

Ombi for Emby


SuperPotatoMen

Recommended Posts

MSattler

 

Oh yeah sorry it's been localized for other languages!

 

It's this line:

<h4>@string.Format(UI.Search_Paragraph, Model.Emby ? "Emby" : "Plex")</h4>

Replace it with what you want e.g.

<h4>Welcome to my server!</h4>

So that changed for the area when the user is logged in.  The initial page that loads where you login is \Userlogin\cindex.html.

 

Is this the right portion to edit:

 

<p>
            @UI.UserLogin_Paragraph <span title="@UI.UserLogin_Paragraph_SpanHover"><i class="fa fa-question-circle"></i></span>
        </p>
Link to comment
Share on other sites

tidusjar

Oh sorry I was looking at the search page, I misunderstood. Yes that is correct

Link to comment
Share on other sites

MSattler

Oh sorry I was looking at the search page, I misunderstood. Yes that is correct

Hmm, that did not do it.  

 

I'm just trying to minimize how much data the front page gives away. =)

Link to comment
Share on other sites

Overseer

Yep, running v2.1.1499 EAP released today.

Edited by Overseer
Link to comment
Share on other sites

MSattler

Yep, running v2.1.1499 EAP released today.

 

It only works for me if I make it visible to users before login.  My preference would be that it is shown to the user after the login, which currently doesn't work.

 

Still wish I could figure out how to change the text on the login page.

Link to comment
Share on other sites

simonk83

Still wish I could figure out how to change the text on the login page.

That's something worth adding to Ombi anyway I reckon. Makes a great deal of sense to be able to customise the login/landing pages.

Link to comment
Share on other sites

MSattler

Oh sorry I was looking at the search page, I misunderstood. Yes that is correct

 

when you get a chance, I'm still trying to figure out how to change the content on the initial login page.

 

Thanks!

Link to comment
Share on other sites

Happy2Play

@@MSattler
 
What exactly you trying to do?
 
That section seems like a simple edit.
 
58c360f014cf9_edit.jpg
 
 
Original username.cshtml

<div class="home">
    <h1>@UI.UserLogin_Title</h1>
    <div>
        <p>
            @string.Format(UI.UserLogin_Paragraph, Html.GetMediaServerName().ToHtmlString()).ToString()
        </p>
    </div>

 
My quick edit      *Note you have to restart Ombi if you are editing while it is still running.

<div class="home">
    <h1>My Ombi Login</h1>
    <div>
        <p>
            What are you trying to do?
        </p>
    </div>
Edited by Happy2Play
Link to comment
Share on other sites

MSattler

 

@@MSattler

 

What exactly you trying to do?

 

That section seems like a simple edit.

 

58c360f014cf9_edit.jpg

 

 

Original username.cshtml

<div class="home">
    <h1>@UI.UserLogin_Title</h1>
    <div>
        <p>
            @string.Format(UI.UserLogin_Paragraph, Html.GetMediaServerName().ToHtmlString()).ToString()
        </p>
    </div>

 

My quick edit      *Note you have to restart Ombi if you are editing while it is still running.

<div class="home">
    <h1>My Ombi Login</h1>
    <div>
        <p>
            What are you trying to do?
        </p>
    </div>

 

 

Sweet, that works.  I was trying to edit the index.chtml file.

 

Thanks!  Works splendid now!

Link to comment
Share on other sites

so i am looking forward to use ombi with emby on my ubuntu 16.04 headless server too. i installed it and after i get to the webinterface at http://localhost:3579 i am greeted with an plex login? how can i integrate it with emby?

Link to comment
Share on other sites

CBers

i installed it and after i get to the webinterface at http://localhost:3579 i am greeted with an plex login? how can i integrate it with emby?

Are you on the correct version, as Emby support is only available in the EAP or DEVELOP branches.

 

Goto the About page and it will tell you the version and branch.

Link to comment
Share on other sites

  • 2 weeks later...
Diedrich

2.2.1596

 

Newsletter is looking good! The logo comes through and I'm getting new movie notifications perfectly. (as you know, there is still an issue with episodes being included in the newsletter) But yeah, you guys are doing a great job. Keep it up!

Link to comment
Share on other sites

tidusjar

THANKS!

 

Yeah there are still some small issues to iron out, but thanks everyone for their help and support :)

 

It was 100% worth adding Emby support, you guys are great!

  • Like 5
Link to comment
Share on other sites

Diedrich

If I manually run a task (Newsletter) does that then reset the clock for the next time the task will run? On second look - I don't see a scheduled task for Newsletter. When does that get sent? Is the frequency something we can define? 7 days, 3 days, on Monday, on Friday, etc...

Edited by dvgmar
Link to comment
Share on other sites

tidusjar

If I manually run a task (Newsletter) does that then reset the clock for the next time the task will run? On second look - I don't see a scheduled task for Newsletter. When does that get sent? Is the frequency something we can define? 7 days, 3 days, on Monday, on Friday, etc...

It does not reset the clock.

 

The newsletter is run via a CRON expression, it's in the schedule settings page.

Link to comment
Share on other sites

Animosity022

I shared this issue on Ombi's github and figured I'd cross post here as well.

 

I'm trying to get logged in via "Guest" user in Ombi and that seems to fail while "Users" work fine. I'm guessing it's because that Guest cannot log in to my server locally as I can see the "Auth failed" if I try to log them in directly to my server.

 

If they log in via the Emby Connect App, they can see my server just fine. 

 

Do they need user accounts on my system to actually work via Ombi instead of the Guest Account?

 

Issue is here -> https://github.com/tidusjar/Ombi/issues/1331

Link to comment
Share on other sites

Morning @@tidusjar! so it looks like we are all live for the latest version being compatible with Emby?

 

Downloaded the latest Qpkg for QNAP and it comes up with an error on install stating it requires Plex to be installed as a prereq. Is this the case now that it is able to use Ombi? Wasn't sure if I should post this here or the QNAP Ombi thread :)

 

thanks

Link to comment
Share on other sites

tidusjar

Hi. They is no longer the case. Can you please post that on the QNAP find like forums?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...