All Activity
- Past hour
-
Reema24 joined the community
-
Chris1234$ joined the community
-
Chris123$ joined the community
-
Tim.aurd joined the community
-
lihzzw joined the community
-
Chip_test joined the community
-
Cruelzheng joined the community
-
cldacces joined the community
-
diskvision joined the community
-
Have you set tmdb to be the primary metadata provider for TV? It's not the default setting. Paul
-
Bhaloo joined the community
-
Can I achieve this configuration with ignore files and multiple libraries?
pwhodges replied to podonnell's topic in General/Windows
Correct. Paul -
Contact the people running the server and taking your "membership" fees. This is nothing to do with Emby, who simply write software. Paul
-
Seenr, a watch tracker that picks up your Emby plays over webhook
KevByUs replied to KevByUs's topic in Third Party Apps
Fair point, and you are right that there is no upload for a Trakt export today: our Trakt import only reads the API after you authorize us. I should not have implied otherwise. Two things: If you would rather not touch your Trakt authorizations at all, you do not have to go through Trakt for new watches. Emby can talk to Seenr directly with a webhook, so your plays land in Seenr as you watch, with no third party in between: https://seenr.app/en/integrations/emby For your existing history, we will add an upload for the Trakt data export. (can you send us your export file please - we are testing our system on different files to improve it) Simkl is already supported: Settings, Import, Simkl tab. You authorize Seenr on Simkl and we pull shows, movies, anime, ratings and watchlist from their API. There is an API, it powers our own mobile app, and it is not documented publicly yet. We also have token scoped endpoints used by Plex, Jellyfin, Emby and Stremio to push plays in. Happy to talk to the Crosstrack dev directly about what he would need, if you can point him here. -
Why doesn't the Android app keep a manually-added server address?
Luke replied to Blueskies278's topic in General/Windows
if you need to use a different address from the usual one, then currently no. But there are open feature requests to allow this to be configurable. -
Hi, are you trying to connect to your Emby server, or someone else’s server?
- Today
-
PX_54 started following Emby randomly unable to reach server
-
I spent the weekend setting up emby on my WD My Cloud EX2 Ultra, it was all working (other a slight network hiccup in the middle of setup) and I shared it with a friend who had it working also. I was talking about it today with someone else, and when I've tried to access it I'm getting Unable To Reach Server messages constantly - I've not changed any settings. I'm able to access my server directly through the WD MyCloud site, and I can also access it via Plex, but for some reason emby can't connect. I vaguely remember having this issue when I've previously tried to set up emby; that it would be quite temperamental and randomly say it can't connect to the server, when there's no reason it shouldn't. The hiccup at the weekend, was that it did it in the middle of me trying to set everything up again - though I'm not sure if I actually had an actual network at that point (because some other things seem to point to that possibility). I can't even remember how I rectified it at the weekend, because the webpage just kept saying that it couldn't connect and then I clicked through somewhere which opened a new tab that could connect - but the old tab still couldn't. This happens both locally and remotely. I really want to switch to emby, particularly for it's free remote access, but this random loss of access keeps putting me off.
-
Sorry Derrick.. Been away fro a while and didnt relaise anyone was using this.. I locked the git. Built a slightly more advanced version.. Which is https://github.com/marker197/party-watch-for-emby Ignore the trakt stuff, that has been removed and replaced with simkl and mdblists. Way more advanced universe/franchise creation tool is built into it. Self hosting on docker or synology container manager. Give me a shoutif there are issues, still actiiviely working on it. PS The watch party was the main driver for this app, allows you to watch in sync with other devices over the lan, or over the internet..
-
Plugin: Ginjaninja Tools - Sync Channel - Radarr & Sonarr & Any Rest Api Channel Sync Tool
ginjaninja replied to ginjaninja's topic in Plugins
0.0.0.25 Channel items built with a more intentionally unique (when appropriate) ID as pluginnamespace::connectionId::schemaId (should yield benefits around caching in time) Tweaks to UI Custom enpoint example video using Emby rest api to build artists,albums and tracks. A more curated intentional set of outcomes for channel item creation. Still early days needs testing. -
Sadly without being able to replicating the problem i can't be 100% sure if it was Emby at fault but it sure does look like it from what i can see. Multiple movies with the same ID would cause them to have the same output path and there for the same posters as they are in that path. EmbyIcons simply did it's duty and drew on that single poster, hence why the icons were still correct for the video, because that was the poster in that path. In other words i believe it would have happened even without EmbyIcons installed and that it is a bug in Emby that is very rare to happen. The "bug" in EmbyIcons was that it had no guardrails against something like that and still drew on the posters. The fix for EmbyIcons i made is simply that it won't draw on posters with an empty ID any more, so if Emby does it again the same thing will most likely happen but EmbyIcons will refuse to be part of it.
-
Fair enough on giving it a spin because it's open source — that's exactly how it should work. But "AI checking AI" isn't actually what happens in a serious workflow. The AI writes; the checking is done by things that can't hallucinate: the compiler, the type checker, the test suite, and a human who reads the diff before merging. That's the same pipeline human-written code goes through, because humans make plenty of mistakes too — that's literally why code review and CI exist in the first place. Comparing it to AI search making things up mixes two different problems. A made-up citation can slide past you because there's no automatic way to catch it. Made-up code gets caught the moment you run it. The safety net isn't trust in the AI — it's a process that assumes *every* author, human or not, gets things wrong.
-
I think it's important to mention that, in my case, the damage wasn't limited to incorrect artwork while EmbyIcons was installed. Even after uninstalling EmbyIcons and testing the "fixed" versions, the library remained permanently corrupted. Every time I updated the artwork for a movie, those new images would propagate to other unrelated movies. The corruption was persistent and couldn't be repaired with metadata refreshes. In the end, the only solution was to completely remove my entire media library (around 9,000 items) and import everything again to rebuild the database from scratch. So while the root cause may indeed have been Emby assigning 00000000 IDs, the end result was a permanently corrupted library that couldn't be recovered.
-
The fact that it's open source is the only reason I was willing to give it a spin. As for the analogy not holding up yes it does cause at this point with all the mistakes AI has made, all the mistakes AI devs have made, AI search making up what they don't know using AI to check AI's work is just a bad idea.
-
Yep, Claude Opus is an AI model, but the analogy doesn't really hold up. It's made by Anthropic, whose entire business *is* building AI models — it's not like an OS vendor bundling a half-baked antivirus as an afterthought. If anything, it's the opposite of your example: I'm going to a company whose one and only product is the tool I'm using. Also, using AI as a programmer isn't about blindly trusting it. It's a tool, same as a compiler, a linter, an IDE with autocomplete, or Stack Overflow back in the day. I still read, understand, and test everything before it ships. The skill hasn't disappeared — it's just shifted toward reviewing, architecting, and knowing when the output is wrong. Judging devs for using AI is like judging carpenters for using power tools. By the way, the project it's fully open source — the entire codebase is up on GitHub for anyone to inspect. If you have concerns about quality or security, the best way to back them up is to actually look at the code. If you find something questionable, point it out (or even open an issue) — that would genuinely help the project and I'm sure the maintainers would welcome it. That's the nice thing about open source: nobody has to speculate. The code speaks for itself.
-
I'm assuming Claude Opus is another AI? If so that's just like using the security tools Microsoft provides in Windows instead of going out and getting security apps that don't benefit them. From a security standpoint I've never thought it was a good or smart idea to use the tools created by a OS manufacture that has nothing but problems with their OS to make sure you're safe.
-
Riddickx5SGx started following Connecting to the server issues.
-
I am having problems connecting to server. I’m not sure if it’s because of my membership fees or what if it is how do I take care of that so I can get service again?
-
I can report some good news regarding the latest update (2.2.56): I now can play video files that are 1080p H264 with AAC audio. Sadly this is were the good news end. AV1 (be it 1080p or 4k) with OPUS audio still fails, as do MP3 and FLAC audio files. All of them lead to an immidiate crash. WAV does not crash, but result in the electronic "fingernails on a chalkboard" I mentioned in my first post in this thread. AAC audiobooks inside a m4b container also lead to a crash. So do HEVC video files. I hope this helps narrowing down the issue. MacOS version is 26.6 if that is relevant.
-
Downloads stuck on "Ready to transfer" after movie quality conversion
Joaqim_Braga replied to Joaqim_Braga's topic in Android
Hi Luke, I left the app open for a while and the movie eventually finished downloading. Is it expected to take such a long time to sync? I am attaching an updated log file because I can see a lot of "task failed" entries that don't seem expected. Additionally, as a workaround, I tried converting the movie to the desired quality, which left me with two versions (the original and the converted one). However, there appears to be no way to select and download the converted version specifically. Thanks! emby_android_1785776838860.txt -
MediaIntelNUC started following Plugin: EmbyIcons release.
-
Jolly good. Similar for movies, like say Ben Hur. Brackets don't seem to be essential. I have Ben Hur (1959) Part 1 and Ben Hur (1959) Part 2 in the same folder and also get the additional part showing up.
-
Suddenly: Missing Movie Poster on Synology NAS
Sturmkater replied to Sturmkater's topic in Linux & Raspberry Pi
No, not that I’m aware of. I never had problems watching movies so far. I did delete the automatic trigger for Scan media library, so the posters are still there. If I execute it manually, I always end with the same result, no matter the time of day. -
Gotcha - I totally misunderstood what you were trying to say and I apologise.. I know I have the name correct because the first part is matching perfectly. I will try using brackets. --- Edit: Brilliant - that worked perfectly and, as you wrote (pun intended), the second file shows up as an "additional Part. I also did "The Plex dance" (removed it, rescanned, added back, rescanned) and it works for Plex as well. Thank you so much! ...for clarity incase someone else is interested, this was the format that worked (taken from @arrbee99's post): S01E01 name (Part 1).mp4 S01E01 name (Part 2).mp4
-
Yes, But I can not get the old name out of my head
-
Hokay. Just to mention I have the very first episode of Murder, She Wrote as given above (the second example, two S01E01's), and it shows up as Ep1 with an additional part.
-
Thanks, but it's a single episode in IMDB; I just have it across 2 files. Emby seems to think they are variations of the same episode rather than 2 parts of the same episode.
-
Regarding the issue of 4.9.1.80 and the plugin Bluray Folder Support 1.0.3.0 recognizing BDMV original disc fi
hipda replied to LonelyCat's topic in Synology
https://post.smzdm.com/p/apvok92x/?sort_tab=hot/#comments
