Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Nearing Emby Watch Party v1.4.1 Release Hey everyone! Here's what's coming up in the next build. Static Session Mode For home server setups with a small group of regulars. Enable it with two env vars and users go straight into the party, no more creating rooms and sharing codes every time. Set STATIC_SESSION_ENABLED=true and optionally STATIC_SESSION_ID=PARTY Navigating to / should redirect straight into the party The party should persist even when everyone disconnects Persistent Usernames Your username is now saved in your browser. On return visits you should skip the name prompt and auto-join. Works in both static and normal party modes. Library Lazy Loading Large libraries should now load smoothly with server-side pagination and lazy image loading as you scroll. Bitrate Capping High-bitrate h264 sources (above 10 Mbps) should now be capped to prevent buffering issues for remote viewers. UI collapse toggles: Collapse header, chat, and video info to maximise video real estate Header collapses to a thin strip with a restore button Chat collapses to a narrow sidebar button, click to expand Video metadata/controls footer can be toggled independently Feature request by JeslynMcKenzie If you desire to test the alpha build right away, feel free to pull the container docker pull ghcr.io/oratorian/emby-watchparty:1.4.1-alpha-4 For powerusers as usual, a zipped Release here releases/v1.4.1-alpha-4
  3. This would mean that you wan address changes. The easiest way to get the same wan address every day, Is to call your ISP and ask for an static IP. Then I should stop changing.
  4. Im doing EXACTLY that right now, with individual movies aswell as movies in my collection folder with the goal of making it look sweet in Emby on my TV Yeah, i installed it yesterday, will figure it out during the weekend to see in what way i can use it for this project. Thanx 4 your reply!
  5. What server version did you back to?
  6. @Happy2Play So the Lock prevents both artwork download aswell as changes to the Nfo. info (IMDB ID,TVDB ID, episode titles etc..)? Ill try and change backdrops to 0. Also, does Emby ScreenSaver show files namned fanart and backdrop but just one of those? Thanx!
  7. Today
  8. So if I understand correctly, the only way how to include TMDB ID in the folder name & have a better looking version selection drop down list at the same time, is to set multi-version detection based on files and include [tmdbid=xxxx] also in the filename?
  9. crusher11

    Update notes?

    The thread at the top of this subforum is for version 2.234.0.0, but I'm running 2.234.2.0. Where are the notes for that update? How are updates even handled on Windows? I don't think I've ever seen a notification about an update being available. How much longer until the Windows version supports the new home screen?
  10. Hallo, Gibt es eine Möglichkeit den WAN Zugriff vom Smartphone ( bei mir Android ) oder anderen nicht im Heimnetzwerk Geräten ( Freunde / Familie ) so einzustellen dass diese Verbindung dauerhaft existiert? Ich habe das ganze schonmal mit "Plex" gemacht. Dort bezahlt man ein wenig Geld und der Zugriff vom Smartphone ect ist immer möglich. Emby bietet mir aber mehr Möglichkeiten im Abo (später wenn es läuft ). Bis jetzt läuft emby hervorragend im Heimnetzwerk und AUCH über Fernzugriff. Nur dass ich eben täglich oder alle zwei Tage mich mit einer neuen WAN Nummer Beispiel 46.64.109.187:8086 Nächsten Tag 46.64.152.259:8086 ... verbinden muss. Ich bin nicht vom Fach und brauch da wohl Eure Hilfe. Was benötigt ihr für "Daten" und wo finde ich diese? Das ist wichtig Anfänger ... Synology DSM 7.2.2 - 72806 Update 6 Vielen Dank im voraus Alex
  11. When download a subtitle the list of languages to choose from is way to long. I wish there were a setting so we could choose between show only ‘these languages”, or maybe chose favorites that will always be on top in the now LONG list. Takes for ever to scroll within the apps, or a fast scroll (left/right buttons for example).
  12. Hi there, please attach the Emby server log from when the problem occurred: How to Report a Problem Thanks!
  13. Geophph

    Playback skipping backwards after pausing.

    embyserverffmpeg-remux-cedabe20-9492-4852-8394-dfb30f23bbfb_1.txt.txt Hey There. Sorry for the late response. Between Work, Exams, Licensing, and the ER I've had a hell of a week. Please Let me know if this is the right information. Issue occured again today so I've grabbed those logs. Issue happened at approx 9:32pm. Let me know what else you need, I hope I got everything. Cheers.
  14. Abobader

    Can't set correct metadata for a single anime

    Hello Zibelas, ** This is an auto reply ** Please wait for someone from staff support or our members to reply to you. It's recommended to provide more info, as it explain in this thread: Thank you. Emby Team
  15. Im running Emby-Client-Version=4.9.1.80. Im having a hard time setting the metadata for this anime: https://www.themoviedb.org/tv/280095 Usually they get picked up automatically, but this one is not in my usual lookup database (TheTVDB). Removed identification. Added the correct id to themoviedb and hit refresh. It added a different series. Removed identification. Went to identity, added the link, it finds the correct one So far so good. But instead of loading the anie that I just specifically picked, it adds Removing all identification and adding just the correct ID to this selection It will find it as well on trakt. But when I hit now refresh meta data (or reselecting either option replace all meta data or search for missing meta data) will add a different series. First I thought the . in the name is the main problem, since in the logs it will throw some errors Data path: /var/packages/EmbyServer/var Application path: /volume1/@appstore/EmbyServer/system System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/volume2/Watching 2/Anime/B King/tvshow.nfo' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException) at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileStreamOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share, Int32 bufferSize, FileOpenOptions fileOpenOptions, Int64 preAllocationSize) at NfoMetadata.Savers.BaseNfoSaver.SaveToFile(Stream stream, String path, LibraryOptions libraryOptions, CancellationToken cancellationToken) at NfoMetadata.Savers.BaseNfoSaver.Save(BaseItem item, LibraryOptions libraryOptions, CancellationToken cancellationToken) at Emby.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, LibraryOptions libraryOptions, ItemUpdateType updateType, IMetadataSaver[] savers, CancellationToken cancellationToken) Source: System.Private.CoreLib TargetSite: Void ThrowExceptionForIoErrno(ErrorInfo, System.String, Boolean) InnerException: System.IO.IOException: Permission denied Source: TargetSite: It is missing the . in the Access to the path '/volume2/Watching 2/Anime/B King/tvshow.nfo' is denied. But even if I name the folder B King without . it does not find the correct anime with providing correct id's.
  16. gillmacca01

    Sky Sports Premier League

    321 Great Mystery maps but no listing. There were listings prior
  17. gillmacca01

    Sky Sports Premier League

    Looks like they have gone through the entire guide and corrected things - a lot of channels needed remapping. Although one channel is now missing that was there before. Channel 970 - BBC Red Button
  18. seanbuff

    Suggestions from emby server not loading in Android tv

  19. Jonathan1683

    Search is returning too many results

    Thanks for the quick responses, this does work on the PC. It doesn't seem to work on the IOS app, but I still dont like how this works by default. Is there a way to change this behavior? I rather it just search like it's using quotes by default. Teaching everyone to use quotes seems like a complicated task lol. I feel like this was not how it use to function.
  20. yocker

    Plugin: EmbyIcons release.

    I can split it up to independant horizontal and vertical controls somewhat easy. Each corner separately will be harder, will see what i can do.
  21. Neminem

    Search is returning too many results

    If you add the quotes around the search it should do that. "death proof"
  22. GrimReaper

    Search is returning too many results

    death+proof or "death proof" (with quotation marks).
  23. Hello, Was there a recent change to the search engine? It seems search by each word separately instead of together. Say I search for "death proof" it shows every movie that has death or proof. This obviously returns 15+ results instead of the 1 result I want. Is there a way to turn exact search back on instead of searching by all words in the search field? Thanks for your help!
  24. RanmaCanada

    Transcoding offloading

    You would just setup tasks to do that yourself outside of Emby. It would be the same as the optimize media option that is in Plex, but you would handle that manually or use automated tools like tdar, or better yet, just get an intel N100 or N150 machine, or a 12th gen or newer laptop to be your Emby server. They will perform far better, and use minimal power. My i5-1235u server uses 15-20 watts, and mostly sits idle at 8 watts, about the same as a high powered LED light bulb.
  25. There are already two entry points to desired landing tab for any library (My Media and sidebar), I prefer header click as-is, linking to Suggestions, mostly for content discovery.
  26. chowbok

    Cinema Mode: random trailer selection

    I don't understand why it can't just be an option. It doesn't have to be the default. I don't even care if it's a hidden option and I have to edit a config file somewhere.
  27. They are two separate option per home screen and the latest headers should not just go to the library as the library is usually never sorted that way. My Media options will always be different then Latest Rows options.
  1. Load more activity
×
×
  • Create New...