All Activity
- Past hour
-
Lyfesaver started following Can a plugin leverage the UI on a channel's detail page?
-
Can a plugin leverage the UI on a channel's detail page?
Lyfesaver posted a topic in General/Windows
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. -
Abdullah34 joined the community
-
MediaSync - Automated -arr/Emby sync tool, media pipeline dashboard (coming soon)
Eigeplackter replied to gbarone123's topic in Third Party Apps
No rush, both persists with 2.1.4. -
Erick Centurion joined the community
-
Nicolas799 joined the community
-
MarkTwain007 joined the community
-
Stephinie joined the community
-
Mon carlau joined the community
-
Nelcy4854 joined the community
-
Moncef3241 joined the community
-
mundi983mxh@gmail.com joined the community
-
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.
-
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?
- Today
-
Will creating a new library with symbolic links to existing items cause issues?
podonnell replied to podonnell's topic in General/Windows
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! -
Playback issues with certain shows on Sony Bravia using Emby app
Luke replied to Zaryt's topic in Android TV / Fire TV
What version number of the app are you testing with? - Yesterday
-
Hi, we’ll take a look at it. Thanks for reporting.
-
Hi, yes we should have it out soon. Thanks.
-
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.
-
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.
-
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
-
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
-
Sorry, not familiar with this tool. What does the Health tab show? I doubt Layers has anything to do with it.
-
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.
-
I would do the health check as http://xxx.xxx.x.xxx:8096/System/Ping instead.
-
MediaSync - Automated -arr/Emby sync tool, media pipeline dashboard (coming soon)
gbarone123 replied to gbarone123's topic in Third Party Apps
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. -
nospotify started following Can we PLEASE!!!!! Take out suggestions at top of search?
-
Can we PLEASE!!!!! Take out suggestions at top of search?
nospotify replied to Beardedgrump's topic in Feature Requests
It works the way Luke describes in Web and Android app for me. -
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
-
DoingBobThings started following 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
-
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
-
MBSki started following 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.
-
MediaSync - Automated -arr/Emby sync tool, media pipeline dashboard (coming soon)
Eigeplackter replied to gbarone123's topic in Third Party Apps
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. -
@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.
-
BruceCPippin started following 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.
-
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.
