All Activity
- Past hour
-
Ramaa23 joined the community
-
chii02 joined the community
-
paterson1997 joined the community
-
Afaysal joined the community
-
christinesansen joined the community
-
I also have the same problem. I've tried on Chrome, Firefox and Brave (MacOS Ventura). After 4 seconds the playback fails. On my TV, it work flawless
-
mozomgo joined the community
-
pimo joined the community
-
zjhdopp joined the community
-
kylekou06 joined the community
-
huojian joined the community
-
Bunch of fixes and elements updated.. Looks much better now. Emby Navy and Gold v2.css
- Today
-
diogee started following Login into Web App with HTTP Headers: How can i make it happen?
-
Default Subtitles Not Automatically Selected
emby.trace706 replied to emby.trace706's topic in Android
Subtitle mode is default: Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available. My interpretation of that is that it should be selecting the subtitles that have the default flag, which in my case it seems to be ignoring. -
I’m still not sure what you are asking, sorry.. A movie or show is considered as watched when the progress is 90% or more. The last played filter will give you all items that have been played (more that 2% progress). So if we are talking pure technical terms, then yes - unwatched items will be included. But more practical terms, it will only be items that the user has watched more or less of.
-
New/upcoming movies/tv series. What media do You use?
Apotropaic replied to PeteGul's topic in Non-Emby General Discussion
There’s an app and service called JustWatch, its primary aim is you add what streaming services you have or are interested in. So when you search for a particular film or show it’s shows which service it is available on, or where you can find it to rent/buy/watch. You can also favourite your own shows/movies you like and it will give you recommendations. Trakt is another one although this you can sync with your libraries as well, although I’ve not used it in a few years now so have no idea how well it works now. -
why emby keeping transcode av1 not direct play anymore??
kira yamato replied to kira yamato's topic in Apple iOS / macOS
Is there any update? -
I think my server was hacked
Apotropaic replied to edvinmorales@hotmail.com's topic in General/Windows
Just want to clarify what you mean by ‘DMZ host open’ and port forwarding. Port forwarding is when you allow one port or a selection of ports you specify to a particular host on your network. It also allows you to port map, which is best practise in my opinion so externally you configure your Emby clients to hit tcp port 60666 for example and the port maps it to 8096 or 8920. It just stops casual scanning and easy identification that you have an Emby server in your house. The DMZ option places a single host into a totally open port forwarding area, exposing the OS of machine to the internet. So anyone on the internet can hit your Emby server machine with whatever they want. Effectively placing your Emby server out on the street for anyone to probe and mess around with. You should not need to use both port forwarding and the DMZ host option for the same machine. In fact the DMZ host option should never be used unless you really know what you’re doing and have a security hardened machine. I can go into more detail if you need, for now I would turn off the DMZ host option and maybe just remove all port forwarding altogether until you’ve recovered your Emby instance and know it’s good. -
Have you studied Emby's instructions yet? https://emby.media/support/articles/Connectivity.html Paul
-
Plugin: EmbyCredits, detect end credits and add auto skip.
yocker replied to yocker's topic in Plugins
I've been working on using ItemUpdated (when a file has changed) as a trigger to restore backup for a TV show. Don't know if i can make it work in a way i find okay. -
Plugin: EmbyCredits, detect end credits and add auto skip.
spk2010 replied to yocker's topic in Plugins
Chapter API, only for view Intro Summary yes, it really is slow, it takes about 15 minutes per episode, considering that I have changed these 2 values: Search Start Position I have adjusted it to 5 minutes from the end and the fps to 0.7, I am very happy with the result. Precisely because of how long it takes I restore the last backup before scanning new files -
MediaInfo For Emby Plugin(HDR, Vision, Atmos, DTS:X)
rbjtech replied to Cheesegeezer's topic in Plugins
The Plugin uses two external apps - mediainfo (command line) and mkvtoolnix. It's possible the version of mediainfo that you are/were using is/was different, thus the issue - but the DLL version I posted above, caters for both the old format and new, so it should not matter what version of mediainfo you are using. Can you also let me know what version of mediainfo you are using ? Tks. -
In effetti ho riconfigurato ora e funziona nuovamente. Grazie @exus!
-
si è aggiornato a 1.2.2, è rimasta vuota forse il primo giorno, non se se poi un riavvio aveva risolto la cosa, al momento non mi ricordo di preciso
-
Grazie @exusPer te è ok anche dopo l'aggiornamento di Xmltv alla 1.2.2?
-
Plugin: EmbyCredits, detect end credits and add auto skip.
yocker replied to yocker's topic in Plugins
@LukeSorry for bothering with this but i would love to know if Emby overwriting the chapter markers is intentional or something that will be fixed. It's affecting Embys own intro markers as well plus it creates havoc for this plugin. -
exus started following Xmltv 1.2.2.0
-
uso il tuo stesso indirizzo ma la guida la visualizzo correttamente
-
Plugin: EmbyCredits, detect end credits and add auto skip.
yocker replied to yocker's topic in Plugins
Hmm that doesn't sound like the normal Emby behavior. Never heard of it removing chapter info after play, i will look into what i can find about it. Do you have other plugins that edit chapters? A Raspberry PI isn't really recommended as it's not powerful enough. I'm surprised you actually got any of the OCR to work on it. OCR is a form of AI that reads images/texts and gives back what it sees. For PaddleOCR it's recommended to have a Nvidia GFX card and and 100GB disk space, Tesseract requires way less space but i would recommend a somewhat modern CPU. -
That does not work, probably because the show's folder is not the root folder of the library. If I put .embyignore in the library's appropriate root folder, and then reference the .hidden folder(s) relative to that location, then it works: */.hidden */*/.hidden */*/*/.hidden This seems less than ideal though. There seems to be no way to ignore the folder containing .embyignore like the old system did. If you are going to have * ignore all the files, why not also ignore the folder itself? Or if the containing folder must be explicitly mentioned, give us a way to do it from within the file, e.g. using a dot (.) or slash dot (/.). Or for a root-level .embyignore, give us a way to easily match a pattern at any depth.
-
Plugin: EmbyCredits, detect end credits and add auto skip.
spk2010 replied to yocker's topic in Plugins
Hi, first of all, thanks for the plugin! I have the same problem, the end markers disappear when an episode is played. For now I have solved it like this: instead of using Emby's task scheduler, I launch a script that uses the Credits Detector API. First it checks if a backup exists, if there is one it restores it, then it starts detecting all episodes with /CreditsDetector/StartDetection and "SkipExistingMarkers": true, I wait for it to finish (/CreditsDetector/GetProgress) and finally it overwrites the backup. I would like to comment on another thing, the recommended docker container does not work on my RaspberryPi 4, I had to end up using hertzg/tesseract-server and with another script delete the temp files. again, thanks for the work done!! -
MediaInfo For Emby Plugin(HDR, Vision, Atmos, DTS:X)
kaledi replied to Cheesegeezer's topic in Plugins
Thanks - will try this tonight. The strange thing is that the migration from one PC to another involved me restoring an existing emby back up and the mediainfo files were directly transfered - i.e. same versions. Therefore, I can't see why this should have changed. The one application that may have updated was handbrake and wonde if this is the cause - it has been the cause of previous issues (if I recall correct), by inserting multiple flags for the same thing in the same field e.g. HDR HDR HDR -
MediaInfo For Emby Plugin(HDR, Vision, Atmos, DTS:X)
rbjtech replied to Cheesegeezer's topic in Plugins
Thanks. Checking the code - the strange new format from mediaInfo (it says SMPTE ST 2086 twice for some reason) was already fixed - so maybe I just didn't publish the fix .. "HDR_Format":"Dolby Vision / SMPTE ST 2086 / SMPTE ST 2086", "HDR_Format_Version":"1.0 / ", "HDR_Format_Profile":"dvhe.08 / ", "HDR_Format_Level":"06 / ", "HDR_Format_Settings":"BL+RPU / ", "HDR_Format_Compression":"None / ", "HDR_Format_Compatibility":"HDR10 / HDR10 / HDR10", Save the previous DLL - below is the latest DLL version that I reviewed the code for - this is the very latest but please test on a sample first. v1.0.2.1 Emby.MediaInfo.dll -
@luifrans3were you able to fix your issue, I am at a similar boat. It works in my local network but not when I am trying to connect from outside (remote access). I probably need to setup my router or firewall, can you assist me ?
-
JohnyMc started following Returning to my media screen from 'movie page' returns to the top of page
-
Returning to my media screen from 'movie page' returns to the top of page
JohnyMc posted a topic in Apple iOS / macOS
When viewing a movie page in Emby Server and hitting the back button to return to the full list of alphabetically sorted films it goes back to the top of the page, so you can be viewing a film starting with 'S' and it returns to 'A' meaning you have to scroll through the entire list again to get back to the 'S' films.... Is this normal ?? Cheers -
@seanbuffYes Unraid 7.2.3 I have IGPU Top installed and it shows no action for emby, but works fine for Plex. I even installed Jellyfin to see if it also works there, and it does. So it's Emby exclusive not working. Can it be a licence issue? Transcoding is a paid feature, right? I have a really old emby lifetime licence. Can I nuke the licence and reapply somehow?
-
Mine does not have the trailing slash, and HW acceleration works fine in 4.10.0.5 Did you mean Unraid 7.2.3 ? And you confirmed you have installed the Intel GPU Top plugin?
