Jump to content

Leaderboard

  1. Luke

    Luke

    Administrators


    • Points

      7

    • Posts

      268628


  2. GrimReaper

    GrimReaper

    Moderators


    • Points

      6

    • Posts

      11467


  3. Happy2Play

    Happy2Play

    Top Contributor


    • Points

      5

    • Posts

      42986


  4. chef

    chef

    3rd Party Dev


    • Points

      4

    • Posts

      8125


Popular Content

Showing content with the highest reputation on 02/03/23 in Posts

  1. Sync-Play. Welp jelly-fish pride themselves on being open source, so where is the repo for this SyncPlay, and I'll add it to Emby without blinking an eye. They had no issues taking Emby source code, so I have absolutely not issues implementing this SyncPlay from them into Emby. Anyone have the open source SyncPlay url?
    3 points
  2. As suggested by @ebr I have split my original request to allow better monitoring of interest and progress. The original request is here https://emby.media/c...brary-overhaul/ If you are interested please like the post. Currently we have the same sorting options in the Photo Library as the other library. I think it is not exactly in line with the content displayed here. It would be nice to add the EXIF elements in the sorting options. This would allow us to sort our pictures by date taken (regardless of file name, camera, etc.) or by camera, aperture, etc. Below is an example of the EXIF information stored in file by the camera:
    2 points
  3. I have never given up hope that it will finally come for emby. I would have no problem paying for it if it comes as a plugin.
    2 points
  4. Which SmartTV? Those client apps have their own setting, they don't inherit Web app settings - click cog wheel top right>Library settings>Default tab.
    2 points
  5. Just to solve this topic i found the solution to convert the privkey.pem -> fullchain.pem -> chain.pem -> cert.pem and get it to PFX format The command is simple and goes like this in powershell: openssl pkcs12 -export -out embycert.p12 -in cert.pem -inkey privkey.pem
    2 points
  6. TheTVDB now supports more alternative orders than just Aired/Absolute/DVD. Can Emby query these additional orders and add them as options? Two examples of shows I've seen this used are Re:Zero which has a "Director's Cut" display order and Money Heist which has a "Netflix" order. https://thetvdb.com/series/re-zero-starting-life-in-another-world https://thetvdb.com/series/la-casa-de-papel
    1 point
  7. 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
  8. I have created some precise lyrics.lrc files, for some of the newest Rammstein songs. However, on playback I noticed the lyrics I timed with https://github.com/SubtitleEdit/subtitleedit are lagging behind. It seems they only change on the next full second, rounded up. Especially noticeable when the timing is something like [00:29.92]Und teilen gern ein halbes Leid Where it changes almost a full second too late. I would rather they change earlier (round down the decimal), or more precisely. I would also like to see the last line completely, not just a little bit cut off at the top. Maybe something like centering the active line in the top 1/4 and 3/4 is better Also, using the space bar for play/pause most of the time doesn't work when I click somewhere in the browser window, it just scrolls the lyrics text down. The focus seems to only stay on play/pause when I click the play/pause and gets lost when I click anything else
    1 point
  9. Is there Voice Control support on any Samsung TVs such as searching for movies or tv shows etc.. i have several Samsungs of various ages and although a couple of them have Bixby voice control, they dont seem to extend to Emby at all. I think i read somewhere that natively they only support Netflix and Amazon Prime. Just curious.
    1 point
  10. Feature Request. A present I have several user accounts setup for family members. When we sit down together to watch a movie we currently log into one account (Mostly mine), so obviously only this account gets the watched status. What happens then is everyone uses my account because there's isn't up-to date and it's "just easier". This results in my account telling me I've watched something when I haven't... I would like the ability to log into my account and select/deselect which other users are present so that when a movie/TV episode is watched together, their watched statuses are updated accordingly? The next time you log in again all other users would have been deselected. It could be implemented so each user account can do this, or only select user accounts can. Even a special "Family" user account, or multiple viewers button as long as everyone's watched status is correct. Even just ticking the users present on the login screen before login into an account.
    1 point
  11. Could the alternate order option please be added? Right now, DVD order and absolute order can be selected, but Alternate is missing. Below is an example of a show on TVDB with an alternate order. Thanks!
    1 point
  12. Purpose / Benefit / Intended Uses To refresh the auto generated image on containers like Collections, when the members change, so as to reflect the container's current content. I use it for "Smart Playlists" and "recommendation" collections eg "Recommended for Mum"...as recommendations are added and removed after being watched. Functionality Deletes the primary image of tagged items (default value "cyclepic") and performs a default metadata refresh on said item (get missing metadata) which has the effect of regenerating the primary image based on current contents. Stores a hash for the tagged item in configuration.xml to reflect the container's members, to prevent images getting changed when no items have been added / removed. Stops running if no tag has been defined (to minimise risk of unwanted outcomes). Feedback in the log. 2023-02-03 20:53:09.829 Info Cycle Images: Working on tag: cyclepic 2023-02-03 20:53:09.830 Info Cycle Images: Total No. of Objects with Tag : cyclepic : 2 2023-02-03 20:53:09.856 Info Cycle Images: Refreshed Image for ID:382 Name:_For Mum Type:BoxSet 2023-02-03 20:53:09.858 Info Cycle Images: Updated Item in Config.XML for ID:382 Name:_For Mum Type:BoxSet Date:03/02/2023 20:53:09 2023-02-03 20:53:09.859 Info Cycle Images: No Update Neccessary for ID:391 Name:newc Type:BoxSet 2023-02-03 20:53:09.859 Info Cycle Images: Working on tag: reccomendation 2023-02-03 20:53:09.859 Info Cycle Images: Total No. of Objects with Tag : reccomendation : 0 Instructions for use Set the tag name(s) you wish to designate for items to have their image cycled in the plugin configuration; Configure a schedule task Notes Working for collections and playlists, other types are ignored. Backup before use. Issues/Suggestions welcome Download Emby.CycleImages v0.1.0.1.zip
    1 point
  13. im normalen Heimnetz funktoniert es wunderbar im externen Netz funktioniert es mit nachladen
    1 point
  14. I love everything that is happening rn
    1 point
  15. Good idea @chef, Maybe this link the official repo i think ? https://syncplay.pl/download/ don't know it tell this :
    1 point
  16. You are using unsupported naming convention for Episodes: Hence parser is failing as it is being identified as a movie: Rename your episodes and rescan.
    1 point
  17. I'm sad this hasn't been implemented from the Emby team yet, when both of the competitions have it. I just came from Jellyfin and the SyncPlay was a game changer, can create a room and us friends can watch in sync. If someone needs to step away it pauses for everyone. I hope this is in the works from Emby, because this is a highly used feature on my server that I can't use anymore.
    1 point
  18. Hey just a heads up for everyone. Someone is taking the trailer for movies and making it into the video theme for all new movies lately and uploading it to the network. A trailer is NOT a theme video. I have no problem if you want to do that for your own collection but just don't upload it to the rest of us. There is a button for trailer and the background video theme is something totally different. Ok rant over lol
    1 point
  19. That depends on your media types and your NAS capabilities. A per above, there is no exact answer as it depends on number of factors. If you give your NAS model you might get some very generalized guesses.
    1 point
  20. The issue is solved. This option was unmarked, maybe I've disabled it for any reason but I don't remember. After enabling it, I am able to play subs with or without transcoding enabled, just like I used to do. So, sorry for wasting your time and I hope this thread may be helpful for other people.
    1 point
  21. Hallo und Danke! Alles klar, die trödeln! Ich hab mir schon so was ähnliches gedacht. grüße, Markus!
    1 point
  22. oh ok thanks for chiming in.
    1 point
  23. Thanks @chef. So QueryItems is a method for getting members of a collection... I have just noticed that collection membership data is also available on children via collections.Dto.linkedItemInfo which is available through the other LibraryManager methods like GetItemsResults (may need DtoOptions = true) In a twist of irony, 8hrs into this investigation, ive since learnt that Collections have a "DataLastSaved" property which seems to get updated when its members change, so after all that i didnt need to define my own method to determine change with the members of the collection ....still learnt alot. thanks again @chef @Cheesegeezer.
    1 point
  24. Known issue and AFAIK not implemented yet. You can potentially lend your support here, read through related discussion regarding issues faced:
    1 point
  25. Looks correct showing Artist Song shows Album via Artist view But can't say what is going on with your database unless there is something in 4.7.9.0.
    1 point
  26. Or leave user out of the parameter to get a useless query result. User is optional.
    1 point
  27. Pop over to the plugin thread and list your concerns there. Also read the wiki link in the first post to ensure you are doing everything correctly
    1 point
  28. Emby currently does not have the info but believe it will in 4.8. Current option
    1 point
  29. Is you want this to be for admins only. use the following condition if(user.Policy.IsAdministrator) do work else return
    1 point
  30. Don't know if those clients have their own settings like the Roku but may need to check. Also what client versions numbers?
    1 point
  31. Thanks. It's great to see these improvements coming down the pipe! I saw Linus Techtips recently mentioned you in a video, and I get the feeling they're planning something more involved in the future for Emby!
    1 point
  32. Ha. Solved it myself. Just to be sure it was no my AdGuard Home DNS blocking anything and I found it was exactly it. For some strange reason domain image.tmdb.org falls into Adult site category in filters. I whitelisted it and now all images are shown.
    1 point
  33. Por fin!!!!!! A esto me referia, esto era lo que queria, gracias por todo a pesar que no hables espaƱol, menos mal que controlas tu de CSS
    1 point
  34. To get a 770 yes, but the 710 in the i3 (12/13100) still have the same ASICS so is only slightly behind the 770 in terms of encoding/decoding performance due to it's lower clock. From a 3d (games) perspective, there is a big difference though as it has less shaders - not that you should be using the uhd for games anyway ..
    1 point
  35. Have to agree, I loved Wind River too, it great to see all the the same actors appearing in his creations. I need to watch Tulsa King. I watched the first episode when it was released to gauge it, and it looks promising so waited for the rest to air. Now i can binge watch it.
    1 point
  36. Also for me masseges work well on both kodi 19 and 20 with latest embyforfodi addoon. Kodi 20 is not perfectly stable on Nvidia Shield TV PRO 19 even without any addon and fresh install (sometime hangs on startup, sometime, seldom, hang on stop of a video or does strange behaviour on play, but most of the time (95%) works well).
    1 point
  37. I can't really help as for me it's working fine but a debug log will surely be required to analyze that.
    1 point
  38. they look good, but it shows some long Paused durations, someone starting an episode pausing it for several hours and then watching the rest.
    1 point
  39. Looks like older entries release server beta server
    1 point
  40. I have quite a number of results of instances that I know had "stuck" or really long sessions due to the client, namely Chromecasts or Apple TV not killing sessions. DateCreated ItemType PlaybackMethod ClientName PlayDuration PauseDuration PlayTime 2022-02-03 14:42:16.2877501 Movie Transcode Emby Web 5931 0 5931 2021-04-28 14:33:02.100978 Movie DirectPlay Emby for Chromecast 4413 4406 6 2021-08-22 15:27:50.9068987 Episode Transcode Emby for Chromecast 4008 3999 8 2021-05-16 20:46:35.9514914 Movie Transcode Emby for Chromecast 3567 3556 11 2021-05-04 10:12:52.4353132 Movie DirectPlay Emby for Chromecast 3549 3545 4 2021-08-25 10:16:45.666458 Episode DirectPlay Emby for Chromecast 3414 3407 6 2021-08-25 14:08:26.9521726 Movie Transcode Emby for Chromecast 3244 3189 55 2021-05-13 08:58:41.5000006 Movie DirectPlay Emby for Chromecast 2942 2939 3 2021-05-31 17:29:30.7572282 Movie Transcode Emby for Chromecast 2785 2653 131 2021-04-26 17:46:46.6001276 Movie Transcode Emby for Chromecast 2685 2577 107 2021-04-05 17:10:50.9622608 Movie Transcode Emby for Chromecast 2611 2521 90 2021-06-02 15:55:41.9301984 Movie DirectPlay Emby for Chromecast 2525 2522 3 2021-05-29 16:14:03.028603 Movie Transcode Emby for Chromecast 2438 2402 36 2021-03-28 19:23:58.7294694 Movie Transcode Emby for Windows 2350 2290 59 2021-12-04 01:26:19.0354803 Movie DirectStream tvOS 2220 2217 3 2021-09-18 23:04:54.1435392 Movie Transcode Emby for Chromecast 2103 2039 64 2021-08-02 08:11:15.9556284 Movie Transcode Emby for Chromecast 1994 1920 74 2021-05-15 12:35:23.9071298 Movie DirectPlay Emby for Chromecast 1931 1925 5 2022-07-20 17:45:49.01701 Episode DirectStream Emby for Apple TV 1859 1852 6 Nothing really recent though.
    1 point
  41. Hi Luke, I stopped by the KONKA NZ importer and we checked their WebOS TV's. Its the same LG app store and the Emby App installs fine! Any WebOS TV should be similar. KONKA are also in the US market.
    1 point
  42. While NordVPN is active, I am unable to access to my Emby server. The error being a "Connection Failure". Even when I am split tunnelling Emby with my VPN, it gives the same error.
    1 point
  43. Hi, you can host as many users as your server machine and network can handle. Please let us know if this helps. Thanks.
    1 point
  44. Fast, Fluid and Precise - how much did I miss that... Turn on the sound! WMC_Theme_Fluent_Guide.mp4
    1 point
  45. This time, I was able to finalize the guide/EPG view: I will post a video tomorrow.
    1 point
  46. I don't like to be the guy that complains and nags at devs. But it seems rather odd that all this potential is being left untapped.
    1 point
×
×
  • Create New...