Search the Community
Showing results for tags 'Issue'.
-
Trakt plugin not syncing movie/series collections since January 2025
Killface69 posted a topic in Plugins
I'm having the issue that the collection sync stopped working around 21st of January. I've removed/upgraded/downgraded the plugin multiple times, reset my PIN since then, with no success. Please find below the specific part in the log, collections error out. No new Emby media added to my Trakt collection in the past three months. 2025-04-15 13:01:55.929 Info LiveTV: Loading live tv data from /share/CACHEDEV1_DATA/.qpkg/EmbyServer/programdata/data/livetv/seriestimers 2025-04-15 13:02:00.503 Info Trakt: Movies to add to collection: 491 2025-04-15 13:02:01.621 Info HttpClient: POST https://api.trakt.tv/sync/collection 2025-04-15 13:02:03.038 Error Trakt: Exception handled sending movies to trakt.tv *** Error Report *** Version: 4.8.11.0 Command line: /share/CACHEDEV1_DATA/.qpkg/EmbyServer/system/EmbyServer.dll -programdata /share/CACHEDEV1_DATA/.qpkg/EmbyServer/programdata -ffdetect /share/CACHEDEV1_DATA/.qpkg/EmbyServer/bin/ffdetect -ffmpeg /share/CACHEDEV1_DATA/.qpkg/EmbyServer/bin/ffmpeg -ffprobe /share/CACHEDEV1_DATA/.qpkg/EmbyServer/bin/ffprobe -defaultdirectory /share/CACHEDEV1_DATA/Public -updatepackage emby-server-qnap_{version}_x86_64.qpkg -noautorunwebapp Operating system: Linux version 5.10.60-qnap (root@mini-builder-05) (x86_64-QNAP-linux-gnu-gcc (toolchain config: [gcc-4.9.2 binutils-2.25 glibc-2.21]) 4.9.2, GNU ld (G Framework: .NET 6.0.36 OS/Process: x64/x64 Runtime: share/CACHEDEV1_DATA/.qpkg/EmbyServer/system/System.Private.CoreLib.dll Processor count: 4 Data path: /share/CACHEDEV1_DATA/.qpkg/EmbyServer/programdata Application path: /share/CACHEDEV1_DATA/.qpkg/EmbyServer/system MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: 420 at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod) at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod) at Trakt.Api.TraktApi.GetResponseFromTrakt(HttpRequestOptions options, String method, CancellationToken cancellationToken) at Trakt.Api.TraktApi.PostToTrakt(String url, Object data, TraktUser traktUser, CancellationToken cancellationToken) at Trakt.Api.TraktApi.SendLibraryUpdateAsync(List`1 movies, TraktUser traktUser, CancellationToken cancellationToken, EventType eventType) at Trakt.ScheduledTasks.TraktUserSync.SendMovieCollectionAdds(TraktUser traktUser, List`1 movies, TraktApi traktApi, ISplittableProgress`1 progress, CancellationToken cancellationToken) Source: Emby.Server.Implementations TargetSite: Void MoveNext() 2025-04-15 13:02:03.043 Info Trakt: Movies to remove from collection: 9 2025-04-15 13:02:04.150 Info HttpClient: POST https://api.trakt.tv/sync/collection/remove 2025-04-15 13:02:04.815 Info Trakt: Movies to set watched: 11 2025-04-15 13:02:05.925 Info HttpClient: POST https://api.trakt.tv/sync/history 2025-04-15 13:02:06.312 Info Trakt: Movies to set unwatched: 1 2025-04-15 13:02:07.413 Info HttpClient: POST https://api.trakt.tv/sync/history/remove 2025-04-15 13:02:08.732 Info HttpClient: GET https://api.trakt.tv/sync/watched/shows 2025-04-15 13:02:10.898 Info HttpClient: GET https://api.trakt.tv/sync/collection/shows 2025-04-15 13:02:17.879 Info Trakt: Episodes to add to Collection: 784 2025-04-15 13:02:18.998 Info HttpClient: POST https://api.trakt.tv/sync/collection 2025-04-15 13:02:19.799 Error Trakt: Exception handled sending episodes to trakt.tv *** Error Report *** Version: 4.8.11.0 Command line: /share/CACHEDEV1_DATA/.qpkg/EmbyServer/system/EmbyServer.dll -programdata /share/CACHEDEV1_DATA/.qpkg/EmbyServer/programdata -ffdetect /share/CACHEDEV1_DATA/.qpkg/EmbyServer/bin/ffdetect -ffmpeg /share/CACHEDEV1_DATA/.qpkg/EmbyServer/bin/ffmpeg -ffprobe /share/CACHEDEV1_DATA/.qpkg/EmbyServer/bin/ffprobe -defaultdirectory /share/CACHEDEV1_DATA/Public -updatepackage emby-server-qnap_{version}_x86_64.qpkg -noautorunwebapp Operating system: Linux version 5.10.60-qnap (root@mini-builder-05) (x86_64-QNAP-linux-gnu-gcc (toolchain config: [gcc-4.9.2 binutils-2.25 glibc-2.21]) 4.9.2, GNU ld (G Framework: .NET 6.0.36 OS/Process: x64/x64 Runtime: share/CACHEDEV1_DATA/.qpkg/EmbyServer/system/System.Private.CoreLib.dll Processor count: 4 Data path: /share/CACHEDEV1_DATA/.qpkg/EmbyServer/programdata Application path: /share/CACHEDEV1_DATA/.qpkg/EmbyServer/system MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: 420 at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod) at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod) at Trakt.Api.TraktApi.GetResponseFromTrakt(HttpRequestOptions options, String method, CancellationToken cancellationToken) at Trakt.Api.TraktApi.PostToTrakt(String url, Object data, TraktUser traktUser, CancellationToken cancellationToken) at Trakt.Api.TraktApi.SendLibraryUpdateInternalAsync(List`1 episodes, TraktUser traktUser, CancellationToken cancellationToken, EventType eventType) at Trakt.Api.TraktApi.SendLibraryUpdateAsync(IList`1 episodes, TraktUser traktUser, CancellationToken cancellationToken, EventType eventType) at Trakt.ScheduledTasks.TraktUserSync.SendEpisodeCollectionAdds(TraktUser traktUser, List`1 collectedEpisodes, TraktApi traktApi, ISplittableProgress`1 progress, CancellationToken cancellationToken) Source: Emby.Server.Implementations TargetSite: Void MoveNext() 2025-04-15 13:02:19.802 Info Trakt: Episodes to remove from Collection: 2 2025-04-15 13:02:20.908 Info HttpClient: POST https://api.trakt.tv/sync/collection/remove -
Just discovered that the Emby Theater app has been replaced by the new Emby App, so I downloaded it. Issue 1: the "Emby" titlebar is constantly visible at the top of the window, and it's not clear that hitting F11 is necessary to send Emby into fullscreen. The only way I knew to even try was because of knowing its web origins. Issue 2: There is no minimize/maximize/close on the overlay anymore when a video is playing like Emby Theater had (or in the browsing screen) It's a windows app and there's plenty of times that I need to minimize it without stopping my video, so I'm not sure why this feature is missing? Similarly- Issue 3: There is no volume slider on the overlay anymore like there was in Emby Theater. I need to be able to quickly adjust the volume during playback without affecting the volume of the rest of the system or relying on "just turn the tv down." Not sure why this long-standing feature also disappeared? Issue 4: I still cant type into the search box with a keyboard anymore. This used to be possible but some time ago in Emby Theater I suddenly became forced to use the on-screen entry. I can understand this for a touch system, but I'm not sure why I am being prevented from using it as a textbox like any of the other textboxes in the app? I'm running the app on Windows 11 if that matters. I have my display set to "TV" because that seems to be the only way to have it show in the horizontal style shown in the original Emby Theater screenshots instead of the "I'm looking at a webpage" style view that opening emby in a browser gives. Not sure if this is affecting it. I'm hoping these issues can be resolved, as they're big thorns for adopting the new app as standard. EDIT: I should mention that the whole F11 fullscreen issue would probably be addressed by the min/max/close returning, as that's how Theater went fullscreen previously.
- 13 replies
-
Emby Live TV development Direct Playback is not really Direct it Remuxes / Trans Remuxes
C0nw0nk posted a topic in Live TV
Hello all, The person who could answer this best would be Luke i think as one of the lead developers but others are welcome. But in a nut shell the title says it all. So when using Emby server for Live TV. For example you could use the M3U plugin. The URL feed when using direct playback that you would expect the Emby Media player to be using is https://domain-name/path-ts-file-1.ts https://domain-name/path-ts-file-2.ts https://domain-name/path-ts-file-3.ts But it does not use the above. It seems the Emby server remuxes the above urls instead of passing them directly to the media player. So when you view the logs you see your emby server :8096 port and the stream url. This would not be a problem but certain streams freeze as a result of this action and thus the best solution is to just pass the stream untouched directly to the media player. I have been looking into the m3u plugins source code with jet brains dot peek (de-compiler) that i would happily modify the plugin so it passes the stream directly without remuxing. But this is not where the url gets molded and thus if someone could point me where to save me time would be great or better yet if it is a planned feature for direct playback for live tv to be what it says and really direct play not "direct remuxing" it seems to be misleading. Thanks keep up the awesome project looking forward to help with this.- 10 replies
-
I'm getting behaviour with a series recording with a single excluded episode (set to do not record this episode) is forgotten when the emby guide refreshes, daily (so it ends up recording it anyway!) Also, if you specify a single program to record using the guide 'record' (not record series, just record) it forgets when the guide refreshes, daily It shows a correct schedule right until the minute after the guide update scheduled task. Then all excluded and extra single episodes are reverted/forgotten! I mainly use 'Keyword type: Title' for series recordings (and hand picked channels), but affects all types of series (keywords added by me, manually set in the guide & series linked in the guide). When I try and 'record' a single non series episode it will be reverted without fail, doesn't matter what channel I pick, time or name. I had a look at the log and it seems to remove each channels program data before re-adding it (and I'm assuming this is where the single episode customisations are lost!) not sure if this is standard behaviour. Guide data set to 14 days, update task occurs daily at 8am, done the usual reboots and standard diagnosing - no luck. Also tried with slightly different emby 'guide data source', same issue. Any clues or hints appreciated - not sure what is going on or how to troubleshoot further Dexter (full debug log file attached) 2025-01-08 08:00:01.084 Info SecurityManager: Registered for livetv-plugin 2025-01-08 08:00:01.802 Info LiveTvManager: Refreshing guide with 14 days of guide data 2025-01-08 08:00:01.808 Info LiveTvService: [NextPvr] Start GetPrograms Async, retrieve all Programs 2025-01-08 08:00:01.808 Info LiveTvService: Channel EPG: DVB/ATSC EPG 2025-01-08 08:00:01.808 Info HttpClient: GET http://localhost:8866/service?method=channel.listings&sid=d14766e6bb8d450a94a68960b5bcac86&start=1736319601&end=1737529201&channel_id=7148 2025-01-08 08:00:01.876 Debug LiveTvManager: Channel BBC ONE Lon has 0 programs. 192 are updated. 2025-01-08 08:00:02.087 Info SqliteItemRepository: Removing 191 old programs from channel 3907833 BBC ONE Lon embyserver-63871964100 (1).txt
- 13 replies
-
- guide data
- recordings
- (and 8 more)
-
Trying to switch from Plex because its crappy Android ExoPlayer was giving me headaches. Now I'm dealing with some issues fine-tuning Emby and need some help: 1.How do I fix the UI when the series name is too long? The controls get tiny and annoying (pic attached). 2.How do I fetch the season title metadata like Plex does?
-
Hi there, I've just recently discovered a non admin user can go to /web/index.html#!/dashboard once authenticated and essentially reload the page with the URL and still shutdown/restart the server and see active streams. Am I missing something? I've disabled admin and remote control for this user.
-
PGS Subs embedded my MKVs get misplaced after hardware transcoding
Nauclerus posted a topic in Linux
I've downloaded the latest and set up the Emby Server (Docker) environment and I've been thoroughly enjoying this wonderful application so far. I was using muxed MKVs with embedded subs (PGS) and it all worked perfectly. Direct play in 4K and Software Transcoding worked fine, both displayed the embedded subs perfectly well. I'll use Oppenheimer here as an example. (Subs here are located slightly to the left of the frame, that's due to the subs included and not a fault on Emby's part.) Of course when I confirmed all worked well, I had to try out Hardware encoding for more powerful conversion and the possibility for friends and family to access my repository remotely. Now I noticed multiple "shortcomings" that came with this: - A noticable green hue (compare the two images), alltough this might the fault of wrongly transcoded DV HDR filter (doing research on that) - When using the embedded subs (preferable due to perfect audio timing), I notice that when HARDWARE trancoding specifically, the subs seem to get misplaced, seemingly in the 1920x1080 quadrant of a 4k frame... but that is indeed very strange behaviour. Both transcode logs are included, aptly named. I will add that while both are pretty big downfalls, mostly the subtitle problem is actually dealbreaking as most of my users will need subtitles. I tried to download SRT subtitles as a substitution, that resulted in the following on the Web Client: The green hue remains, but the SRT subs are correctly displayed in the Web Client, Huzzah! I test on the Windows Theather app: Nothing... And the hue persists also here. When I try to get the PGS subs to work in here after a 4k > 1080p transcode just like in web player, they seems to shift to the wrong place. Of this last two screenshots there's also a ffmpeg log included, aptly named. I will admit that I've searched on this topic for quite a bit allready and nothing seems to resolve the subtitles missing or being misplaced. Is this a known issue? Has this been seen before? Any help would be GREATLY appreciated! Regards, Nauclerus ffmpeg-transcode-hardware.txt ffmpeg-transcode-software.txt ffmpeg-transcode-hardware-STRinEmbyTheaterDesktop.txt ffmpeg-transcode-hardware-SRTinWebClient.txt- 31 replies
-
Language issue when setting up different librairies with same folders
innos posted a topic in General/Windows
I recently switched over to Emby from Plex and while me and the households of my siblings are perfectly fine with having Emby in English our parents don't speak any English at all, so we had to find a way to have the metadata on Emby in Hungarian as well. Since you can't have multi-language libraries where users can just switch to another metadata language on the client side, I've tried to create new libraries with a different metadata language but with the same folders, and then I would hide the English libraries from my parents' user accounts. This is how my Plex was set up and this setup worked fine on Plex without issues, but for some reason on Emby my new Hungarian language libraries didn't want to switch over to Hungarian, no matter what I did. I've double-checked the library metadata settings multiple times, I've restarted Emby, I forcefully refreshed all the metadata for my new libraries, but nothing worked. I noticed that when I was refreshing the metadata for my new libraries the percentage icon also appeared on top of my old English libraries that were sharing the same folders with my new libraries, which made me think that because these libraries happen to share the same folders for some reason Emby treats them as if they were actually the same library, and that's why it was refusing to switch over from English because that's the metadata language of my old library. I've tried searching the Emby forums and Google, but I couldn't find anything about this issue. But I did see a comment that said that having libraries with the same folders can cause issues and bugs, which further confirmed my suspicion that these different libraries were treated by Emby as if they were the same library. As a temporary solution to this issue, I thought that for my new Hungarian libraries, I had to have new folder paths that differed from the ones that the old English ones use. Since making copies of my video folders, which take up multiple terabytes, would be a waste of space and time, I thought of creating Symbolic Links at a different location that point to my video folders, and using the folder path of my Symbolic Links I would be able to trick Emby into thinking these are different folders. Since I host my Emby server on Windows I used an app called Link Shell Extension to create the Symbolic Links. For example, this is the folders of my old English movie library: And this is the new folder path I made using Symbolic Links: After I did this Emby finally switched over the metadata language of my new libraries to Hungarian. I wrote this all down not only just to report this issue, but also help those who might encounter this same issue in the future. -
Hey Emby Team, I hope this message finds you well. I've been encountering a peculiar issue with audio playback in the Emby app on my primary device, an Android phone (SM-J600G, Android 10). This problem has persisted for about a year, and I thought it's high time to bring it to your attention. Description: The issue manifests when attempting to play songs from my music library. Occasionally, the selected song takes an unusually long time to play, and I notice that the media playback notification doesn't display the image of the selected song. Subsequently, any subsequent attempts to play songs from my music library fail. Strangely enough, the tracks, albums, or playlists that I attempted to play during this issue spontaneously start playing later when I'm not using the app, or when watching movies or shows. Observations: Selected song takes longer to play. No image of the selected song in the media playback notification. Behavior: Unable to play any song from the music library when the issue occurs. Version Information: Emby Server Version: 4.8.0.63 beta Emby Android App Version: 3.3.56 (latest pre-release) Device Information: Model: SM-J600G Android Version: 10 Steps to Reproduce: Launch Emby app. Select a song from the music library. Observe the two signs mentioned above. Additional Notes: I haven't had the opportunity to test this on other devices as my current setup revolves around this primary device. This issue has been persistent since I started using Emby, and its intermittent nature makes it challenging to pinpoint the root cause. I'm reaching out to the community and the Emby team for insights and assistance in resolving this matter. Thanks for your time and support! Best, Dinesh Shrestha
- 6 replies
-
- emby
- audio playback
- (and 10 more)
-
My internet is really bad, but there's no other service so I'm stuck with it. I have a M3U I watch IPTV with, and it stutters/buffers etc. Its fine because I can still record or timeshift back in the buffer, but sometimes the stream just freezes (stuck on 1 frame, no audio) It will record this one frame with no audio for hours. If I force stop recording/end the stream, and go back in - its fine for a while again. Is there a way to have emby detect when the iptv connection freezes and have it disconnect/reconnect automatically until its going again? The only thing that stands out in the logs is the DUP number gets really high. This was frozen for over an hour before I noticed, it died around 14:10: 15:19:49.265 elapsed=02:19:51.22 frame=491804 fps= 59 q=31.0 size=N/A time=02:16:43.60 bitrate=N/A dup=9727 drop=233 throttle=off speed=0.978x 15:19:49.813 elapsed=02:19:51.77 frame=491841 fps= 59 q=31.0 size=N/A time=02:16:44.24 bitrate=N/A dup=9749 drop=233 throttle=off speed=0.978x 15:19:50.357 elapsed=02:19:52.32 frame=491871 fps= 59 q=31.0 size=N/A time=02:16:44.75 bitrate=N/A dup=9767 drop=233 throttle=off speed=0.978x 15:19:50.907 elapsed=02:19:52.87 frame=491891 fps= 59 q=31.0 size=N/A time=02:16:45.13 bitrate=N/A dup=9779 drop=233 throttle=off speed=0.978x 15:19:52.000 elapsed=02:19:53.96 frame=491911 fps= 59 q=31.0 size=N/A time=02:16:45.48 bitrate=N/A dup=9791 drop=233 throttle=off speed=0.978x
-
Unable to connect to the thing in web browser - firewall has open port
fomtooley posted a topic in Linux
Hello - I'm an intermediate user you could say - and I installed emby onto my main server a hp proliant running debian 12. install took maybe 15 seconds. before install i looked up what ports needed to be opened, and opened up 8096 (default) and a temp alt port just in case to avoid any frustration. and reloaded firewall. installed emby. went to browser and tried to open localhost:8096 and "Unable to connect: can't establish blah blah..." I tried connecting with 127.0.0.1, and my LAN IP addresses, and my external IP addresses. Nothing will connect. I chose to install the BETA version, so I decided perhaps beta was more beta than i wanted. So I reinstalled doing a rollback to the stable version. Same problem. Triple checked my firewall. Dunno what it's problem is. Even rebooted entire server. No change. I know I'm retarded, but this is getting to me. And with the week I've had I can't take any more of fixing other people's mistakes. I just wanted to relax and watch movies and unplug my brain. So, if anyone knows what I'm missing or doing wrong, I'd be obliged if you could please offer any assistance. Thank you. -
When attempting to modify a series recording, the loading circle is there indefinitely and "Channels", "Air days", and typically "Air time" never populate with the current values.
-
Hello, Been using Emby for awhile, but certain files won't play the subtitles even though there is the option for them. The subtitles will show up on Plex and my PC, but not Emby. This relates to MKV files with ASS subtitles. I do have a LOG I can share too. Not sure what portion to post though. Thanks for any help with this!
-
When I have titles with Danish characters the sorting is off. The letters æ, ø and å are in Emby as a, o and a wich is incorrect according to Danish sorting standard. The correct sorting is as the last three letters in the alphabet. I have added an image for reference. Is there any way to change that? I'm running Emby Server 4.7.5
-
option for quickly viewing tv guide in emby for android app
eeeeeesy posted a topic in Feature Requests
option for QUICKLY viewing tv guide without stopping the video in emby for android app currently this feature only exists on emby for android tv but is nowhere to be seen in emby for android. i would use emby for android tv but it keeps crashing every second time i open it. the other good thing about emby for android tv is i can see even more channels while in the quick view tv guide that is displayed over the video. -
Problem: since server update no user selection anymore (AndroidTV)
stonehead posted a topic in General/Windows
Problem: Since the latest Emby Server Windows 10 update a few days ago, I have on all my Nvidia Shield devices no user selection screen anymore. The only options are "manual", "connect" or "server change". So every user have to do a manual login with password, altough the user account are set that no password is required on local network. My setup: Local network with a Windows 10 server running Emby Server (4.6.6.0). Four Nvidia Shields in the same network connected to this server, having the Emby Anroid TV app installed (2.0.48g registered). User setup and settings: Multiple users that in the local network are visible users (visible tiles on user selection screen) and no password is required to access the Emby server in the local network. Behaviour before the latest Server update: Started the Emby app on Shield and user selection screen showed up, the user selected his user tile and got immediate access to the libraries (no password required). What I have tried to fix:: - Deinstalled Emby Android TV app on each Shield, reinstalled, unfortunately issue remains - Checked if this error can be replicated by accessing the server by a browser. Here it does work as it should, it shows a user selection screen with tiles you click on one and you get immediate access. That means this issue could be App specific, however Android App hasn't been updated since weeks and the only update that happened the last few days has been the Server update which and the timing matches with the first appearance of my issue. Could you please have a look at it. Thanks.- 11 replies
-
- issue
- user selection
-
(and 3 more)
Tagged with:
-
Hi I know this question has been asked numerous times, but I have already read two Emby connection guides and some other forum posts regarding the same issue to no avail. My issue is simply that I can't connect to my Emby server remotely. I have followed these guides: https://support.emby.media/support/solutions/articles/44001849007-connectivity https://support.emby.media/support/solutions/articles/44002137137-remote-setup Right now I'm stuck at the "traceroute" command, as I'm a bit unsure how to read the output: traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets 1 _gateway (192.168.1.1) 2.382 ms 3.843 ms 3.798 ms 2 192.168.87.1 (192.168.87.1) 4.660 ms 4.830 ms 7.049 ms 3 100.76.0.2 (100.76.0.2) 8.531 ms 8.489 ms 9.729 ms 4 45.80.95.198 (45.80.95.198) 8.042 ms 8.280 ms 8.242 ms 5 45.80.95.224 (45.80.95.224) 9.490 ms 9.499 ms 9.460 ms 6 45.80.95.222 (45.80.95.222) 9.423 ms 5.053 ms 6.278 ms 7 * * * 8 89.184.134.238 (89.184.134.238) 16.229 ms 89.184.134.240 (89.184.134.240) 16.363 ms 16.335 ms 9 89.184.134.79 (89.184.134.79) 16.305 ms 16.277 ms 17.424 ms 10 212.10.11.15 (212.10.11.15) 17.382 ms 17.344 ms 17.312 ms 11 108.170.252.65 (108.170.252.65) 21.002 ms 108.170.251.129 (108.170.251.129) 18.483 ms 108.170.252.65 (108.170.252.65) 19.554 ms 12 142.250.236.37 (142.250.236.37) 14.808 ms 142.250.209.243 (142.250.209.243) 14.825 ms 142.250.225.77 (142.250.225.77) 14.691 ms 13 dns.google (8.8.8.8) 14.650 ms 14.868 ms 15.202 ms The site canyouseeme.org shows the correct IP (WAN) as is shown on my server dashboard. When entering the port 8096 or 8920 I get the message: "Error: I could not see your service. Reason: Connection timed out". Here are my other settings: Emby network settings Allow remote connections to this Emby Server (checked) Enable automatic port mapping (checked) Router information and settings NETGEAR Router Turn UPnP On (checked) Active Protocol Int. Port Ext. Port IP Address YES TCP 8096 8096 192.168.1.18 YES TCP 8920 8920 192.168.1.18 Server information Ubuntu 20.04.3 LTS LAN-connection
- 3 replies
-
- ubuntu
- remote (wan)
-
(and 2 more)
Tagged with:
-
Hello, I have Emby Premiere, and I have issues with remotely connecting to my server. I've tested this with my more tech-savvy brother, but no luck so far. We tried everything, which is why I'm finally giving in and opening a thread about it in the hopes of someone helping me out. I've read other threads about this, and the one most closely resembling my case is this one. However, the solution of that case does not look to be relevant in my case because I have no such "VOIP box OOMA". The issue is likely with port forwarding and not with Emby itself because I get an Error if I check the ports on https://www.canyouseeme.org, but I don't know where to start. I will give as much info as I can. My setup is like this: Emby server running on my PC > Ethernet cable to a simple 5 port switch > Ethernet cable to my Router > Ethernet cable to my ISP modem I have opened ports 8096 and 8920 on my Windows Firewall in both the Inbound Rules and Outbound Rules. These are my Outbound Rules: These are my Inbound Rules: I have also port forwarded both the 8096 and 8920 ports on my Router and ISP modem. The "Allow remote connections to this Emby Server." setting is ticked on. So what gives? Any ideas are really welcome
- 10 replies
-
- port forwarding
- port forward
-
(and 2 more)
Tagged with:
-
Dear support. In the past I tried a few times to activate camera uploads on my phones. It, in some ways, worked, but always with the same issue; it created maybe 5/10 library with the same path and settings. And so I had to manually delete them and then disable camera upload function. Today, after many app updates, I'd want to retry. Unfortunately, it creates 1680 and counting libraries! Please, help me removes them automatically, it takes so much time to remove one by one and please, try to find a solution to the problem. Thanks a lot.
- 2 replies
-
- camera upload
- android
-
(and 1 more)
Tagged with:
-
Like the title says, videos load fine on my android phone. But when casted it plays for 1-2 seconds, then the screen freezes but audio continues to play. Even fast forwarding the same issue arises. Is there any solution to this?
- 1 reply
-
- chromecast
- freeze
-
(and 2 more)
Tagged with:
-
Hi! I've recently installed Emby on Linux Mint Ulyana (Cinnamon), and there is an issue that i need to resolve. I have all my media (Series & Movies) in an intern secondary hard drive. This hard drive is mounted on /media/user/Multimedia. The problem is that when I try to add a library on Emby, pointing where the hard drive is mounted, it sais "The path could not be found. Please ensure the path is valid and try again." I tried changing all permissions but nothing happened. I also tried to give the emby user the ownership, but it stills not detecting it. I wait you can help me and thanks in advance. Here are some screenshots, if they can help you: -https://imgur.com/qM1nmHz -https://imgur.com/lvQABZq -https://imgur.com/27ACbQ8 (Sorry if my English is not very good, I'm spanish so english is not my first language!)
- 16 replies
-
- linux mint
- hard drive
-
(and 2 more)
Tagged with:
-
Unsure if this has been mentioned before but during playback while casting from android phone when I need to fast forward or rewind sometimes it starts the movie or TV show over. Was wondering if others sometimes had the same issue? I noticed if I click rewind once and let it load it seems to mostly be fine. But not always. Also if I double click fast forward or rewind, this seems to be a way to get your progress erased. But also not always.
-
Good morning I am having an issue with the usb installation. I insert the usb into the TV, but it doesn't automatically install the software. I have followed all the instrutions: - put the userwidget folder in the root of the usb - format the usb 2.0 to fat16 My TV is Samsung UE50RU7105 Any advice? (I can also post in Spanish)
- 29 replies
-
- usb
- installation
-
(and 3 more)
Tagged with:
-
Hello! I have a problem when streaming with Chromecast 2 gen, doesn't matter where it came from (Android, IOS, Web, etc) When watching some tv series, the playback is in great quality, smooth and RANDOMLY jump / skip to the next episode. It simply happen from NOWHERE. I don't know if it is my PC that is the problem or the chromecast itself. What kind of Logs do you guys need to check? I have at least 20 logs just from today trying to watch a single episode...
- 12 replies
-
- chromecast
- chromecasting
-
(and 6 more)
Tagged with:
-
Hi everyone. I have found a (Issue and this needs enhanced) because i have a friend who have downloaded a whole TV show to my mobile because both of us have the same Phone name and looks like than emby allow to see everyone devices as connected to emby through the list of downloads to device option let me explain in other words How I supposed to know wish iPhone is mine and the other 2 is my friend, as you can see there are 3 iPhone in the list because the devs don't have isolated it. I'm my moms tv with her accounts same thing (all device is listed) As you can see in above picture, I can allow to download my movies to any device from other users, it should have a isolated device list per users Like my computer and my smartphone and etc (My own devices only) .. But not showing me the device from others like my mom devices, it should be isolated between accounts (My user can download to my own device) (My moms can download to her device) I really don't understand why the devs don't have isolated the list by user. Like I have described above. Hopefully this will be fixed soon because is a security issue user may not be able to view devices from other users. Resume to do. Isolation between device account to don't allow users to download by mistake to a device from other users, so by this way the device is isolated by accounts and the retrieved(return or resulted) list was only the device from that user and not from the other. Kind Regards Enjoy? VOTE WITH LIKE NOT WITH +1 COMMENT Sent from my VOG-L29 using Tapatalk