Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/18/24 in all areas

  1. Hi, it looks that this is "direct play". Here I see also info regards subtitles, but as you already know, it's not displayed
    2 points
  2. Thanks @Riptide126for all the diagnostics that helped track down the problem whereby the Emby for iOS app was not sending in the request that would trigger a start of transcode. And thanks for confirming that it is fixed in Emby for iOS version 2.2.22 Can you please mark the topic as resolved. Thanks
    2 points
  3. It is really cool that Emby has the ability to support multiple versions of the same movie. It would be nice to have a setting on the client side to allow the user to set which version should be selected by default. This could be as simple a user-entered string, or it could be a list of detected strings to choose from. It could allow multiple entries and it would choose them in the order entered. On the Kodi side, it would also be nice to get the "Choose the Best Version for Me" option that the Emby app has.
    1 point
  4. Most would agree that chapter image extraction is one of the most demanding tasks Emby is required to do. It appears that Emby generates chapter thumbnails and Roku *.bif images using ffmpeg. /var/lib/emby-server/ffmpeg/20170308/ffmpeg -i file:"/mnt/storage/media/show.avi" -threads 0 -v quiet -vf "fps=fps=1/10,scale=min(iw\,320):trunc(ow/dar/2)*2" -f image2 "/var/lib/emby-server/cache/temp/fd2c038a704f4f68b9a5c7934d9d75b8/img_%05d.jpg" Would it be possible to utilize hardware acceleration for the processing of thumbnails?
    1 point
  5. I saw a very old thread requesting this and feel it needs a revisit. It would be great if, when playing music, you could set a duration for song crossfading,
    1 point
  6. Request that Emby server store Dolby Vision (including profile), Dolby Atmos, DTS:X, HDR10+ (smpte2094) and HLG for appropriate video in the db and use it for display in the media info and track selection sections of movie/episode details screen. This information once in the db can then also be used in numerous other areas like: Mediainfo Cover Art, Stats for Nerds, Distinguishing different DV profiles for hardware support and tone mapping Example Mediainfo app display of HDR10+ ffmpeg patch for HDR10+ https://patchwork.ffmpeg.org/patch/11491/ Related requested that may require DV profile information in order to prevent unneeded TM
    1 point
  7. I am back. I will continue working tomorrow. Vic
    1 point
  8. @SamEScould filot put the file on usb plug in to tv and see how it plays that way?
    1 point
  9. I actually think that you could run this container on it's own as part of the config is to map a real folder on your HDD/SSD to a virtual folder inside the container. You might find some permissions issues, but having been down the road you're on, rebuilding everything in docker could be a great way to "do things right" with all the knowledge you now have (at least that was my experience). Definitely recommend this walkthrough for learning docker/docker compose.
    1 point
  10. I'd suggest trying to correct most music metadata problems in Tagscanner or Picard first, rather than within Emby. That way, whenever you rescan your library and/or refresh metadata, any standard Song/Album corrections you have made will be maintained, as well as being able to be read by other programs. There's also a useful Emby plugin Emby Data Explorer that may help with checking/resolving things? Once it's installed it gives you a method to Explore Item Data without always needing to go 'out of' Emby and 'into' Tagscanner/Picard. You can access it from most '3 dot' button/selections. Cheers!
    1 point
  11. Ich habe nun https://xmltv.host getestet. Von Bildern weit und breit keine Spur. Auch nicht mehr Info als von den Programmen ohnehin mitkommt.
    1 point
  12. thanks! I've tried a bit and the problem is gone for the moment. fantastic if it comes back I will send a log. I'm in 32 now. That was an auto update
    1 point
  13. I'm sorry for disturbance. fsck -y -f in single mode fixed the problem.
    1 point
  14. DNS will be cached by next version. If the connection fails (could be a dynamic IP), a new DNS request is fired. If still no connection the regular error handling will take over...
    1 point
  15. Or is it the GCC version that's the problem? The drivers for the 780 stopped development when the RTX was released. So compatibility and the ability to use older GCC versions is built in. For the RTX 3060. All available versions of Nvidia Drivers use Cuda 12.1 -12.5 GCC- 13.2.04 is the oldest version you can use currently. You will be able to install multiple versions, with the lowest version being 13.2. Apparently this is to solve random instability issues with gen2 RTX hardware and previous drivers.
    1 point
  16. Yes, but different ones. I used urllib3 and requests before. They all have the same issue, you cannot interrupt a long running query. Also they have unnecessary overhead. Additionally urllib3 1.X is totally incompatible with 2.X and they had bugs. Also urllib3 2.X is not supported on all Kodi boxes, I had to write a compatibility parser. To sum it up, I don't like 3rd party library/frameworks what so every. Mostly they cause more problems as they solve. I'll continue review on the DNS requests, sure there is room for optimization. Most important, the persistent "main" contention. This is a performance matter.
    1 point
  17. Hi, in the next app update. Thanks.
    1 point
  18. Hi there, have you tried using a third party program such as Picard or Mp3tag to check the embedded tag/metadata in your music files? (I use Mp3tag myself.) As well as using Musicbrainz, Discogs, - Emby will import the embedded music metadata at a song and album level directly from your files, which may be causing the issues? Also, even if you update the Emby tags within Emby and then rescan, Emby will revert back to the embedded metadata. (Emby does not change your embedded metadata - you need to use a third-party program) From what I understand, having the correct embedded metadata is of greater important for good results, than the folder/file structure.
    1 point
  19. I think I found the problem. It was myself in the code who closed the connection accidentally. I'll fix it in next version.
    1 point
  20. @Lukei think the audio drift on native player was due to my IP encoder. Running the stream through ffmpeg with aresample=async=1 seems to have fixed the audio drift. Mpv must auto correct this audio drift?
    1 point
  21. Hi. I am back to emby after quite some time. I see this feature is not yet supported. "Series Name S01E01 S01E07.mkv" is still being treated as if all seven episodes were present from E01 to E07. The strm workaround could be an acceptable (if cumbersome) solution, but the problem with it is that the .strm entry in the library is not marked as played if the episode that it points to is played. So staying with the above example: I rename "Series Name S01E01 S01E07.mkv" to "Series Name S01E01.mkv" I create "Series Name S01E07.strm" pointing to "Series Name S01E01.mkv" this somewhat "solves" the gapped multi episode naming problem when I watch "Series Name S01E01.mkv", then the library entry based on the file "Series Name S01E07.strm" should also be marked as played, because it points to a video already watched. It is not marked as played, so when I get to S01E07.strm, I watch S01E01E07 once again. Thank you.
    1 point
  22. Not currently. You can lend your support here:
    1 point
  23. Uninstall Imdb Helper for now - I will look at that when I have time, install this one called "JustPeople", and reboot your emby process. You can use this one for now - its never been published anywhere - I rebuilt it (recompiled it) today to make sure its the newest version I have. It doesnt access imdb , tmdb or tvmaze at all - it accesses my own person api server, so if it doesnt fill anything in then it probably doest have it. My Personal server people db is pretty large with over 100,000 people. JustPeople.zip
    1 point
  24. From the other topic My next question would be if user forced transcoding by lowering quality are the proper selected subs played?
    1 point
  25. Hello, I think the thread is about this problem: RPReplay_Final1718685249.mp4
    1 point
  26. totally respectable approach. Your TV image processing no doubt has a major role. I have a Samsung Q82 and it is no slouch, but the differences may be negligable for some. For me its quite dramatic. But where the massive difference is on Projectors. They have a much larger colour palate and the Shield does not send correct colour mapping. Blacks often have 16 bit like texture. Go to a HTPC that supports HEVC hardware decoding and the tone mapping is just outstanding. A mini PC with Emby Desktop might be more in the "it just works" category TBH. Zidoo takes the cake though because it natively supports 3D and I realize that is kinda a Projector custom cinema demograph now. (yes all the new movies still come in 3D lol). But I have to say I am excited to see what the Emby team comes up with, both companies are outstanding. Also it is rumored that Nvida is no longer supporting the Shield so the apps will only be serviced by the vendors, and I think we are all stuck on Android 11 it seems, wich misses the refresh rate switching version 12 fixes. Yes the setting is there but it mismatches most of the time.
    1 point
  27. Yes please, send me a kodi.log for review. btw, which version? 10.0.31?
    1 point
  28. Apparently you are now expecting a protocol (http:// or https://) at the front of the connection string where previously you weren't. You might want to take a hint from the port numbers like what was happening previously. I think the breaking change was in utils.py in this commit: https://github.com/MediaBrowser/plugin.video.emby/commit/490ac0beb929e14f38bfded0b0d18ce87ab72c96
    1 point
  29. Hi, there's already an open request for this or something functionally equivalent. Please join in and contribute to the existing discussion at:
    1 point
  30. Hi, yes these are both features that we’re interested in for future updates. Thanks.
    1 point
  31. Hi, more support for exif info is planned for future updates. Thanks.
    1 point
  32. New BETA version available 10.0.31: Delta changelog 10.0.30 -> 10.0.31 fix connection issues with SubUrl connection strings (also fixes websocket issues behind proxies) fix wrong subtitle index fix http head requests Comment: resync is required to fix subtitle issues @DarWunThis version might fixes the playback issue you have. If so, remote content was affected. The HEAD requests had a bug and its used to verify remote content.
    1 point
  33. I paid life subscription long time and I am more than willing to pay for monthly subscription. if they implemented fast channel charges I would without hesitation pay again for life time subscription. However what I am not happy is that tv guide still doesn’t work properly softworkz has got it working properly but his updates haven’t gone through and the slow channel changes is painful so I am using channels dvr now. So to me those two things are major and I don’t want to pay more to support beta products. I like anyone else want emby to be successful but to me thise teo things are key
    1 point
  34. HI, as soon as it gets through LG review. Thanks.
    1 point
  35. wanted to give feedback, with the new option to not show anything on the original poster, it looks very clean to me now and the original poster remains untouched. I understand that the sort order cannot be influenced further, but is it possible to add the option to hide the folder completely? With collections there is such a function in the view: Thank you and best regards Seger
    1 point
  36. Referring again to the theme of the arrangement: Would like to have the folder in the last place, but the widgets in the first place or even the option not to show the library folder, so you only go in via widgets.
    1 point
  37. Hi, I got it to work : 1. Set-up ddns xxx.synology.me domain in Synology Control Panel/Security - this step is really necessary? To be verified. - Synology can create a free 'Let's certify' SSL. - When I export it I cannot activate it. I gave up on this and went for other free SSL. (see 3.) 2. From the Control Panel/Security export the SSL cert to my harddisk 3. Get the free SSL cert files from https://www.sslforfree.com/ (3 month expiry) 4. Download the zip file (with pem format cert files) to my harddisk 5. Download the CA bundle file from https://www.ssls.com/knowledgebase/where-do-i-get-a-ca-bundle-file/ - I downloaded both, but used only the ECC format for conversion. 6. Convert the pem files into PKCS#12 format: https://decoder.link/converter - cert file, private key file and CA bundle file - set the password for the certificate (use in control panel/network) 7. Check the SSL with my xxx.synology.me domain using checker tool on the same site. 8. Upload the cert file to the emby content folder on my nas. 9. Enter the SSL file and password info in the Emby server/Network settings 10. Map https: ports in router and firewall, and - Check that you assigned the same port in Emby/Network settings... Hope its helpful.
    1 point
  38. Because what will happen is users will enable things that their devices don't support, and then they'll assume there is some kind of Emby problem and expect us to fix it.
    1 point
  39. Also, encoding to hevc will require quite a bit more resources on the server end. Most people's setups wouldn't handle it well I imagine. We try to limit the number of options we put in that would only benefit very small audiences and have the potential to cause large audiences to make problems for themselves . Eventually, I'm sure this will be the norm but I'm not sure it is ready yet.
    1 point
  40. Not my call but that is WILDLY contrary to the spirit of this project.
    1 point
  41. If i understand, we have to wait 10 years to be sure everybody will have a supported device ? I'm joking, but if you put profile wtih recommanded configuration, everyone can understand that.
    0 points
  42. playback, Emby for android TV with Shield with a poor connexion could use it. If you put an option on Client side "Use H265" Server side "Allow users to use H265" like that you don't care if devices are compatible or not, User have the choice.
    0 points
×
×
  • Create New...