Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Lessaj

    Disable webaccess to emby server?

    ^
  3. Before the Emby Server team addresses this issue, could you please let me know if there is an API endpoint available that allows us to manually add or update the "RunTimeTicks" field for video items?
  4. Zenith Media

    Emby suddenly stopped working.

    Yes, the deco in the app is showing as Access Point still.
  5. Lessaj

    Scan Library Files

    https://emby.media/support/articles/Movie-Naming.html
  6. sa2000

    Emby suddenly stopped working.

    The decos should now be acting in passive mode as "Access Point" and all the network management for IP addresses should be by the eero. On the Deco app, when you click on Advanced settings, does it show operation mode as "Access Point" ? You could click on Reboot Deco in Settings / System - if the mode is correctly set to Access Point You could show them individually and reboot - starting with the main deco and then once that is operational, the satellite decos rebooted
  7. @quickmic @Luke I am absolutely certain this is a bug in the Emby Server. When local ISO files are added to the library, they are missing the "RunTimeTicks" field. Furthermore, the server ignores this field when clients send playback progress updates. Since Emby Server relies on both the total runtime and the current playback position to calculate playback progress, the absence of a total runtime causes the server to erroneously mark the item directly as "Played". This issue is not isolated to the Emby Next Gen client; it can easily be reproduced using the official iPhone client as well. The fix should be very simple: similar to how remote items are handled, the server simply needs to stop ignoring the total runtime sent by the client during playback progress syncs. For the record, my tests were conducted using the latest versions of the Emby Server, the official iPhone client, and the Emby-Next-Gen addon as of right now.
  8. Zenith Media

    Emby suddenly stopped working.

    Yes to the first two. Question, for the deco(s) connected to the eero and my pc, should port forward them?
  9. HeroLeam

    Scan Library Files

    I found the problem: he's included in the first movie as if it were a "second version." How do we prevent that from ever happening?
  10. sa2000

    Emby suddenly stopped working.

    What is the local IP address of the emby server? Is it within the IP LAN subnet on the eero? Does the eeor app have a ping tool where you can ping that IP to see it gets through Does the eero need rebooting after setting up a port forward ?
  11. HeroLeam

    Scan Library Files

    Because of this, it doesn't appear at the top, even though it's filtered by release date, and if you search, only the first movie appears... Oh, and usually when the file is found, it saves the thumbnails, folder, etc. of the movie in the folder, but only the video file is inside. Example below: movie 1 has the images, and movie 2 has nothing, which suggests that the metadata, etc., weren't uploaded. ribtherobot@RIB:~$ ls "/mnt/hde4TB_4/Filme/Animações/[2025] Zootopia 2" '[2025] Zootopia 2.mkv' ribtherobot@RIB:~$ ls "/mnt/hde4TB_4/Filme/Animações/[2016] Zootopia" '[2016] Zootopia.mkv' clearlogo.png fanart.jpg poster.jpg
  12. Zenith Media

    Emby suddenly stopped working.

    Correct. It is still not connecting remotely. Not sure how much you have read prior. My pc is hard wired to a deco satellite. The main deco is connected to my eero in a different room. I adjusted the settings within deco as recommended yesterday.
  13. sa2000

    Emby suddenly stopped working.

    Once you change the http port in network settings, on the emby server settings dashboard, you should see your local IP address with port 8096 and your public ip address with port 32700 Running on http port 8096 Home (LAN) access: http://LOCAL-IP-ADDRESS:8096 Remote (WAN) access: http://PUBLIC-IP-ADDRESS:32700
  14. Zenith Media

    Emby suddenly stopped working.

  15. sa2000

    Emby suddenly stopped working.

    That is for https / secure connections and it is disabled - so no need to touch it
  16. I've tried many ways, but no chance: it always group versions instead of display each one... On the library, there is an option called "Multi-version item detection", I put this to "none"... but no change... I guess its how it works...
  17. Zenith Media

    Emby suddenly stopped working.

    Okay. So the second Public row, keep it 8920?
  18. sa2000

    Emby suddenly stopped working.

    If you can get me a screenshot of the eero app with tcp only ticked and not with udp, i will use it as an example in the documentation
  19. sa2000

    Emby suddenly stopped working.

    great - only one thing to change: Public http port number - change from 8096 to 32700 and save
  20. Zenith Media

    Emby suddenly stopped working.

  21. sa2000

    Emby suddenly stopped working.

    that is good. you don't need to have udp for this - so sufficient for TCP to be ticked Lets check the server network settings - for ports and automatic mapping and secure connections
  22. Today
  23. Zenith Media

    Emby suddenly stopped working.

    I adjusted it to this...
  24. Bevanator

    I cannot sign into Emby

    Hi Luke, no joy as of right now! I am not a bit techie so I am not entirely hopeful. But thank you so much for bearing with me!
  25. MediaEmby1968

    The latest version 2.3.3 doesn't work

    Thanks. I'll continue using version 2.2.8 of the TV for now.
  26. Ayyyye what a legend. Thank you! That was it! I am not 100% sure i need all of these fields. But i got them in there now and i can trim it down for what i need. That was the key though. for those coming back later - here is my query and my params: /Users/{userid}/Items?Recursive=true&Filters=IsPlayed&SortBy=DatePlayed%2CSortName&SortOrder=Descending&IncludeItemTypes=Movie%2CEpisode&Limit=500&Fields=RunTimeTicks%2CSeriesId%2CSeriesProviderIds%2CProviderIds%2CGenres%2CImageTags%2CUserData%2CDateCreated%2CPremiereDate%2CDatePlayed%2CPrimaryImageAspectRatio%2CProductionYear%2CBasicSyncInfo%2CUserDataLastPlayedDate&ExcludeLocationTypes=Virtual&EnableImageTypes=Primary%2CBackdrop%2CThumb&ImageTypeLimit=1&EnableUserData=true const params = { Recursive: "true", Filters: "IsPlayed", SortBy: "DatePlayed,SortName", SortOrder: "Descending", IncludeItemTypes: "Movie,Episode", Limit: "500", Fields: "RunTimeTicks,SeriesId,SeriesProviderIds,ProviderIds,Genres,ImageTags,UserData,DateCreated,PremiereDate,DatePlayed,PrimaryImageAspectRatio,ProductionYear,BasicSyncInfo,UserDataLastPlayedDate", ExcludeLocationTypes: "Virtual", EnableImageTypes: "Primary,Backdrop,Thumb", ImageTypeLimit: "1", EnableUserData: "true", };
  1. Load more activity
×
×
  • Create New...