Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. When going to a Live TV channel and opening it's detail page you can see the buttons for Play, Record, etc.... can a custom plugin add buttons to the UI there? Overall goal would be to add "Play from beginning" button if that movie/episode is in the library.
  3. No rush, both persists with 2.1.4.
  4. Lyfesaver

    How to Map/Point to Custom Series?

    Sorry for not getting back sooner but after much struggle I just decided to cheat. I could not get the library edited, could not get the metadata extracted, so I just used my local Hermes LLM to generate NFO files from scratch for each game getting the data from thesportsdb and Wikipedia (using web searches which took time as I restricted hitting the site 10 games per minute). I then had Gemini and GPT both verify the data (out of 472 game spanning 4 leagues only 60 or so had bad data). After that I picked 25 games at random to manually verify and all of them were right so I just accepted the results. By forcing myself to go this route I ended up with more games having metadata and more metadata across all games, so it turned out to have a net positive result. Thank you to everyone who tried to help.
  5. nospotify

    Why is Emby scan overriding settings?

    I have individually inspected each of the 130 tracks across 5 albums, including the extended tags (as discussed earlier in this thread) and not one has a MusicBrainzID in it. When I explore Emby's "Item Data" for the ALBUM (attached) it shows MusicBrainz not enables as a provider, and yet there at the bottom is the MusicBrainz id. I have done the scan of a folder, I have renamed the entire album folder and rescanned the library, and I have done the full Emby dance of removing the folder entirely from the hard drive, scanning, and then putting it back before scanning again. Is there a way to make sure that your database is fully cleared In case there are some weird artifacts still being preserved in your database, so I could start again from scratch and make sure that we are looking only at fresh files being imported?
  6. Today
  7. Hi, I saw some discussion that the newest Server version (or possibly the current Beta) might have some features that allow for home screen customization? Is there a good thread to follow on that, or if anyone has an opinion they could share on if it's worth upgrading to that version? Thanks!
  8. What version number of the app are you testing with?
  9. Yesterday
  10. Luke

    Playlist of 3009 items shows 1000

    Hi, we’ll take a look at it. Thanks for reporting.
  11. Hi, yes we should have it out soon. Thanks.
  12. Luke

    Why is Emby scan overriding settings?

    Did you check all of the tracks? Most likely one of them has the musicbrainz id embedded. It could also be embedded in a way that Emby is checking that your editor isn’t showing.
  13. Lessaj

    Container Health & Warning

    Aha, that's the problem. Generally a pretty common util to have, but maybe have to fully qualify the path for it based on the error. I assume it runs the command in the container so if you can get into the shell and find out if it has curl and where it is, the full path might work. It's usually /usr/bin/curl.
  14. Casperfan

    List of actors

    The metadata was imported by *.nfo files. The nfo files were created with "MetaX" software program. As you can see Jason (1) is now listed as; Jason 1 (as the role) Jason's swim race 2020-04-22.nfo
  15. DoingBobThings

    Container Health & Warning

    LOL Yeah, it'd probably be a good idea to check that, I suppose. OCI runtime exec failed: exec failed: unable to start container process: exec: "curl": executable file not found in $PATH: unknown
  16. Lessaj

    Container Health & Warning

    Sorry, not familiar with this tool. What does the Health tab show? I doubt Layers has anything to do with it.
  17. DoingBobThings

    Container Health & Warning

    Updated with: healthcheck: test: ["CMD", "curl", "-f", "http://192.168.1.100:8096/System/Ping"] interval: 1m30s timeout: 10s retries: 3 start_period: 30s However the issue with the red warning still remains.
  18. Lessaj

    Container Health & Warning

    I would do the health check as http://xxx.xxx.x.xxx:8096/System/Ping instead.
  19. I’m digging into this, but was on the road a few days for work. I released 2.1.4 today. If that doesn’t fix your issues, I’ll have to keep digging. I appreciate the feedback.
  20. It works the way Luke describes in Web and Android app for me.
  21. Mezmerize

    Aperture - AI-Powered Recommendations for Emby

    Been through the posts, it's not like you've not tried to solve it haha, bummer, but thanks for trying to solve the duplication. Gonna try adding collections
  22. DoingBobThings

    Container Health & Warning

    Howdy, folks. Long time Emby user, just migrated to a UGREEN 4800 and have been having a crash course in Docker. I have Emby server up and running, but wanted to add a Health Check statement to the compose file. It seems to be working but I have a red dot indicating a problem. Taking a deeper dive (using Dockhand) I came across this. Could this be the issue? If so, I have no idea how to correct it. I'd be grateful for some help to point me in the right direction. Thanks in advance! services: emby: image: emby/embyserver:latest container_name: emby restart: unless-stopped network_mode: bridge ports: - "8096:8096" - "8920:8920" environment: - UID=1000 - GID=10 - TZ=America/New_York devices: - /dev/dri:/dev/dri healthcheck: test: ["CMD", "curl", "-f", "http://xxx.xxx.x.xxx:8096"] interval: 1m30s timeout: 10s retries: 3 start_period: 30s volumes: # Emby application data - /volume1/Docker/Emby/config:/config - /volume1/Docker/Emby/cache:/cache # - /volume1/Docker/Emby/transcode:/transcode # Shared media (read only) - /volume1/Media:/media:ro
  23. sa2000

    Unable to uninstall

    Are there lots of apps using D:\Users\garyw\AppData\Roaming Or just Emby Server? I can help you with sorting out Emby. I will assume you sort out other apps by uninstalling / re-installing on C So shutdown Emby Server Copy Emby Server area to the C Drive Copying D:\Users\garyw\AppData\Roaming\Emby-Server to be here C:\Users\garyw\AppData\Roaming\Emby-Server Similarly - if this exists Copying D:\Users\garyw\AppData\Roaming\Emby-InstallLogs to be here C:\Users\garyw\AppData\Roaming\Emby-InstallLogs Then once that is done, change the environment variable for APPDATA to be the default for windows. I do not know how you managed to get it set to be APPDATA=D:\Users\garyw\AppData\Roaming You need to get that value for APPDATA back to the default which would be C:\Users\garyw\AppData\Roaming Once that is done, reboot windows Then with Emby Server shutdown, re-install Emby Server It should now go into the %AppData% area on the C Drive In a command window, you can type in this command to confirm the path echo %AppData% This does not affect Emby Server as it does not get installed there. The environment variables snapshot you sent me shows C being the default for Programs ALLUSERSPROFILE=C:\ProgramData CommonProgramFiles=C:\Program Files\Common Files CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files CommonProgramW6432=C:\Program Files\Common Files ProgramData=C:\ProgramData ProgramFiles=C:\Program Files ProgramFiles(x86)=C:\Program Files (x86) ProgramW6432=C:\Program Files PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules There is one env variable relating to a program on the D drive MOZ_PLUGIN_PATH=D:\Program Files\Foxit Software\Foxit PDF Reader\plugins\ I will leave it to you to sort these applications. My advice is to stick to windows defaults - so if the C Drive is the home drive then uninstall everything that is on the D drive and re install on C
  24. MBSki

    Playlist of 3009 items shows 1000

    I think I reported this 2 years ago. I can't believe this is still an issue. Maybe we'll get more attention on it now. Glad you reported.
  25. Feedback: With new v2.1.2 still says Radarr needs to be updated (with older version than installed) and tv shows still named movies and counts 0.
  26. nospotify

    Why is Emby scan overriding settings?

    @LukeSee below. And as an extra data point for you, .nfo files for each of the albums have not been created in the file structure since deleting the earlier ones and doing the Emby dance described above. Then I turned off Artist Metadata Downloaders, but same problem. Where the heck and why is Emby still retrieving MusicBrainz Album ID, only at the album level?! It is not in each mp3 file's metadata in either MP3Tag nor in each file's individual metadata in Emby, just at album level and screwing with user-defined year metadata.
  27. BruceCPippin

    Playlist of 3009 items shows 1000

    I have a Playlist that has a verified 3,009 unique items. This number is seen on the Playlist screen before starting it. Once started, the Playlist total is only 1,000 in the bottom right corner. Is this a limitation of the Playlist, a limitation of the interface or something else? Thanks in advance for you input.
  28. Guynamedg

    Unable to uninstall

    Thanks. I have checked and Appdata would fit. Does that mean that Program Files and Program files (X86) on D:\ would also move? They could fit also. I'm not sure of the steps to accomplish that.
  1. Load more activity
×
×
  • Create New...