Leaderboard
Popular Content
Showing content with the highest reputation on 07/16/23 in all areas
-
Resolved. Fixed, to create the user it is not necessary to emby in the url, but to define a password, and only NewPw should be used. $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "$url_emby/emby/Users/{$userid}/Password?api_key=$api_emby"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "{\"NewPw\":\"{$codigo_amigo}\"}"); $headers = array(); $headers[] = 'Accept: */*'; $headers[] = 'Content-Type: application/json'; curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); $result4 = curl_exec($ch); if (curl_errno($ch)) { echo 'Error:' . curl_error($ch); } curl_close($ch); $json4 = json_decode($result4, true);2 points
-
Hi, Since I am using more and more TMDb, (since tvdb is more and more a mess), I am missing a very important feature. tvdb had the feature of grouping stuff into aired, DVD and absolute, which is supported by emby. TMDb had also this feature. See this example for "La casa de papel" (Money Heist, Haus des Geldes): The Original Order is allways the "aired order" of the original country. "La casa de papel" was originaly released by "Antena 3" and was taken over by Netflix, which results in different episodes ordering, which is a mess. They solved it in episode grouping. This feature is missing from emby, but it's integrated in their API and is allready supported in other apps, like kodi. At least, Banana a TMDb Mod claims it, that it's supported by Kodi: https://www.themoviedb.org/tv/71446-la-casa-de-papel/discuss/5e7032d84f9a99001152704f?page=1#5eb76872ca7ec6001f7c53cb Is it possible to add this feature into emby? It is the last scraping feature, I really really miss for TMDb on emby. It adds much flexibility and is overall a much better solution, than on tvdb with their aired, dvd and absolute order. Another great example is Dragonball Super: As you see, it adds much more flexibility for different regions over the world. It's in my own eyes a must have for emby!1 point
-
I've been using Plex for some time now but still like the visual display that Kodi provides. Would like to know if Emby will ever start to use logos for such things as the audio format/codec (Atmos, DTS X, etc), format (bluray, DVD, 4K bluray, etc)..... Only asking because visually, its appealing and also allows for the user to readily see what the formats are. Thanks1 point
-
Thank you. It is good because it has been sending me crazy and I was even considering return to PLEX. I create the mkv container with default set at known SDH subtitles but display of the Title that I have assigned would be extremely useful. The MKV container does not have a parameter to show that the subtitle is SDH unlike "forced". Can I suggest that when you do the OpenSubtitle search that somehow you highlight those subtitles which are SDH. I know that in a web search for subtitles on OpenSubtitle it tags those which have been uploaded as SDH. This would be good for those who are hearing impaired. Thank you.1 point
-
New version 1.1.4 in the starting post: Export API: Fixed export task and rest api endpoints for Emby 4.8.38 and newer1 point
-
I converted the two audio tracks to AAC, muxed them back with the same video track, and it's working now. It's a roughly 900+ episode series so I'm kinda hoping I don't have to do that for all of them lol. The original OPUS tracks seem to work on Roku devices, web app, playing them locally, etc. It seems like it's just the Samsung TV having trouble playing them back.1 point
-
Not able to reproduce it. I intentionally tried to break it again by entering the live broadcast it's recording, and also playing the already on-going recording. If I encounter it again I'll collect the logs.1 point
-
Hi, can you maybe add a function to limit age to a specific daily time? so that between 8am-8pm only age6 is allowed, the other 8pm-8am any other age thanks1 point
-
I am not using NGINX but the tip for using web socket did the trick (I simply added Web Socket in Custom Header in Reverse Proxy section of my Synology), thanks.1 point
-
It would be great to add bookmarks, so that if an audiobook is 5 hours long you can easily annotate it. for example: at 5:20 I bookmark "Chapter 1" in minute 10:00 I add a bookmark with the words "remember to smile" etc.. In addition to this, the "listen again for 10 minutes" function is missing, so that on one listen to meditation music for sleep, the audio automatically switches off after the preset time. I hope you add these settings because I think they are great thanks1 point
-
It would be great to add bookmarks, so that if an audiobook is 5 hours long you can easily annotate it. for example: at 5:20 I bookmark "Chapter 1" in minute 10:00 I add a bookmark with the words "remember to smile" etc.. In addition to this, the "listen again for 10 minutes" function is missing, so that on one listen to meditation music for sleep, the audio automatically switches off after the preset time. I hope you add these settings because I think they are great thanks1 point
-
I would agree with you - and this is partly why I user DrivePool's more 'advanced' features to have some 'control' on where things get stored. I like to 'fill' disks and then 'spill over' onto the next disk and fill that up. That way I can 'backup' an entire lets say 8Tb disk to a 'backup' 8Tb disk - 1:1 In the event of a failure, I have a mirror image of the drive - no need for any parity restore, just a 1:1 file copy. If I wanted to I could make the 'backup' disk part of pool and carry on (not wise, but it's an option). If files are scattered across many platters, then you need reliance on backup software to 'restore' missing files - as DrivePool itself does not keep track on what is on each disk unfortunately (from a 'restore/delta' perspective - it obviously knows where each file is from an operational perspective .... ) All these options are in the 'Balancing' configuration and official 'Plugins'. You are wise to have a play and see how it behaves - but think about a 'what if' restore scenerio - how would you restore a disk if it failed for whatever reason ?1 point
-
I've periodically checked back from to time to see if there has been any update on this, it's nice to know it's still something that's being worked on. It's also good to see that others want the same feature. Cheers.1 point
-
1 point
-
Hi, your reverse proxy options could be preventing web socket connections, which is how these real-time updates come through. I would suggest comparing your reverse proxy options to this:1 point
-
@hadr0nmy notes say you should kld_list+="i915kms" instead. I have this added in System > Tunables as a RC tunable. My exec.poststart is cd /mnt/tank/iocage/jails/emby/root/dev/dri; ln -s card0 render0 since /mnt/tank is my dataset for jails. What is yours? Also I have a script run on startup in Tasks > Init/Shutdown scripts: #!/bin/bash cat >>/etc/devfs.rules << 'EOF' [devfsrules_bpfjail=101] add path 'bpf*' unhide [plex_drm=1024] add include $devfsrules_hide_all add include $devfsrules_unhide_basic add include $devfsrules_unhide_login add include $devfsrules_jail add include $devfsrules_bpfjail add path 'dri*' unhide add path 'dri/*' unhide add path 'drm*' unhide add path 'drm/*' unhide EOF service devfs restart The devfs ruleset number 1024 is of course referenced in emby's jail configuration as devfs_ruleset. I don't really remember now if I had to make any symlinks in the host's /dev/dri/ or /dev/drm/ directories. In the emby jail: #IN JAIL # install pciid # pkg install pciids # ln -s /usr/local/share/pciids/pci.ids /usr/share/hwdata/ #*** Install the supporting Intel VA support library for your GPU #*** libva-intel-driver: [LEGACY] Intel GMA 4500 or newer #*** libva-intel-media-driver: Intel HD 5000 (Gen8) or newer #pkg install libva-intel-media-driver libvdpau-1.5 #***Add emby user to the video group: #pw groupmod -n video -m emby # IN JAIL CONFIG # exec_poststart = cd /mnt/tank/iocage/jails/emby/root/dev/dri; ln -s card0 render0 I am using this on a Pentium G6400 and it is pretty stable. I had to update emby to beta at one time because it was not fully working but it is solid since then.1 point
-
Thanks @ebr and @Gilgamesh_48 I had the family member send me another set of screenshots and its was a couple things together it seems. 1) The "Folders" view was selected as default for some reason (I think they removed and re-installed the app when troubleshooting) 2) They had accidentally selected favorites on, so the "Shows" tab was blank We recorded a couple test items, then deleted them through the roku and the top folder for that show was deleted from the server share (which is how I expected it to work). It seems something happened as there was 4-5 shows with no actual shows in the folder, just top level folder with the metadata still there that seems to have been orphaned. I cleaned it all up remotely and it seems that all is well again. Thanks for pointing me in the correct direction. Erik1 point
-
For the record; I've been running my server for around 7 years on the same domain 'emby.domain.tld' with that specified in the certificate from letsencrypt (no wildcard) and haven't had any issues being flagged. I do have nginx infront, setup to only answer to that domain while '444'ing everything else (drop connection with no response), as well as a robots.txt file rejecting all crawlers. I haven't done anything else to hide from or block google or any others really. I'm not sure finding 'emby' in the domain in the CA logs is what's causing issue, but I'm not sure what's causing you guys to be flagged either...1 point
-
HI, there will be an option added in the next update to the app. Thanks.1 point
-
Here as well because I was trying to watch a movie in bed lying on my side, couldn't, and googled it. I don't understand why it would make sense to ignore a system setting and not allow that to be changeable. What version do I need to revert to in order to have it follow the system setting?1 point
-
@adrianwiThanks for some very good questions. I think the initial assessment of risk and severity was incorrect and further on, the lack of any kind of exploitation might have reinforced that classification. What probably played a role as well, is that there weren't any precedent incidents of similar impact and severity in the history of Emby. The incident has shown that security related issues need to be treated with highest priority, and some lessons were surely learned. The vulnerability was not specific to the plugin system, it was about gaining (emby-)administrative access - which would have also allowed to do other things than installing a plugin. But there are considerations about adding extra guards for changes to "high-risk" configuration settings - both in Emby Server as well as in plugins - which applies to those kinds of settings where code or script execution is controlled. A fundamental change in response to this incident is that we are dropping the conceptual distinction between "local network" and "non-local network", while the more challenging part is to provide a similar level of convenience like before but in a secure way. There are more security-related changes in the works and in planning. These will arrive in subsequent beta releases and will be explained alongside. Best regards, softworkz1 point
