Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Luke

    Problems activating VAAPI in docker container

    HI, that flag is only used in the Synology package, where it is specifically needed. It is not used in Docker. Ideally our Docker package could detect that it's on Synology and set the value, but that proved to be tricky. We'll have to see if there's a way we can allow this to be configured.
  3. Luke

    PulseEight USB CEC Adapter remote question

    Hi, there aren't any settings to customize the mappings, but which ones would you want to change? The current ones we support all have clear definitions, e.g. directional buttons, OK/Back/Media Control, etc.
  4. Luke

    I cannot get gapless playback to work.

    Hi, are you using the Emby android app?
  5. Bridjee

    ComSkipper ... A Emby Plugin that skips commercials

    Sorry if this has been covered already, but is there an install and configuration guide for Synology DSM 7.2 and Emby version > 4.8?
  6. Luke

    Public and private playlists

    Hi, yes there are multiple routes to consider to make it easier to handle for multiple playlists.
  7. Hi @oliveiramarinhocan you please describe the issue that you're having? What have you done so far?
  8. Bridjee

    Built In Ad/ Commercial Skipping

    Thanks @TMCswcan't seem to get working on synology though. Are there any guides you are aware of?
  9. Happy2Play

    Emby 4.6.4 no longer creating NFO files for new movies

    Yes I keep forgetting about this as there are other topics with IPv6 issues. But glad it is all working again.
  10. Today
  11. OK I'm not sure yet what the issue is with musicbrainz, but we'll increase the throttle between requests to Discogs and that should resolve the too many requests error.
  12. TheFarCyanide

    Emby crash after choosing a genre to play.

    Hey guys, @markpainterThanks for submitting the information, you saved me some time! I have the same symptoms happening with my Synology. @LukeIf there is any additional information I could provide which could be helpful, please let me know.
  13. rmanTX

    No Audio on Shield TV

    Certain shows or movies (and it’s happening more and more) don’t play audio on the nvidia. They play audio fine on PC and iOS. Usually going into Playback Correction will fix it, but certain ones one (this one is EAC3 5.1) I’m not very well versed in this stuff… I do know that downmixing to stereo restores audio, but that sucks because I don’t get surround. And no one is going to remember to re-enable it for the next show/movie. Whats the cause of this, and what’s the fix?
  14. ExOhioGuy

    Auto-play episodes resets brightness to 100%

    Fwiw, I'm having the same issue running Android 11 on a Samsung Galaxy Tab A. Emby for Android v3.3.77 Emby server 4.8.3.0
  15. Mohammedz

    حجم ونوع خط الترجمه

    Apple tv device
  16. Hi, you mean to extract embedded subtitles?
  17. DiggityDan

    Emby 4.6.4 no longer creating NFO files for new movies

    So I fixed it, but it's bizarre what ended up working. Due to me not being able to ping api.themoviedb.org from my Synology server, it felt like a routing issue so I started poking around on my router. I disabled IPv6 and low and behold, I was then able to hit api.themoviedb.org from the server. No idea why it changed out of no where, I've had this configuration for years without any trouble. Hoping if someone has this same issue in the future, this can be a bread crumb. Thanks again Happy for all the help. The Emby community is great.
  18. DiggityDan

    Emby 4.6.4 no longer creating NFO files for new movies

    So I just tried to ping api.themoviedb.org from my laptop and as expected, it worked fine. I then ssh'ed into my Synology server and tried to do the same thing, but it didn't work. I'm on the same local LAN, I'm not sure what could be going on. Any thoughts?
  19. mickle026

    New Plugin: My Own Api Provider - JSON Metadata

    Did some edits, added support for your api changes to PrimaryImage and Backdrop I have renamed it, so the plugin will be in a different position in your plugin page and it will also output to the app name log, and a new config file (just delete the old one) Took out the config for the server Url and Hard Coded it. (if you are going to change it - let me know) Now a stand alone plugin, I still have my code for MyMovieApi thats configurable and it is well on the way to being finished so do not worry about that. It is really good, I am impressed with the speed of your api. If you would share your php, I would be grateful - i am sure I will learn from it. CzechMovieApi.zip
  20. DiggityDan

    Emby 4.6.4 no longer creating NFO files for new movies

    Is there anywhere an internet access privilege could be turned off?
  21. Happy2Play

    Emby 4.6.4 no longer creating NFO files for new movies

    But the api and www are usually not the same servers. You can find the api code in orginal log and try the url manually but you currently time out to Admin, TMDB and OMDB. 2024-03-28 20:35:23.027 Error App: Error in TheMovieDb *** Error Report *** Version: 4.7.14.0 Command line: /volume1/@appstore/EmbyServer/system/EmbyServer.dll -programdata /var/packages/EmbyServer/var -ffdetect /var/packages/EmbyServer/target/bin/ffdetect -ffmpeg /var/packages/EmbyServer/target/bin/ffmpeg -ffprobe /var/packages/EmbyServer/target/bin/ffprobe -nolocalportconfig -ignore_vaapi_enabled_flag -pidfile /var/packages/EmbyServer/var/EmbyServer.pid -defaultdirectory /volume1/Public -updatepackage emby-server-synology7_{version}_x86_64.spk Operating system: Linux version 4.4.180+ (root@build17) (gcc version 7.5.0 (GCC) ) #42218 SMP Mon Oct 18 19:15:51 CST 2021 Framework: .NET 6.0.20 OS/Process: x64/x64 Runtime: volume1/@appstore/EmbyServer/system/System.Private.CoreLib.dll Processor count: 8 Data path: /var/packages/EmbyServer/var Application path: /volume1/@appstore/EmbyServer/system MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: Cancelling connection to https://api.themoviedb.org/3/movie/2043?api_key=x_secret1_x&append_to_response=alternative_titles,reviews,casts,releases,images,keywords,trailers&language=en&include_image_language=en,null due to a previous timeout. at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod) at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod) at MovieDb.MovieDbProvider.GetMovieDbResponse(HttpRequestOptions options) at MovieDb.MovieDbProvider.FetchMainResult(String id, Boolean isTmdbId, String language, String country, CancellationToken cancellationToken) at MovieDb.MovieDbProvider.DownloadMovieInfo(String id, String preferredMetadataLanguage, String preferredMetadataCountry, CancellationToken cancellationToken) at MovieDb.GenericMovieDbInfo`1.FetchMovieData(String tmdbId, String imdbId, String language, String preferredCountryCode, CancellationToken cancellationToken) at MovieDb.GenericMovieDbInfo`1.GetMetadata(ItemLookupInfo itemId, CancellationToken cancellationToken) at Emby.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, LibraryOptions libraryOptions, String logName, TIdType id, IEnumerable`1 providers, MetadataRefreshOptions options, CancellationToken cancellationToken) Source: Emby.Server.Implementations TargetSite: Void MoveNext() 2024-03-28 20:35:23.027 Debug App: Running OmdbItemProvider for /volume1/EmbyMedia/Movies/Along Came a Spider (2001) [tmdbid=2043]/Along Came a Spider (2001) [tmdbid=2043] - 1080p.mkv
  22. Happy2Play

    Downgrade from beta 4.9.0.11 to Stable 4.8.3

    In the end all you should have to do is apply and remove parental controls if you are seeing issues. Or should say that is what I had to do.
  23. DiggityDan

    Emby 4.6.4 no longer creating NFO files for new movies

    I don't use a VPN. Any way to manually excersize the APIs? I can get to www.themoviedb.org fine, but assuming that isn't indicative of the API being accessable.
  24. Saulflores1994

    Pago de membresia

    Hola aún sigo sin tener respuesta
  25. guunter

    Downgrade from beta 4.9.0.11 to Stable 4.8.3

    Okay will turning off parental controls on the account then be fine? I could just recreate the account and be fine?
  26. Happy2Play

    Emby 4.6.4 no longer creating NFO files for new movies

    Not sure unless it is linked to failed communication to providers as the providers on your Movie library are failing. Do you use a VPN?
  27. Happy2Play

    Downgrade from beta 4.9.0.11 to Stable 4.8.3

    Yes I don't know if I broke thinks on my test system trying to create a new database and had to toggle parental controls for the user to show any libraries, they only appeared via Library setup so permission/access were wonky. Just a heads up.
  1. Load more activity
×
×
  • Create New...