Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Angely4

    No se

  3. asgard25

    EmbyWatch Web

    What is EmbyWatch Web? EmbyWatch Web is a browser-based application designed to monitor, manage, and control your Emby Media Server remotely. Unlike the Android version, no installation is required. It runs directly in any modern web browser. Compatible with: Windows / macOS / Linux Android iOS (iPhone / iPad) Tablets Chromebooks Smart TVs with a web browser This means everyone — including iOS users — can access it without platform restrictions. What Does EmbyWatch Web Do? EmbyWatch Web is built for: Real-time session monitoring User and permission management Remote server control Viewing logs, statistics, and scheduled tasks Main Features Category Description Real-time monitoring View active sessions: who is streaming, what media, playback progress, codec, bitrate, and device User management Display users, recent activity, permissions, and send messages Connected devices See all connected clients (TVs, browsers, phones) with device details and connection time Library overview Access all media libraries (movies, shows, music, photos) with item counts and stats Scheduled tasks View and trigger tasks (library scans, cleanups, metadata refresh) Plugins Check installed plugins, versions, and update availability 🖥 System information Server technical details (OS, Emby version, IPs, ports, uptime, CPU load) Logs & history Browse detailed logs with filters (user, event type, time range) ▶ Remote playback control Start or stop playback remotely (if permitted) Highlights Works on any modern browser Fully compatible with iOS devices Fast and responsive interface Available in multiple languages Ideal for administrators managing shared servers Advantages Over the Android Version EmbyWatch Android EmbyWatch Web Requires installation No installation required Android only Works on all platforms Updates via Play Store Instant updates via web Android widgets Accessible from anywhere Limitations Requires web access to your Emby server Some features require administrator permissions Performance depends on browser and network quality Not a full media player — focused on monitoring and administration https://embywatch.app/app
  4. GrimReaper

    Hide Playlists from Included In section?

    Try this version, it should handle larger number of items better: playlist_row.js
  5. Veector

    Blue & Orange Theme

    Ok, I figured it out, definitely not the fault of the CSS. When a page loads and it detects that some content is http and some content is https, it disallows the http content. When I login from the URL https://app.emby.media, it will disallow all my other content served from http://myipaddress So the JS that enables the disclaimer and the CSS injection via javascript don't work. However, when I load the page from http://myipaddress from the beginning, all the content and the CSS is displayed correctly. Hope this helps someone else.
  6. Today
  7. I use DDNS client built into my router so couldn't help you there and honestly I don't know all that other stuff you have in there. Below has served me well for years now. You actually don't even need the logging piece, since it's (in my humble opinion) horrible to read, I just never bothered taking it out. This my Caddy file (caddy with no file extension) { email myemail@gmail.com } emby.mydomain.com { log { output file C:\caddy\logs\emby_access.log { roll_size 5MiB # Set max size 5 MB roll_keep 2 # Keep at most 2 log files roll_keep_for 96h # Keep log files for 4 days } } reverse_proxy http://localhost:8096 } Also, delete everything out of C:\\Users\\myusername\\AppData\\Roaming\\Caddy\\locks and C:\\Users\\myusername\\AppData\\Roaming\\Caddy\\Certificates Turn OFF Remote Connections to Emby (as is now handled by reverse proxy) Type Caddy look at all the junk fly by, test from a smart phone NOT on your Wifi, close the caddy box, proceed to creating a window service to run caddy so you it runs in the background without the window, start the service then profit.
  8. Veector

    Blue & Orange Theme

    Yep. That was done as well. I've inspected the HTML/CSS as well. The code is not making it to the page. I also see that any login disclaimer I enter does not show. Going to have to investigate some more.
  9. What format is your music file? Is it transcoding, etc?
  10. I can't seem to duplicate the problem and followed your steps exactly on my Shield.
  11. LongMan

    Plugin: Home Screen Companion (formerly AutoTag)

    I updated my production server and I am loving this plugin. Sweet. A potential feature Best Movies/Best Series/Most Popular based on the if more than a specific number of users have watched it. Here I am not speaking of play count because if a user is interrupted many times while watching a movie, it may have a high play count because of the stop/start. Also, if a movie is draining, it could be watched over multiple sessions, again giving a high play count. What I a looking for is the movies that more than x users have watched. Something like User Watch Count. What are your thoughts? Is it feasible?
  12. horstepipe

    Resuming With WebStreams

    @Luke anything that holding you up pushing the update to the catalog?
  13. user24

    Hide Playlists from Included In section?

    @GrimReaper Thanks for the script... I played around with it for a bit. With a simple 1 Collection, 1 Playlist it works perfectly, but with more Collections there seems to be SPA/DOM timing issues??? Here are some results: C P works well C C C C P P works, though the spacing between all cards, in the new Playlists row only, is much wider than normal C C C C C C C C P P P P P P only the first P appears in the new Playlists row, the rest remain in the new Collections row, with a one card 'missing' gap from C to P (picure below) C C C C C C C C C C C C C C C C P P P P P P P P everything remains in the new Collections row I'm not asking/wanting you to troubleshoot it for me (unless you want to for yourself). Just reporting on what I found and it was worth trying. I also have some additional complications when using this with my unrelated custom CSS that massively rearranges 'everything'. Anyway, this has at least got me started and I now have a couple of new ideas to try next: Hide the 8 playlists, that are annoying me right now, with CSS by targeting their specific IDs (short-term, not scalable) Use API to target Collections and Playlists for separating them (long-term, hopefully a viable solution) Thanks again for your help!
  14. Hi, I updated to the latest version. But as a matter of fact there are more problems now. A. The player issue is the same. However, it does shows up now, but ONLY ONCE on the first track I want to play. B. After that, when I choose another track, the player doesn't show up anymore. C. Then I still must go to home first, click the top bar, THEN the player opens again but everything hangs immediately for 15-20 seconds. In the meantime, while hanging the music keeps playing, but zero control. When the hanging is over, I get the player and I can stop the music. D. But then again clicking a track, it plays it, but again without player. I checked and the version is indeed 3.5.30. Worse than the previous older version 3.4.91.
  15. arrbee99

    Blue & Orange Theme

    Personally I find swearing to myself helps, otherwise maybe/possibly clear browser cache ?
  16. when you have the same movie in two different library folder paths - like the A: Drive for one and another drive path for the other, then they should appear as a multi-version item with a drop down to choose the version and also you have the option to split the two items In my test where I have the same movies folder on a C Drive path and also an H Drive path, the movie shows as having two versions When you scroll down to see the media info details, you will have the two paths shown and also the option to split And if you do the split, you will have two instances of the movie one relating in my case to Drive C and the other to Drive H
  17. Veector

    Blue & Orange Theme

    So, I've cut and pasted all the contents of the CSS file into the section of the General tab, restarted the server and refreshed the page, but still nothing is showing. Am I missing a step?
  18. jerkrl

    Blue & Orange Theme

    Thanks! One qusetion: where can I adjust the cast's radius of the oval. I like it to be a bit more rectangle instead of it being an oval.
  19. The latest version 3.5.30 is also available on GitHub if you want to sideload. https://github.com/MediaBrowser/Emby.Releases/tree/master/android
  20. 3.4.91 is a pretty old version, 3.5.28 is available in the play store. You don't have to sideload the app onto a shield but when you're searching you may have to search "emb".
  21. Hello, trying to get a certificate now for the past three days. My Caddyfile is like so mysubdomain.dedyn.io { reverse_proxy http://localip:port tls { dns desec { token "mytoken" } } } I get the add on for dedyn and make the new caddy file in xcaddy. I run caddy by caddy start. It's happy until it gets to 2026/03/22 16:02:31.017 ←[31mERROR←[0m tls.obtain unable to unlock {"identifier": "mysubdomain.dedyn.io", "lock_key": "issue_cert_mysubdomain.dedyn.io", "error": "remove C:\\Users\\myusername\\AppData\\Roaming\\Caddy\\locks\\issue_cert_mysubdomain.dedyn.io.lock: The system cannot find the file specified."} 2026/03/22 16:02:31.017 ←[31mERROR←[0m tls job failed {"error": "mysubdomain.dedyn.io: obtaining certificate: context canceled"} 2026/03/22 16:02:31.017 ←[34mINFO←[0m shutdown complete {"signal": "SIGINT", "exit_code": 0} Emby is set up to public ports are 80, 443. I do have secure connections are handled by proxy. What is the issue? Is there a better DDNS to use (that's free)? That's more easy to make a certificate? Thanks
  22. b0ao692mc

    custom subtitles font

    Hello there, it would be a great idea to add that feature in order to let us choose the best display font according to the TV set resolution. Actually, the font chosen isn't the best for screen display.
  23. App & Device Details: Server device: QNAP NAS TS-431KX, v4.5.4.2374 Emby Server App: v4.9.3.0 Client device: NVIDIA Shield Pro Emby Client App: Emby for Android (phone version sideloaded, NOT Android TV app) - Version: 3.4.91 Network: Local Gigabit LAN (no VPN/remote) Steps to Reproduce: Launch Emby Android app on Shield. Navigate to Music library > Select an album or artist > Play a specific track from the list. Audio starts playing (I hear the track), but there is NO now-playing screen/player, nor a play bar. No controls are visible. Must go to Home > Dashboard > Click top now-playing bar to access pause/stop/lyrics. Expected Behavior: Player UI opens immediately on track select with play/pause/next/lyrics controls (as in phone mode) OR a play bar must appear to control the track being played. Tried Fixes: Cleared app cache/storage, force stopped, Shield reboot. Playback settings: Audio renderer=Device default, disabled passthrough/background audio. Display theme=Day. Issue persists across tracks/playlists. I sideload the phone APK on the NVidia Shield Pro for lyrics support (TV app lacks it), but music player hides post-select. Any setting or APK fix? Thanks!
  24. crusher11

    Plugin: Home Screen Companion (formerly AutoTag)

    @soderlundis combining multiple source types still in the works? Can't update to the latest version as yet; I'm waiting for the bugs in .6 to be dealt with before I update my server.
  25. Interresting, this is still going on. I reported this 2 years ago. I had the same issue on 2xLGs which transcoded from DTS to AC3.
  26. mrtechnologist

    Stuck at Ready to Transfer (Windows Emby App)

    Is Windows Emby app not able to download movies or series for offline viewing?
  27. shinedou

    Plugin: Home Screen Companion (formerly AutoTag)

    That worked. Thanks.
  1. Load more activity
×
×
  • Create New...