Jump to content

Leaderboard

  1. Happy2Play

    Happy2Play

    Top Contributor


    • Points

      6

    • Posts

      42985


  2. Luke

    Luke

    Administrators


    • Points

      4

    • Posts

      268595


  3. Q-Droid

    Q-Droid

    Top Contributor


    • Points

      3

    • Posts

      3060


  4. electricwildflower

    electricwildflower

    Regular


    • Points

      2

    • Posts

      57


Popular Content

Showing content with the highest reputation on 05/12/24 in Posts

  1. I like and use Dynu.com for free DDNS. They have API support and don't have periodic login requirements or query limits like other free DDNS providers. They also have reasonably priced domain registration for your own domains.
    3 points
  2. Yes they may need their own images size option as the global option does apply but does not help if you like larger images. Only help in web client but I remove scroll. div.catalogMain div.scrollSlider {flex-wrap: wrap;}
    3 points
  3. Good afternoon I believe i fixed the issue, jumped onto Emby on Roku TV and checked the playback setting and for some reason it was on 1080P FHD - 4Mbps but once i switched it to 2160P 4K(UHD) - 110 Mbps i played 2 episodes of breaking bad and so far no issues have showed up.
    2 points
  4. Don't hold your breath. It seems changes are made to suit the programmers..... not the people that pay for the software?
    2 points
  5. Hello devs ! Would it be possible in a future update to separate the limit between live TV and movies from the library? It would be nice to be able to have an overall limit and a separate limit for live TV. Example : Global stream limit: 2 Live TV limit: 1 Because Live TV streams are more important to limit than the rest. This feature would be very useful I think! Thank you
    1 point
  6. Server log threw the 137 error and ffmpeg log just stops with really no info. But yes 4.8 introduced lots of subtitle specific issues the devs need to address but have mentioned in other topics they are looking into it.
    1 point
  7. 1) There is a way to fix this alphapicker jumping thing once and for all. So that it can never screw up this way ever again. It would even fix it for remote users when their fetches time out and cannot complete. It would complete and then restart those fetches. Give us a bit of time, at least a week, to solve this entirely. It can be done. We are up to the challenge. It will be worth the wait. 2) At the same time, the other big one is that automatic playback issue where it will hang at the end of certain items. That one will also get solved. There is a way to do it so that it can never ever happen again no matter what causes it. We shall invesigate that method. It is the best way to handle this. We can fix both of these. We were hoping that given some time Roku themselves would have done something for #2 but appears we need to do something sooner than wait for later. This should fix all these type of problems with playback hanging at the end no matter the reason. When the going gets tough the tough gets going and then you start to code defensively. That is what we shall do. Please be patient and give us a bit of time. Thanks to everyone.
    1 point
  8. This was super helpful info, thank you! I solved my issues by replicating your folder naming system, and by just removing all the weird extra stuff entirely. Even after correcting the folder names and file names, the presence of all the oddball extra content in the "Extras" folder seemed to break everything no matter what I did. Only by removing that folder from Emby's domain did things start working properly for the miniseries episodes + four seasons of normal episodes. I did use the handy FileBot app to correct the filenames of (nearly) all my BSG content, which definitely helped with getting the miniseries and mainline episodes to be recognized, but yeah, nothing I've tried at all has worked with the extra content, and even attempting to include it weirdly breaks everything else, so I'm just not gonna worry about it. Thanks for your helpful info and (especially) screenshots!
    1 point
  9. Hi Luke thanks for the reply. For example, when it comes to Discord notifications from other ARR's, we receive a detailed notification like this: A poster Overview Rating Genres Quality Codecs Group Size Languages Subtitles Links Release I'm not sure if the same kind of notification can be created for Emby and Slack. It would be nice to display these details.
    1 point
  10. Seems to be working as it should now after following your suggestions. Thanks everyone for your assistance..:)
    1 point
  11. Ok i have done this: https://emby.media/community/index.php?/topic/103895-camera-upload-howto-do-forced-reupload/ And now it works. Thank you.
    1 point
  12. Do you have nfo files next to your movies? If yes then the collection information is there, so if another application updates it and removes them, then yes that could happen.
    1 point
  13. Jellyfin has just released full hardware acceleration support for Apple Silicon. We've been waiting for over a year for the promised hardware acceleration support in version 4.8. Even after the update, we still haven’t received any answers about it. Any response would suffice, but the silence is deafening. I’ll switch to Jellyfin and won’t renew my Emby license when it expires. Sadly, it has come to this
    1 point
  14. Ok, thanks. I installed the repo and here the latest version and the the 10..0.22. Greetings Juro
    1 point
  15. Yes it does just save to AppData\Roaming under Emby-Server and then an additional 'programdata' directory. I just wanted to see if the installer version would do the same thing, which it did when using my main firefox browser. Just went back to my portable version, and set it up with chrome. I'm not interested enough to autopsy what was conflicting with my firefox install. edit: at least my portable installer/updater script wasn't causing any of the issues. I think the only 'bug' in it is I should really have a confirm put in for the output directory just in case you butterfinger something.Essentially does the same thing as the actual installer I guess. Just lets you choose the output dir. It's nice emby doesn't try to spider into everything. Thanks for the help!
    1 point
  16. No, I have no issues with .ass. This is in Magic and Muscles Episode 8 playing in Chrome..
    1 point
  17. My guess is no, since its another app. They should fix ATV app. SInce its a beta app, guess they can't charge you to use it. But you need premier to unlock play back. Its fubar tbh.
    1 point
  18. Not within private talk, but I mention them on the other thread, but seem they are not interesting, as for me I am with this idea and indeed a good one.
    1 point
  19. thanks this tag function is the one I am looking forward to the most, even though I requested this fix about two months ago, I understand that it is not easy to implement, if you need someone to do tests with a new version of emby in beta tester I'm here to help you! I stay connected! (ps, if you didn't understand my request) [within a TV series when the single episode is tagged the user when he clicks "all TV series" and not even in the search) Please let me know if I wasn't clear with the error I'm encountering... I'll prepare a better explanation to understand the problem thanks again see you soon
    1 point
  20. Subtitle offset is being changed to a slider which should make it much easier now, and you still have the buttons to step up/down:
    1 point
  21. There are two important points that I need to point out about the new GUI. First, it's a GUI that creates Emby query strings. This restricts what the GUI can do. All of the hard work associated with building the EPG is now done within the Emby server via existing API's. This is why the GUI code is so small. The second point is that I extended the Emby search to include wild cards. This code is part of the GUI and is also quite small. I am working now extending the TV platform to employ my query strings to build channel content. This is simple because Luke intended it to work that way from the beginning. I am very busy for the next few weeks, so progress will be slow. Vic
    1 point
  22. I also agree, this is the main reason I'm still using infuse on my Apple TV...
    1 point
  23. Wait - so if I login to an App and do NOT select 'remember me' - it totally ignores this request and still remembers the password until I forcefully logout ? As @darkassassin07says above - this is not normal behaviour as is extremly misleading ... IF there was not an option to 'remember me' - THEN the behavior is expected - and the resposibility is on the user to logout if they wish to keep their account secure - that approach is fine - but don't offer a user decision and then ignore it !
    1 point
  24. HI, yes more options to control this are certainly possible for future updates. Thanks.
    1 point
  25. OK there's currently no support for that. I agree it would probably be ideal to have the series show up there, but that's what it currently does.
    1 point
  26. Agreed. We need to be able to see missing episodes right in line with episodes available. Design-wise, to show them with less opaque images and text and make them not clickable would be an improvement. And the play button used to appear over the thumbnail for missing episodes, so that needed to be removed... But to remove missing episodes from even being able to display alongside regular episodes is a mistake.
    1 point
  27. Hello, Yes you are right, I also preferred to see the missing episodes. it's a regression for me
    1 point
  28. Try this CyferShepard/Jellystat: Jellystat is a free and open source Statistics App for Jellyfin (github.com) The devs, will add Emby support when they have corrected some bugs. Emby Support · Issue #133 · CyferShepard/Jellystat (github.com)
    1 point
  29. If you uncheck Remember Me, then you should be seeing the pin prompt for the user, and you can either user that, or click Change User to select a different user.
    0 points
×
×
  • Create New...