Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Hello, When i select an existing library to edit the media sources, the first field cannot be changed (you can highlight it, but cannot change it). As a workaround I have to add the new path and remove the old one. Doesn't matter if I was running as a service or not, same issue. Thanks, Erik
  3. IAmHugh

    New theme - Plex inspired look

    I'm just going to leave this here.
  4. Seemed like a good idea to jump in and say that I'm seeing this intermittently as well. Press play, the video starts, the sound is fine, but the picture is a black raster most of the time. Sometimes the picture is a dirty gray raster instead. At first, I thought restarting the hardware was the solution. But I later discovered that it's necessary only to quit and re-launch the Emby client to clear the error. For a while.
  5. mzillos

    New theme - Plex inspired look

    Nice Job, I was starting to get tired of Emby, this theme just gave it life. But you could have just left the Dashboard with the original Emby Theme
  6. wookie_jmc

    Windows app not recognising Emby Premiere

    My issue still persists. I double checked that TinyWall excepted Emby for Windows. The app still shows my premier key and I hit save on that page. The app responded that my key had been saved, but trying to play anything still fails. The error comes up that I don't have a Premier Subscription. I have other Windows and Linux machines with the Emby app and none of them are showing this behavior. They work correctly with nothing unexpected. Should I include logs or try some other t-shooting steps?
  7. Today
  8. bobbee001

    Emby backup restore

    close
  9. Alcyone7

    Collection wide db edit / Filter

    For anyone else who wishes to remove the crew roles from the shows/movies, I have a Python script that will do this for you in seconds. It includes instructions on how to use within the header... by default this makes NO CHANGES - you must personally modify 1 line of code to commit the changes. Before I post it, I will check that Luke is okay with this being uploaded as an attachment first. If he agrees, I will post the Python script as an attachment. As always, the Python script WOULD BE supplied as is, and to be used wholly at your own risk. ALWAYS MAKE A BACKUP COPY OF YOUR LIBRARY.DB BEFORE MAKING ANY CHANGES.
  10. BarneyGumble

    Plugin: EmbyIcons release.

    I have problems with „zxx“ audio tracks. I created custom image and named it lang.zxx.png but it won’t be shown as overlay. The pictures lang.ger.png and lang.eng.png work as expected. what can I do?
  11. I reinstalled the emby server which appears to fix the issue. I have another PC with the same libraries, different drive letters. Are there files that I can copy to the newly installed server and then just change the drive letters?
  12. I reinstalled the emby server which appears to fix the issue. I have another PC with the same libraries, different drive letters. Are there files that I can copy to the newly installed server and then just change the drive letters?
  13. Smitty018210

    Further Horizontal Home Screen Customization?

    You should take a look at beta server section. I don't use it myself, but I know they are making a ton of home page changes for upcoming server version.
  14. sh0rty

    Plugin: ShowtoEpisode

    Works like a charm! Thanks!
  15. Turns out image size does work but requires a restart. So changing it to smaller gets a lot more on the screen which is nice. Notably it still doesn't change the left section at all. But this is pretty good.
  16. Smitty018210

    Overview in Playlist view

  17. GrimReaper

    Overview in Playlist view

    Yeah, Dev opted for longer way around: click three-dots>select Go to Item in the dropdown.
  18. Smitty018210

    Overview in Playlist view

    Sorry to bump an old request, but how and why something so useful still has not made its way to the UI for playlist?
  19. 3 logs attached. A. 2 New Episodes - No Webhook - Working Fine.txt Working as I would expect with the new episodes intro timestamps added successfully. B. 1 New Episode - No Webhook - Not Working.txt Not working as expected, fingerprint created but intro timestamps not added. C. 1 New Episode - With Webhook - Worked Around.txt Using webhook to fire "Detect Episode Intros" task after media added, scan behaves same as B, but task adds timestamps successfully. These lines seem to tell the story of what's going on: 2026-06-14 01:01:43.868 Info App: \\NAS.MyLAN\Videos\TV\From\Season 4 has 2 episodes with audio fingerprints available 2026-06-14 01:01:43.910 Info App: Best title sequence for \\NAS.MyLAN\Videos\TV\From\Season 4\From S04E08.mkv is 00:04:23.1840796 - 00:06:22.5870646. Confidence: 0.9 2026-06-14 01:01:43.949 Info App: Best title sequence for \\NAS.MyLAN\Videos\TV\From\Season 4\From S04E09.mkv is 00:08:00.0995024 - 00:09:59.5024874. Confidence: 0.9 2026-06-14 01:01:43.957 Info App: \\NAS.MyLAN\Videos\TV\Criminal Record\Season 1 has 0 episodes with audio fingerprints available vs 2026-06-14 01:10:58.373 Info App: \\NAS.MyLAN\Videos\TV\From\Season 4 has 1 episodes with audio fingerprints available 2026-06-14 01:10:58.389 Info App: \\NAS.MyLAN\Videos\TV\Criminal Record\Season 1 has 0 episodes with audio fingerprints available 1 New Episode - No Webhook - Not Working.txt 1 New Episode - With Webhook - Worked Around.txt 2 New Episodes - No Webhook - Working Fine.txt
  20. Mike_S

    Last.FM 1.0.29.0 Plugin Issues

    Huh, it worked for me too. Thank you!
  21. ProjectBlue

    Windows app not recognising Emby Premiere

    There's no way to know for sure I guess... but the fact that a second person had this issue (wookie_jmc above) and as previously noted; there was nothing being blocked, no changes to the machines or network before this issue started and the only change was that the Emby app updated to the latest version on both machines... Seems like pretty sound logic to me, VM's have nothing to do with this - I'm just lucky they were VM's so that I could quickly fix this.
  22. sinus66

    Wartungsmodus

    alle Android Apps ...Windows apps von emby zeigen es an.Einen neuen Test mache ich morgen früh da meine Familie gerade etwas schaut. Danke und Grüsse aus Germany
  23. horstepipe

    api key exposure when opening a pdf

    If one does that, sure. Like if one examines client logs. but as initially said the way this is handled now is too obvious.
  24. atcronin

    Generate intro markers when media added is not working

    I am having the same issue by the looks of it. my workaround is to setup a webhook to trigger the "Detect Episode Intros" task when new media is added to my TV libraries. Guide: 1. note down the "Detect Episode Intros" scheduled task id from the url of the page where you add triggers to the task 2. create an api key - call it something relevant like "detect intros webhook" 3. add a webhooks notification under "{USERNAME} Preferences > Notifications" - will need the webhooks plugin installed. 4. call it something relevant like "Fire Detect Intros Task after Media Added" 5. set the url to: https://{EMBY_URL}/emby/ScheduledTasks/Running/{TASK ID}?api_key={API_KEY} filling in the correct URL,TASK_ID and API_KEY looking something like this: http://locahost:8096/emby/ScheduledTasks/Running/41025d42ea034a89558382b16c965757?api_key=6fc562cf56074bb093ef814487c8039c 6. set request type to application/json 7. Select "New Media Added" under library 8. Optional, set "Limit library events to" to TV libraries with intro detection running during scan. 9. Save 10. Test it's working.
  25. bobbee001

    Emby backup restore

    I have been running the emby auto backup. It creates the following folder. emby server databases, emby server- backup-full, programdata I just reinstalled the emby server. How can I restore all my libraries etc ?
  26. Related? https://github.com/brave/brave-browser/issues/44301 https://www.reddit.com/r/brave_browser/comments/17sedjr/no_sound_on_any_website_using_brave_browser_solved/ From search: https://duckduckgo.com/?q=brave+browser+unable+to+play+surround+sound+center&ia=web
  27. Maisy

    Last.FM 1.0.29.0 Plugin Issues

    Even though the plugin has that error I ended up trying: unchecked enable for scrobbling, then entered my password in place of the code showing already ... and rechecked enable for scrobbling, hit Save and it saved without error and is now working to scrobble music I play to my Last.fm profile.
  1. Load more activity
×
×
  • Create New...