All Activity
- Past hour
-
vinceaguirre6 joined the community
-
Charlie_x joined the community
-
ujorg38597 joined the community
-
dez°jo_nevym joined the community
-
JonahTaylor joined the community
-
Mydodgystickisbroken joined the community
-
Bwayne1315 joined the community
-
dasjsharks joined the community
-
emby38hgmx@gmail.com joined the community
-
Butter8lly joined the community
-
Any file structure system. They already implemented it and then removed it due to UI issues. I am literally talking about, at most, 5 sets of nested folders. Again this is for things like marvel collections but also for organisation.
-
Any way to quantify what causes a long library scan?
bkettering replied to podonnell's topic in General/Windows
Adding to what Luke said, the quick way to see it without reading the whole log: open Dashboard, then Scheduled Tasks while a scan is running, and look at which task is actually active and its progress. In my experience the scan itself is quick and the long part is the add-ons that run with it, like chapter image or thumbnail extraction and intro detection, especially right after an update when they reprocess things. Turning those off for a day is an easy test. -
How do I prevent duplicates from multiple file types. I.E flac and mp3
bkettering replied to JusieBoi's topic in Synology
Until Emby handles it natively, the no-delete workaround I'd use is splitting by folder. Keep the FLAC and MP3 copies in separate top level folders (Music/FLAC and Music/MP3 for example), point your main Music library only at the FLAC folder, and if you want the MP3s for phones or the car, make a second library for just that folder and only give that library to the users or devices that need it. Nothing gets deleted and you stop seeing every album twice. -
Linux: PathTooLongException when scanning files with long UTF-8 filenames
bkettering replied to sichongzou's topic in Linux
Not staff, but one thing worth checking while you wait on Luke: on Linux the 255 limit is per file or folder name in bytes, not characters, and each Chinese/Japanese character is 3 bytes in UTF-8. So a name that looks like 90 characters can already be over. This lists anything in that folder over 200 bytes: find "/115_media/Media Library/GHS Media/Normal/雄神YUU" | while read -r f; do n=$(basename "$f"); b=$(printf %s "$n" | wc -c); [ "$b" -gt 200 ] && echo "$b $n"; done If something shows up near or over 255, shortening that one name usually clears it. If nothing does, it's more likely the cloud mount itself (the old thread you linked ended up being that), and your log is the way to go. -
One thing that saved me a ton of headaches with remakes and multi-title movies: put the release year in the folder and file name, like Scary Movie (2026). Emby stops guessing and grabs the exact one every time, and with Godzilla having like 30 movies that matters a lot. You can do it by hand no problem. Full disclosure, I built a Mac app that does this part automatically (Media Renamer Pro). Its default naming is Title (Year) for both the file and the folder, it looks the year up for you, and shows every rename before anything moves. Details are in my thread in Tools and Utilities if you're curious: https://emby.media/community/topic/149924-media-renamer-pro-rename-movies-and-tv-from-metadata-with-preview-and-undo-dev-here-mod-approved/ For showing the US title though, the year won't help since you've already got the right match. Original Title is still the right place for search. If you want it visible without opening the editor, putting "Also known as Invasion of Astro-Monster" as the first line of the Overview works, just lock the field so a refresh doesn't wipe it.
-
Tracearr's biggest problem is its' developer. I use a decent amount of Github apps and his is the ONLY ONE that has single digit open issues and hundreds, upon hundreds of closed ones and they aren't closed for the right reasons.... oh no.... you get gems like; .... somebody finds a problem and provides a wealth of information to help him fix it... issue closed as, "AI generated slop"....despite a legitimate bug. ... don't submit every. single. bit. of information for a bug report, closed out with "Didn't provide required documentation to demonstrate there's an actual problem."...... despite there clearly being a problem and the person who opened it might not know what piece of the missing puzzle they needed to submit.....oh well, CLOSED! The dev doesn't write, "I acknowledge that this could be a bug but I need XYZ to dig in, please provide that then I can take a look". Nope, just closes it no matter that the problem is because the person forgot a small detail in the original bug report. Or he'll ask the person reporting the bug a question about their setup and instead of waiting on a reply, he just freaking closes the issue. It's shocking how much deflection he does. It's like he has this burning hatred for the people that use his software. I had to stop using it because his attitude is disgusting and abhorrent. If you don't believe me, take a look through the mountain of closed issues and compare the open/close ratio to other apps like Immich, Jellyfin, etc.
-
Emby Theatre for Windows can't connect to server
visproduction replied to spiller37's topic in Windows & Xbox
Related? Windows has lockout settings. If some other setting causes a failed connection and you go past 10 attempts, can Windows lock out the connection? https://www.solvemix.com/computer/windows-11/disable-account-lockout-after-failed-logins-proven-guide.html https://specopssoft.com/blog/default-account-lockout-policies-in-windows-11/ - Today
-
bkettering started following Media Renamer Pro: rename movies and TV from metadata with preview and undo (dev here, mod approved)
-
Media Renamer Pro: rename movies and TV from metadata with preview and undo (dev here, mod approved)
bkettering posted a topic in Tools and Utilities
Hi all. I'm the solo developer of Media Renamer Pro, and GrimReaper okayed this thread before I posted it. The short version: it renames movies, TV episodes, music, audiobooks, photos and game ROMs using the metadata inside the files plus optional online lookups, then shows you every single rename before anything moves. You can edit any row, conflicts are caught up front, and the whole batch undoes. Why it might matter to an Emby library: It works directly on mounted SMB/NAS shares, which is where my own library lives and where I kept getting burned. Renaming is two-phase through temp names, so chains and swaps (A to B while B is waiting to become C) don't eat files. There's an {original} token in every naming template, so you can add clean titles and episode numbers without throwing away release group or quality tags. Optional subtitle carrying: rename a movie and its .srt/.ass/.sup/etc. follow it, keeping .en.forced style language tags. Off by default, under Settings then Exclusions. What it deliberately does NOT touch, and why: .nfo files. A media server can prefer a local .nfo over its online lookup, so a stale one carried along can quietly preserve a wrong match. Better to let Emby rebuild it. Artwork (poster, fanart, banner). Those are found by exact filename, so renaming them tends to break things rather than fix them. Honest limits: It runs on a Mac, iPhone or iPad, not on the server itself. If your Emby box is Linux or Windows, you'd use it from a Mac or iPad that can see the share. No trial. The App Store only does trials for subscriptions and I didn't want to turn this into one. If you only have a couple hundred files, a script or FileBot may do everything you need. AI disclosure: I used Claude and Codex heavily to help write the code and tests. I make the decisions, test on my own library and do the support myself. Cloud AI photo descriptions are optional and off unless you add your own key. $4.99 one time, universal across Mac, iPhone and iPad. No account, no subscription, no telemetry. App Store: https://apps.apple.com/app/id6761764615 Website: https://bkettering74.github.io/media-renamer-pro/ I'd really like to hear where it gets Emby naming wrong. Those edge cases are exactly what I want to fix next. -
thunderclap started following ComSkipper ... A Emby Plugin that skips commercials
-
ComSkipper ... A Emby Plugin that skips commercials
thunderclap replied to BillOatman's topic in Plugins
I saw several references that for this to work in Emby you need the donor version. I made a donation at the comskip site but haven't been provided any info for the donor version. What am I missing? Thanks. -
Home Cinema Control (HCC): Emby library UI with OPPO/Chinoppo local playback
borry73 replied to tousled's topic in Third Party Apps
Hi, thnx for this great program. I`ve tested xnoppo in the past but it didn`t work flawless for me. I`ve got emby runnning on a homebuild server with openmediavault, a LG OLED 65G6, marantz nr1711 and a chinoppo (sold my oppo 203 ) and sofar it works perfectly. Only little thing i could find is that the chinoppo needs to be turned on before i use Emby, home cinema control doesn`t activate the player. -
Nested groups using SQL dbase is a complex issue. Easy to describe, but difficult to code. It's the "Easier said than done" type. Most online sites do not offer this type of nested selection. Even the search engines avoid it. I can't think of an online example. If you know of a site that does it, perhaps list it in this post. It could be helpful. Some details in general: https://www.geeksforgeeks.org/sql/nested-queries-in-sql/ https://stackoverflow.com/questions/2872837/is-there-a-way-to-create-subdatabases-as-a-kind-of-subfolders-in-sql-server Also, it's important that members click the heart or +1 icons on feature requests so popularity can be seen. Consider, if rolling out a new feature might estimate as taking, say, 60 hours of dev time and perhaps ongoing support of say, 6 hours annually. You multiple what dev hours cost and divide by how many users have agreed that the feature is a good one. Then you get the cost per user who wants to use the feature. Also important, is how easy would the feature be to market it as a bonus for the software? I would imagine features may not be given the green light, if cost per user goes up too high. It is easy to come to averages that are more than $1000 / user pretty quick. Finally, you don't really want to slow down the response time for anyone, so new features need to be designed to only kick in when a user clicks on it, and not have to run in the background, because that could slow other pages on the server. That can be tricky to do.
-
MajesticMaerlyn started following [Beta] AFI-100 Plugin
-
About to test it, and your BespokeDB - just downloaded today. Will let you know how it goes, any feedback etc. But I look the idea of these - I personally run a seperate library with my Criterion versions, independant of other libraries, but I would much prefer a solution like this. Cheers
- 2 replies
-
- plugin development
- plugin catalogue
-
(and 2 more)
Tagged with:
-
This is being developed at a pace now and I think it's catching up to PlexPy/Tatulli, and I'm no longer using Jellystat.
-
What are the issues? This is the single main feature I want.
-
Why not just allow us to help you?
-
Without a full log, I can only give an educated guess, but this is the kind of error that is likely coming from your live tv source and not Emby.
-
Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks!
-
sa2000 started following Changelog: Emby for Samsung TV
-
I think I get the distinction with the different parts. But regarding the editions, the official Emby docs on Movie Naming specifically for Multi-version movies shows I do not see how this is inline with versions only being for resolution or encoding. Here the example explicitly shows that it is for extended / directors cuts too. Or what am I missing?
-
How to delete downloaded content without being connected to the server?
MBSki replied to LittleKinder's topic in Android
Does removing the download DELETE from the device though? I'd like it to delete from the device but not the server. Doesn't seem to delete from the device though. -
eyecibus started following LiveTV Has Randomly Stopped Working
-
Hello I cannot figure out why LiveTV has stopped working with the following error. *** Delete Please *** Just going to use other software.
-
Did you install your own server or are you using someone else's?
-
JellyWatch for Android TV -- A dedicated Emby & Jellyfin client for the big screen
FrostByte replied to asgard25's topic in Third Party Apps
-
JellyWatch for Android TV -- A dedicated Emby & Jellyfin client for the big screen
IAmHugh replied to asgard25's topic in Third Party Apps
I see I have and you should since my statement is ACCURATE. BYE BYE muted. -
JellyWatch for Android TV -- A dedicated Emby & Jellyfin client for the big screen
FrostByte replied to asgard25's topic in Third Party Apps
Google is your friend. Try it. -
Please also add CreditsEnd to the DB besides IntroStart/IntroEnd/CreditsStart
Kyouma replied to Kyouma's topic in Feature Requests
Possible to get this into the current Beta cycle? I now have finished letter K and I'm at 6636 Epsiodes with 1338 of them having after credits scenes. I'd love to get this as soon as possible.
