All Activity
- Past hour
-
Mrouse joined the community
-
Victor_fw joined the community
-
Ptitevache joined the community
-
RoseWK joined the community
-
mailto:cimas753@pamexa.com joined the community
-
ahammond87@gmail.com joined the community
-
mirgeam joined the community
-
Neminem started following Subtitle translation using local LLM or API calls - Very accurate language - cheap.
-
Subtitle translation using local LLM or API calls - Very accurate language - cheap.
Neminem replied to dexus's topic in Tools and Utilities
Curious if its will always embed the subs into MKV files? I have not played with this yet Ohh its a script / barebone install, any chance for a docker version -
googleuser31638@aol.com joined the community
-
Has Anyone Integrated AI With Emby? Looking for Real-World Tools, Setups & Dev Plans
Neminem replied to Airbender's topic in Tools and Utilities
@dexus Nice more options are always nice I have used this for 1 or 2 years now. lingarr-translate/lingarr: Lingarr is an application that supports both local and SaaS translation services to translate subtitle files into a specified target language. With automated translation options, Lingarr simplifies translating subtitles. With a combination of Bazarr and Whisper for those pesky not found subs in any language. It runs in docker, so that might not be for all. But using that with libretranslate. This is mostly because I strip out all embedded subs from my media. And only use .srt subs. -
v1.1b2 - GUI reworked (Mapping modals behavior adjusted) emby_album_tag_importer.py
- Today
-
Has Anyone Integrated AI With Emby? Looking for Real-World Tools, Setups & Dev Plans
dexus replied to Airbender's topic in Tools and Utilities
LOL! I am actually working on one that does that as well, but also uses api calls to an LLM to fine-tune the subs, and keeping them in the "netflix rules" for subs, correcting grammar, punctuation and shortening sentences that are longer than the standard etc. Refinement stage. In the translation project there is alot more to it than meets the eye.. it uses quite advanced processes to ensure that we have bulletproof timing and that the llm doesn't f*ck it up. -
Has Anyone Integrated AI With Emby? Looking for Real-World Tools, Setups & Dev Plans
BillOatman replied to Airbender's topic in Tools and Utilities
Nice! I wrote this one that creates subs from the audio that uses Whisper SubtitleCreator -
also bei mir läuft es auch perfekt , habe auch lifetime , denke noch immer das es an der Hardware liegt die Synology ist ja nicht sehr potent
-
Has Anyone Integrated AI With Emby? Looking for Real-World Tools, Setups & Dev Plans
dexus replied to Airbender's topic in Tools and Utilities
Hey, my Danish neighbor! check out my translation project using AI here: https://github.com/dexusno/Translate_Subs It works like a charm, and DeepSeek API is so cheap it's ridicolous. -
3090 hardcoded english strings
-
thanks for this, I'm using this option now, works a treat. quick question... when I updated the server to 4.9.3.0 I noticed content I have in a mixed folder will not sort by release date anymore and the tags will not show. i have nfo files for this. worked fine before I updated. is there a reason why the updated server would stop this? thanks
-
Hi Luke: It looks like "Tune In" was the culprit. Somehow it was affecting the guide refresh. A successful guide refresh ran about 1.5 hours ago. Tune in is still uninstalled. Ill leave it uninstalled since I dont use it. any thoughts your side on this? You stated that Tune In is in no way related to Live TV. Perhaps the plugin has a bug of some type. Anyway, thanks for the assist. I guess we can mark this as solved.
-
I am almost done, wrote some google translate scripts and i18n have made this a bit less painful... without Cursor and composer 2 fast for help I would not have ever done this.
-
GrimReaper started following What happened to the web navigation??
-
Which server version? Local or hosted Web App?
-
I have a brand new TrueNAS build running Emby server that I'm having issues with playback stuttering even though it's Direct Play and no transcoding. Initially, I thought it was limited to files with high bitrates similar the guy reporting in the thread below. Was even seeing ffmpeg pegging a core at 100% despite reports of no transcoding. However, my kids just had the issue this morning with a much lower bitrate movie. This time CPU usage is minimal. TrueNAS UI reporting 3% utilization and top showing nearly nothing going on. So now I'm even more confused. I've been using Plex then Jellyfin for the longest time but trying to migrate to Emby so that I can get the family off of Plex. This is not helping the move though. So detail dump... Brand new TrueNAS build: Intel Core Ultra 7 265k Asus Pro WS W880-ACE SE 64GB ECC RAM Media pool is a single, 10 drive RAIDZ2 with a 1TB NVME L2ARC Emby transcode and cache dirs are on a separate dedicated 1TB NVME drive Emby runs in a docker container with the media directories directly mounted to the container as volumes (no SMB or NFS mounts). The NAS has dual 10GbE NICs in a LACP LAGG on Unifi Pro XG 10 POE switch. Client is official Emby app on AppleTV 4k over WiFi 5 5GHz via Unifi U6 LR AP. Client and server are on same VLAN. Logs attached below. Any ideas where to start troubleshooting this further? Or any ideas what could be the issue here? hardware_detection-63910745576.txt embyserver.txt
-
For the past several days while using the web version, I cannot scroll to the right. Usually an arrow pops up that allows me to scroll to the right. Also, I can no longer click individual movie titles - like I want to select two versions to group them together. The little circle is gone and so is the ability to allow me to select individual titles.
-
Musst Du ja nicht. Bei mir läuft es und ich habe eine Livetime. Ansonsten kann ich Dich nur an den Post von Luke weiter oben verweisen. Wenn Logs bringst usw., dann suchen die Devs nach den Ursachen. Das passiert hier wirklich, auch wenn es manchmal etwas dauert.
-
dexus started following Has Anyone Integrated AI With Emby? Looking for Real-World Tools, Setups & Dev Plans
-
Has Anyone Integrated AI With Emby? Looking for Real-World Tools, Setups & Dev Plans
dexus replied to Airbender's topic in Tools and Utilities
I am not going to get into the Ai vs no Ai argument here.. Truth is there is too many facets to that discussion. Me personally see it as a tool as any other, and use it both professionally and privately. If anyone wishes to not use it, good on you. I won't try to convince you. That said.. I have made myself a tool that I use to get Norwegian subtitles when none exist, based on existing subs in other languages (any language in fact). I DOES use AI, because a good LLM is needed to get great translation, as it understands context and slang etc, making the subtitles feel normal and with a good flow. In my opinion, it makes virtually flawless subtitles. It is very easy to use, and you can utilize both API calls to external LLM's or local if you have hefty hardware.. but to be honest, API calls to a very capable LLM is the way to go as of now, if you want flawless subs. I use DeepSeek API, and yes.. I know.. it's chinese. I don't care. It is by far the cheapest option, and costs virtually nothing to use compared to other options.. And ALL i send them is subtitles to be translated, nothing else. If you would like to check the project out, it is here: https://github.com/dexusno/Translate_Subs It is of course fully open source with an MIT license so you can do with it what you want, and is python based.. with wrappers for powershell and bash (debian / ubuntu). AND of course you can translate to ANY language of your choice, from any language that is available. To be clear, I do respect everyone that does not want to use AI, but the truth is, we can't put the cat back into the bag, it's here to stay. And I for one, will use the tool, rather than ignore its existence. Still, everyone must decide for themselves. I also believe that AI is not needed in the base Emby code, but plugins are always welcome.. That way everyone has a choice. -
Lucman changed their profile photo -
I know, no one likes to read detailed info on getting a search function to work, but everyone likes to ask why can't you do it. This is a classic, easier said than done, issue. Big online companies typically spend a lot of time and money to get search to work and such big online sites search code with Google is a big part of their company value. They have easily spent millions of dollars on their searches. If you all listed exactly the functionalitity you would like, that would be a big help. Otherwise, in going through design options, every possible way is on the table and that is messy. Here are some of the search commands using what is called Select query in a SQL dbase. https://blog.devart.com/how-to-search-for-database-objects-and-table-data-in-sql-server.html If you happen to be on an Emby library page, then the function would be to search within this library only. There are a few problems with that. The page link is hidden in the URL for better site security. The URL location is ...videos?servierId=438234442[some long link name]...&parentId=3 The name of the library is created via .js script on page load and is written as a title on the page. Then all the directories for this library are nested, further into the admin setup code where the admin has attached subdirectories from the library edit selection. Search is now setup to look everywhere. So, how would search know to look only in these subdrectories when the user is on this particular library page and it is not easy to see from the URL what page you are on? The URL link is an encrypted tag, so that is not really ideal. It's possible to send the encrypted URL to get the lookup and then add to the lookup, but it's an extra step. It would be better to have the original select lookup for each library. The name of the library is pulled from a js file and added to the page, so finding the title name on the page is not really ideal either, you would still have to reverse look up what sbdirectories are listed that belong to that title. If the title is long with spaces or strange characters, then that reverse search lookup for subdirectories function has to work with any possible long name that the admin might choose... possible, but not ideal and would probably break. You could create a pull down list or check boxes of what library to search. That might not look so nice if the admin has 50 libraries with long name. Then the same issue can apply for searching within Collections or Playlists. A lot of long names, strange foreign languages characters would make any long list look like the page is broken. So, that is not ideal. So, ideally you would want the selective search to automatically know what page the user is on, search accordingly and maybe have an option button to widen the search results. If the process to find what page, the user is on, causes additional function to reverse look up, then it would be perhaps better to save and reuse the select SQL lookup that created the library page pull that select query, to search further. I think that search is probably thrown away and not saved anywhere. Saving that SQL select lookup and adding more search requests to it, is perhaps a good solution. To do that, you would have to create a store and cache variable function for every time any library or collection page is called to attach this select query somehow on the page or a reference to it so that, even if the user has other pages open, when they eventually come back to the open page for a particular library, then the search within this library will still work, hours later. Those are some of the problems. The question is how do you design this so the extra cached data does not slow down the page load, everytime any user opens each library or collection. For an online server based product, the server would handle it, but Emby is based on the user having a server, so any page load and cache additional lookup has to work for every server design, server speed and OS and not slow the page load. Perhaps only cache this data several seconds after the page loads and only if the user has not clicked on something for say 10 seconds. Also, only show the search button after this delay. That might help. OK, now solve this in a way that can most easily be run by anyone with any list of libraries, collections and playlists, inside genre or tags pages on any version of the server and not have the search code break. Make sure that the user's server does not increase the page load cache right away, so there is no noticible delay. Make sure that all search sub-directories in all locations to all attached hard drives doesn't break when the select query targets only these sub-directories. Then test this new advanced limited search function for all OS, on Web, TV, mobile, different browsers and make sure that any new info that comes up when running the search doesn't cause any page to break or have any part of the search window run off the screen or overlap anything for all screen sizes, mobile, tablet, workstation and TV apps. So those are just the steps to plan it. Maybe stop thinking that it should be easy.
-
Doch habe ich und ich habe heute mal den Server neu installiert. Läuft genauso beschissen wie vorher. ich frage mich wirklich warum man für emby premium Geld zahlen sollte
-
You are most welcome. Also, I discovered a tiny bug, and looking at your screenshot you seem to prefer the blue colors. So, I had a little fun, I think you might enjoy this option. Updates: Fix table hover backgrounds (was using user accent theme colors) New Option: you can say nope to the gold and have everything use a user accent color. Look for this option in the variables: Being easter I didn't have time to fully test it, but on the surface it looks good. /* --- CUSTOM MASTER PALETTE --- */ /* OPTION 1 - USE THE THEMES GOLD COLOR */ --my-gold: rgb(var(--my-gold-rgb)); /* Solid gold fallback for borders and text accents */ --my-gold-light: rgb(var(--my-gold-light-rgb)); /* Brighter gold fallback for highlight gradients */ --retro-navy: rgb(var(--navy-base-rgb)); /* Darkest navy fallback for main backgrounds */ --retro-navy-light: rgb(var(--navy-mid-rgb)); /* Mid-tone navy fallback for panels and cards */ /* OPTION 2 - USE THE USERS ACCENT COLOR PREFERENCES */ /* --my-gold: hsl(var(--theme-primary-color-hue, 204), var(--theme-primary-color-saturation, 100%), var(--theme-primary-color-lightness, 50%)); /* --my-gold-light: color-mix(in srgb, var(--my-gold) 70%, white); /* Solid gold fallback for borders and text accents */ /* --retro-navy: rgb(var(--navy-base-rgb)); /* Brighter gold fallback for highlight gradients */ /* --retro-navy-light: rgb(var(--navy-mid-rgb)); /* Mid-tone navy fallback for panels and cards */ Maybe we should harass Luke now to add in more accent colors Emby Navy and Gold v4.60.css
-
It was just a suggestion, or are we not allowed to express our opinions here?
-
One Actor, two entries with different movies
Happy2Play replied to CasualChuck's topic in General/Windows
Hard to say when it happened on my setup as things have changed over the years. Usually, the only way to fix if refreshing all the content listed in the linked actor as they come from media not the actor itself. But will have to look at media content nfo files if you write them. If I break these down and look at their provider ids only two have same IMDBid, all have same TMDBids, and only two have same TVDBids per difference in NAME. -
Na ja, ich weiß nicht ob das was hilft. Ich glaube, und ich bin wirklich kein Experte, nur, dass Du kein Hardwartranscode hast, wenn Du Emby in einem Docker auf der Syno laufen lässt.
-
[BUG] Critical issues with Metadata Parsing and NFO Ignore for Audiobooks
Flest replied to Flest's topic in General/Windows
(((((( -
Emby Theme: Retro Navy & Gold (W/ Seasonal Themes)
MediaEmby1968 replied to Aleas's topic in Web App CSS
Thank you, this update makes it look fantastic! -
As well as a sub-option of "Enable theme suggestions".
