All Activity
- Past hour
-
Dorito474 joined the community
-
jdmorris94 joined the community
-
moinstar joined the community
-
nihuiqin joined the community
-
Guiro2 started following New Plugin: Simkl Scrobbler
-
Hello, I've extended this Simkl plugin (which was limited to "watched at X%" scrobbling) so it offers roughly the same features as the Trakt for Emby plugin. Added: - Real-time scrobbling: start / pause / stop - Resume points synced (Simkl ↔ Emby) - Manual watched / unwatched toggle pushed to Simkl - Scheduled tasks: "Sync library to Simkl" (export) and "Import playstates from Simkl" (import: watched status, dates, resume points) - Ratings sync (movies and shows), add to "Plan to watch" - Multi-user + per-user excluded folders, PIN login Good to know: Trakt's "collection" (no Simkl equivalent) is ignored, and the export never deletes history on Simkl (safety). Compatible with Emby 4.7+ (tested on 4.10), API key bundled in (no developer app to create). Installation: put Simkl.dll in the plugins folder, restart, then Plugins → Simkl TV Tracker → Settings → Log In (PIN). Source code, DLL and docs (FR + EN): https://github.com/Guiro28/Simkl-Emby Releases: https://github.com/Guiro28/Simkl-Emby/releases I won't do much (if any) follow-up here on the forum: for any bug or request, please use the GitHub Issues: https://github.com/Guiro28/Simkl-Emby/issues Based on the original SIMKL/Emby plugin and inspired by the Trakt for Emby plugin. Unofficial fork, use at your own risk. A bit of honesty: I don't really have development skills, so I created this fork mainly with the help of Claude Code (AI). Please be lenient: there may be some rough edges, but it works well on my setup.
-
paulacidonchajimenez@gmail.com joined the community
-
Ni1om joined the community
-
fredynasou joined the community
-
MJalbalooshi joined the community
-
crimsons joined the community
-
Hello I edited the script in lines ~ 42 to 45 # 2) Calculate 20%, 50%, and 80% start times (rounded to 3 decimals) start1=$(printf "%.3f" "$(echo "$duration * 0.2" | bc -l| sed -E 's/\./\,/')" | sed -E 's/\,/\./') start2=$(printf "%.3f" "$(echo "$duration * 0.5" | bc -l| sed -E 's/\./\,/')" | sed -E 's/\,/\./') start3=$(printf "%.3f" "$(echo "$duration * 0.8" | bc -l| sed -E 's/\./\,/')" | sed -E 's/\,/\./') to compesate for regional errors in my zone (decimal places are ',' and I ended the script as follows: # 6) Scale the concatenated preview to 396×704 px # (re-encode video using libx264, drop audio if any) PREVIEW_SCALED="$OUTDIR/${NAME}_preview_${MAX_TOTAL}s_396x704.gif" ffmpeg -y -i "$PREVIEW_RAW" -vf "fps, scale=704:396" -loop 0 "$PREVIEW_SCALED" echo "Done:" echo " • Extracted clips (video-only): " echo " $CLIP1" echo " $CLIP2" echo " $CLIP3" echo " • Concatenated (raw) preview: $PREVIEW_RAW" echo " • Final 396×704 px video preview (video-only): $PREVIEW_SCALED" rm -v "${CLIP1}" "${CLIP2}" "${CLIP3}" "${CONCAT_LIST}" "${PREVIEW_RAW}" to remove all the auxiliar files created and produce a gif instead of an mp4 I place the gif in the movie folder as : movie_name-default.gif or movie_name-thumb.gif. But I do not get the animated thumbnail to work. Only the first frame for the gif. I do not understand from this thread if the video shown of the animated thumbnail working is a suggestion of how it would eventually work or if someone has made it happen. My emby is in a nas Server that I acces from the web on chrome
- Today
-
Transcode Failure for MPEG-TS Recordings on Samsung TV — "No compatible streams available"
SamES replied to Ladiesman0217's topic in Live TV
Are there any ffmpeg/transcode logs when they attempt to play? -
heffeque started following Vibe-coded app adds a 3D video rental storefront
-
This is pretty dumb, but I find it amusing: https://www.tomshardware.com/software/applications/vibe-coded-app-adds-a-3d-video-rental-storefront-to-your-jellyfin-htpc-self-hosted-open-source-project-brings-back-memories-of-browsing-for-vhs-tapes-on-saturday-afternoons Maybe someone wants to add it as a plug-in or something for Emby. Cheers!
-
It often happens that when I start playing music via Emby, I can hear it clearly in my vehicle, yet Android Auto reports a problem with Emby. Consequently, I cannot control the music using the steering wheel controls or the car's display. It is worth noting that I also tested this with other applications like Spotify and Wavio and did not encounter the issue, whereas Emby appears disconnected.
-
A simple instruction for a simple tv channel setup in virtual tv Click +Add New Channel in the pop up window enable channel for users you want to view it Enter a channel Name Enter a channel Number Add Logo Url if using (I leave channel Primetime at 00:00) In playback method i use Continuous Playback (Live) In Common Conditions Emby User (I created a new user just for VirtualTv so that watched and part watched are not changed for any user other than VirtualTV) Channel Content Source Rules Channel Content Type Select if you want jsut TV Show content or just Movie content or even Mixed content. Sort Program By I have random series and random episodes when TV Shows Further down you see Rules select the folders that have your media for your tv channel Then set any specific requirements for virtual tv to select media Example - In one channel I have a Classic BBC 1 channel, so I put in Studios (BBC One) this searches all TV shows with a studio of BBC One and adds them to the channel. then you should be able to click save and close. I then click Force Refresh Guide Data and wait. Depending on your server specs as to how long this might take.
-
Yes you need the beta version as that is what currently adds the spotlight features that this uses
-
Add Refresh Metadata permission to non-Admin users
GrimEvil replied to CBers's topic in Feature Requests
Will we agree to disagree -
HW acceleration (decode + encode) with RK3568?
softworkz replied to danergo's topic in Feature Requests
Hm, the Orange Pi is hard to get. I even wonder whether they have gone out of business. orangepi.org is down, orangepi.com redirects to an odroid-only store. The shop on Aliexpress seems to be completely empty - at least from my location and avaiability is scarce everywhere. -
4.9.5.0, didn't know I had to run a beta version to make it work, ..thank you seanbuff ,.. I will try this tomorrow.
-
Plugin: EmbyCredits, detect end credits and add auto skip.
yocker replied to yocker's topic in Plugins
New Beta version in the catalog (v2.7.0.0) for those who dare. Added: 1) Support for locally installed Tesseract OCR, a locally installed Tesseract does not require docker. 2) Ability to run multiple PaddleOCR sessions at once, this way you can run detections on multiple files at once with PaddleOCR. Please note: This requires a powerful and/or dedicated computer to not create bottlenecks. 3) Improved chromaprint detection slightly. Bug fixes: 1) Episode comparison when running chromaprint detection would compare episodes against them self. 2) Clean up would in rare cases fail to clean up causing a small memory leak. 3) Other fixes and optimizations not noticeable to users. -
It’s amazing how far low-power hardware has come. An N100 system using only a few watts from the CPU can still handle a respectable amount of media transcoding. For a home server or NAS, that seems like a really practical sweet spot.
-
Why do trailers in the windows app have ads but not the web app?
Mahinepua replied to Mahinepua's topic in Windows & Xbox
No and it’s not an issue with the android client nor did it happen with the old windows app. -
Nope. Almost all of emby uses /emby. The web uses /web. So you allow those (and a few other things I have documented here in the past), and you have a secure from bots system.
- 287 replies
-
- cloudflare
- how-to
-
(and 1 more)
Tagged with:
-
MAX92 started following Problème transcodage avec EMBY for windows
-
Voici un bug que je remonte du lecteur EMBY sur Windows, pas la version web et uniquement sur quelques films (sans que je vois de rapport en eux) EMBY lit sans problème les films quand il n'y a pas de transcodage. Par contre, sur certains films, dès qu'il faut du transcodage, il n'y a plus d'image. Je peux transcoder pendant la lecture du films, aucun soucis. Par contre, si j'arrête la lecture, dès que je lance à nouveau le film, je n'ai plus que le son. En plus je ne vois rien sur le tableau de bord qu'une lecture est en cours. Si je fais en sorte de ne plus avoir à transcode, tout revient dans l'ordre Ce soucis est uniquement visible sur la version windows, pas de problème sur la version Android ou web. A disposition pour tout complément. embyserver (1).txt ffmpeg-transcode-3de12994-c923-44a4-ad25-1fcdaeedac6d_1.txt ffmpeg-transcode-92f6aeb8-c1c8-4a31-9493-c7c944ce46f3_1.txt ffmpeg-transcode-7ad9c002-a174-444d-a9f1-509ebf9912cb_1.txt ffmpeg-transcode-c21b1cc0-193c-41a3-b4c0-bde049f00f5a_1.txt ffmpeg-transcode-5f02b5f5-212e-4e39-85ee-d5c95432f1bd_1.txt ffmpeg-transcode-462faf4b-11ae-4623-8a22-1db0ac7f12b5_1.txt ffmpeg-transcode-688e0888-c181-4da5-85d5-edde0fde6650_1.txt ffmpeg-transcode-2d432453-47a3-481d-9edb-cf12d7601572_1.txt ffmpeg-transcode-b35569a0-9e62-4b03-bd96-5514b2854b5a_1.txt
-
ekpen started following Server updates always messing up my collections
-
Hello: Emby on Ubuntu 26.10 Each time emby server is updated, my collections will no more hold together. I have to almost start all over, grouping my mkv. Is there anyway to prevent this from occuring ? thanks. George Omoregie.
-
After reinstalling tv and all apps it works. Thank you
-
Transcode Failure for MPEG-TS Recordings on Samsung TV — "No compatible streams available"
Luke replied to Ladiesman0217's topic in Live TV
We release new usb builds fairly frequently and it takes a long time to get updates through the store review process. -
Add Refresh Metadata permission to non-Admin users
Luke replied to CBers's topic in Feature Requests
I think in general we do plan to have more granular permissions over what users can do. -
Add Refresh Metadata permission to non-Admin users
CBers replied to CBers's topic in Feature Requests
I can't believe that you check every single item and check that every piece of related metadata is there, especially when some of it is not even available online. If it was a security risk, then Luke would have said so 4.5 years ago, but here we are. Enough said, let's wait for Luke. -
Add Refresh Metadata permission to non-Admin users
GrimEvil replied to CBers's topic in Feature Requests
I have a lot of users and no I do not have missing metadata because I as the owner manage and update it. I do check every item in my library as that is my job, I have a VERY large library. I know what you asking looks to be trivial to you, but to other people they can see how this could cause a major issue, security is based on least privileged access and what you are asking is to give a user more access than what is really required, I do understand your point but to the majority it is not something we whish to allow. -
softworkz started following Why do trailers in the windows app have ads but not the web app?
-
Why do trailers in the windows app have ads but not the web app?
softworkz replied to Mahinepua's topic in Windows & Xbox
Do you have an adblocker extension in the browser perhaps? -
Add Refresh Metadata permission to non-Admin users
CBers replied to CBers's topic in Feature Requests
Perhaps you don't have any users, or they are happy with missing metadata. Do you check every single item that is added to Emby to make sure all of the metadata is available, or do you see missing metadata when you're about to watch something and then refresh the item to have it added? That's all I am asking for, not the crown jewels! If it's not going to be added, then perhaps @Lukecan confirm this, then this will all be put to bed. I'm fed up answering comments from people not wanting the option. It's not a security risk, it's not affecting any metadata already there, it's just filling in missing metadata -
Optimising Screen Updates and User Experience in the GenericEdit Framework
softworkz replied to ginjaninja's topic in Developer API
Thanks for retesting. You can also test the backbutton in tabbed view again. At least in the web app, it might be fixed. -
Wouldn't that block all access to the server?
- 287 replies
-
- cloudflare
- how-to
-
(and 1 more)
Tagged with:
