Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. 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.
  3. mrtechnologist

    Stuck at Ready to Transfer (Windows Emby App)

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

    Plugin: Home Screen Companion (formerly AutoTag)

    That worked. Thanks.
  5. @Neminemhas been so kind as to help replicate the problem @spk2010has. If no misunderstanding has happened, it look like Embys skip system might have problems sometimes when fast forwarding to many times to fast or resuming a video mid video. It's unrelated to this plugin and does not change the metadata/time stamps of the video and going back and restarting the video usually fixes it. Refreshing metadata, doing rescans and other things can and will in most cases remove the time stamps though, the auto-restore function is made to fix that and is in beta atm.
  6. Back to announce where Watch Party is going from this day onward. I'm in the midst of a major rework of Watch Party's core architecture. Here's what's changing and why. What's happening with 2.0 The entire backend is being restructured from the ground up. Flask is being replaced with FastAPI, bringing a fully documented REST API with interactive docs at /docs. The frontend is moving to Vue.js with Vite, making it a proper single-page application. This means: Full API documentation -- every endpoint documented with request/response schemas. Want to build your own frontend or integrate with other tools? The API spec is right there. Admin panel -- manage all runtime settings from the browser. No more editing config files and restarting the container for every change. Cleaner config -- .env is trimmed down to just boot essentials (bind, port, Emby connection). Everything else is managed through the admin panel and saved to config.json. Participant list and playback actions in chat -- see who's in the party and who paused/seeked. Breaking changes As of 2.0, all 1.x releases will no longer be supported. The configuration scheme changes drastically -- the old .env with 20+ settings is replaced by a minimal .env plus a config.json managed by the admin panel. There is no migration path; 2.0 is a fresh start. Current status 1.6.0 "Synced Popcorn" is the current stable release and will remain available. 2.0 "Midnight Premiere" is in active development on the 2.0-Rework branch. No release date yet -- it ships when it's ready.
  7. cgcmgr

    Cannot Manually Create A New Emby Server

    Just reaching back out. Anyone have a suggestion on why the software encoders aren't there?
  8. Today
  9. danergo

    FireTV: no download?

    Hi! I'm doing now a thorough testing on this. I believe a standard download can not be finished because FireTV turns off before it finishes. I mainly wish to use this to overcome limitations of slow and remote connections during my travels: 1.) Try playing my favourite episode via stream 2.) If it is laggy, let's download my favorite next episode for tomorrow while I'm [sleeping|out in city|beach]. But unnfortunately this has at least 2 blocking issues: 1. Download's status is not visible on Emby server (only very limited way: Transferring) 2. In case FireTV decides to stop Emby, download aborts. BUT when Emby restarts it can not continue the download, but it will rather restart it from zero. Soon I will have logs too. But by any chance is it a known limitation on FireTV that Emby can not continue its downloads?
  10. displayname0504

    Maximum streaming limit error

    Nope, no live TV available. is there a setting, alert or something I can enable for when a user or the server is at max limit? Even though I don't think that was the issue here.
  11. However, the email you sent to billing support cannot be replied to. Says it doesn't exist. Please see: My Emby Key Says it is Invalid or Missing
  12. Micha75

    Nächste Episode bei Serien

    Naja. Habe es versucht. Leider ist im englischen Plugin Threat keine Lösung da für mich. Ich habe die EmbyCredits.dll Datei im plugins Ordner kopiert. Rechte eingestellt auf Lesen/Schreiben und den Emby Server neu gestartet. Leider sehe ich keinen Eintrag im Plugin Katalog als installiert. Mein Emby Server läuft auf einer Synology NAS, da habe ich so nicht gefunden. Schade das es kein offizielles Plugin dafür gibt
  13. Amazon is the one behind the curve here. Should be soon now. However, I want to be clear that, at this time, these new devices are quite limited so you will likely see much more transcoding necessary.
  14. ebr

    Maximum streaming limit error

    Do they watch live TV? Most likely, there were a couple of sessions that had not terminated properly.
  15. Please work with billing support.
  16. I didn't realise you could use an external player with Emby. I presume this could be used to get around the android limitation which causes this issue. Is there anyway to trigger external player on a per-file basis so you can just do it for that file? I tried changing the option in settings, but it means you get a dialogue to select the player on every file you play, which gets old fast, and its only the above list of movies that cause the issue (with no apparent workaround without a huge Shield update), but didnt know if I can long press an option somewhere and select it?
  17. Aleas

    Blue & Orange Theme

    Updates: - Some Variables you can easily control at the top of the CSS (Thanks visproduction!), more to come later. It's a start though. - added in music player mini-osd to reflect the theme. (Music is still a work in progress.) /* Custom Master Palette (Source of Truth) */ --my-gold: #ffb900; /* Main accent color for text, borders, and buttons */ --my-gold-transparent: rgba(255, 185, 0, 0.2); /* Used for selected items, hover backgrounds, and subtle highlights */ --retro-navy: #000814; /* Primary dark background color (used for sidebars, headers) */ --retro-navy-light: #001d3d; /* Lighter background accent (used for panels, popups) */ --retro-glow: rgba(255, 185, 0, 0.4); /* Color and opacity of the glowing drop shadows */ /* UI Dimensions & Shapes */ --hover-border-thickness: 2px; /* Thickness of borders when hovering over cards and inputs */ --standard-border-thickness: 1px; /* Thickness of static borders on panels, dialogs, and banners */ --border-radius-sm: 6px; /* Slight rounding for inputs and small badges */ --border-radius-md: 10px; /* Moderate rounding for scrollbars and dialog boxes */ --border-radius-lg: 12px; /* Pronounced rounding for media cards and info banners */ --border-radius-xl: 15px; /* Heavy rounding for large info panels and login boxes */ --border-radius-pill: 50px; /* Fully rounded edges for navigation tabs and pill buttons */ /* Effects & Animations */ --transition-speed: 0.2s; /* How fast hover effects and animations occur */ --blur-light: blur(10px); /* Subtle frosted glass effect for headers and tabs */ --blur-heavy: blur(20px); /* Strong frosted glass effect for dialogs and media panels */ --blur-extreme: blur(30px); /* Very strong frosted glass for main popup action sheets */ --shadow-glow-standard: 0 0 15px var(--retro-glow); /* The core glow effect applied to active tabs and hovered items */ /* Layout & Ordering */ --order-seasons: 1; /* Media Detail Page: Seasons layout order */ --order-next-up: 2; /* Media Detail Page: Next Up layout order */ --order-cast-crew: 3; /* Media Detail Page: Cast & Crew layout order */ --order-similar: 4; /* Media Detail Page: More Like This layout order */ --order-about: 5; /* Media Detail Page: About layout order */ Emby Navy and Gold v2.11.css Enjoy!
  18. 亲爱的Emby支持团队, 希望你一切安好。 我购买了终身Emby Premiere订阅,密钥为:9876c****************c4ace(官方邮箱)。密钥已在我的Emby服务器上成功激活(运行在NAS上),服务器仪表盘显示为“终身激活”,网页界面与所有Premiere功能完美配合。 然而,所有原生客户端应用都无法识别该激活: - Windows 上的Emby Theater- macOS(Mac mini) 上的Emby Theater- iPhone/iOS上的Emby app。 症状: - 客户端的Premiere设置显示无激活(无绿色勾选) - 尝试使用Premiere功能(如硬件转码、离线同步、DVR)提示“需要付款”或“解锁功能” - 网页浏览器访问[](http://[NAS-IP]:8096)完全正常 我已经尝试过的(多次): 1. 在服务器端(Emby Premiere →仪表盘)停用并重新激活密钥2 .多次重启Emby服务器 3.已清除客户端缓存文件夹: - Windows: %AppData%\Emby-Theater\cache 和 %LocalAppData%\Emby-Theater - macOS: ~/Library/Application Support/Emby-Theater/cache 4.卸载并重新安装所有官方emby.media下载(最新版本) 中的客户端应用5。已验证的服务器日志显示无订阅验证错误 6.已确认网络稳定(无VPN,直接连接,能正常访问emby.media) 7.在不同设备和网络上测试 我的Emby账户邮箱:a1594102008@gmail.com Emby服务器版本:[请填你的版本号,例如 4.8.9.0 或从 Dashboard → 关于查看] 客户端版本:最新来自emby.media(Windows Theater、Mac Theater、iOS应用) 我真的很喜欢Emby,选择了Lifetime套餐,方便多年舒适地使用。非常感谢你帮忙解决客户端同步问题,这样我才能享受我付费购买的完整功能。 请问 :- 手动刷新/同步我的订阅状态,在服务器端? - 能否提供任何已知的解决方案或修复该客户端缓存/激活错误? - 或者建议如何强制客户重新验证终身订阅? 我附上了截图: - 服务器仪表盘显示终身有效 - 客户端 Premiere 设置显示未付费/有限 - 输入密钥后激活成功弹窗 非常感谢您的时间和帮助。期待您的回复。 此致, lbwrong 邮件:a1594102008@gmail.com 地点:西班牙
  19. MediaIntelNUC

    Topwievs in library homescreen broken thumbs

    @GrimReaper Worked it all out! Thanx yet again! N.
  20. Micha75

    Nächste Episode bei Serien

    Vielen Dank.
  21. And Emby behind the curve again.
  22. On the LG G5 (55") OLED TV, the scrolling in the libraries randomly loses position and doesn't scroll down. This is even on 1.0.47. So for example, if I play some music video (Music Video library), then go back to a list under POP genre, then select another video, then go back and try and scroll down the list of covert art for each artist, the screen just stops scrolling down. This is using TV Mode (horizontal view). I think this bug is also on other models of LG we own as well. I have to go back to the list of GENRES being shown again and go back into the genre and select an artist and music video for scrolling to fix. It's like a pointer is lost? I enter Music Videos as FOLDERS view - then a GENRE is shown in that view for POP, Rock, R&B, Soul etc. and then if you click a genre, the ARTIST artwork is then displayed, then the albums under that Artist.
  23. displayname0504

    Maximum streaming limit error

    Both were set to 2 or 4. But neither had a stream going. And they tried again, it did work.
  24. well they got me Is Emby going to be coming out with a version to install on the 4K Select?
  25. Hello same issue i guess. I hope it will solve soon. Apparently lastest beta did not, so i am afraid there is no solution yet
  26. crusher11

    Intros Backup Support Thread

    It no longer functions, because it hasn't been updated in years. A cursory glance at the last couple of pages would have made that very clear.
  27. GrimReaper

    Nächste Episode bei Serien

    Nein, aber falls Sie Fragen haben, können Sie diese im Plugin-Thread stellen.
  1. Load more activity
×
×
  • Create New...