Jump to content

Leaderboard

Popular Content

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

  1. This follows the same functionality as the Trakt version expect its for MDBLists (Movies - mdblist.com) If you are using public lists I dont believe you need an api key, if you use private lists, I believe you do, this could use extra testing. Otherwise logic and functionality is the same, I just swapped out the trakt api piece for the mdblist api. @rbjtech@shorty1483@zerodayz 2024.07.07.1 • Refactored code to match trakt version Emby.MDBListCollections.dll
    4 points
  2. I use the RT Audience score 100% of the time to make my selection of what to watch. I NEVER look at the critics score, FYI.
    2 points
  3. I was able to reset all my folders using this code. I used Powershell as Admin. It worked like a charm. If folders turn black just reset the computer. function Reset-FolderAttributes { param ( [string]$Path ) # Get all directories in the specified path $directories = Get-ChildItem -Path $Path -Recurse -Directory # Add the root path to the list of directories $directories += Get-Item -Path $Path foreach ($directory in $directories) { # Remove the hidden and system attributes, then set to normal attrib -h -s -r "$($directory.FullName)" /D /S attrib +a "$($directory.FullName)" /D /S Write-Output "Reset attributes for: $($directory.FullName)" } } # Specify the drive or folder path to reset attributes $drivePath = "Put Drive or Folder Path Here" # Call the function to reset attributes Reset-FolderAttributes -Path $drivePath
    2 points
  4. The main thing that would need to change to implement this feature: Client apps need to check for a DNS HTTPS RR or respect server Alt-Svc I would say this is the most important part of the feature request, as anyone who really cares about squeezing the most performance will already be using a reverse proxy like Caddy or NGINX, which have both implemented QUIC already. The "nice to have" feature for people who don't use their own web server (and also probably a ton of work): Built-in web server needs to advertise alpn=h3,h2 and bind to UDP This seems like an inconsequential feature, but it's actually incredibly useful for folks who like to connect to their Emby server far away or over networks with high jitter and packet loss like LTE/5G (increasingly common with 5G FWA becoming mainstream). Connection ID tracking would be even cooler (although AFAIK not completely implemented in .NET as of late), so folks moving between networks don't have their stream drop. I spent some time implementing it for an internal app for live video streams at <job> using quic-go and the performance impact is noticeable and significant on congested networks (and more importantly, not worse than http/2 in low-loss scenarios like a local network). The one thing I was caught on is WebSockets, I'm not sure how much Emby uses WSS (outside of knowing that it uses them), but this feature request is mainly about reducing the amount of time Emby is spending loading the menu or media itself on iffy or otherwise congested networks, so it might be outside of the scope. Unencrypted HTTP is also out of scope, since there's no such thing as unencrypted HTTP/3 (IIRC local connections use IPv4 + HTTP only). I noticed that the Emby Web Client will happily work over HTTP/3 with my Caddy server in front of it, and it even shows up in the Activity dashboard as HTTP/3 when I log in, so I hope that it's a simple change on the rest of the Emby clients (we can all dream). Also happy to help out testing/implementing if it would speed things along.
    1 point
  5. Having collections gets very confusing for some of my users because if they have their library set to sort by "date added" in order to show the newest movies first, they will not see some of the latest movies because they were added to an existing collection. Sorting by "date added" just sorts by the date the collection was created. Would it be possible to sort collections by "Date of last addition" or something similar? I like the collections feature, but when the newest movies "disappear" into a collection down the list somewhere it makes it confusing for many users.
    1 point
  6. 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
  7. Hello all! This form post is more to take the temperature of an Emby-related open source project that I haven't been updating very much due to just life getting in the way and an upcoming move, but I've been doing a lot more freelance coding lately, and I'd like to try another push to complete an MVP if there might be even a hint of interest. In short, my project aims to extend Emby's API with Subsonic-compatible endpoints to allow for various Subsonic-compatible clients to leverage it, thus diversifying the clients that one can use to interface with Emby for audio. However, for all intents and purposes, Subsonic seems like a dead project. It appears that the last version of the Subsonic server came out over four years ago, and although arguably the Subsonic API has become a de facto standard, it isn't being updated at all either. Still, even though Subsonic may be "dead", it doesn't mean that the API isn't stable, even it has been neglected :) I currently use Navidrome for local audio although I'd rather just use Emby for everything. That said, I've been quite pleased using Symfonium (Android platform) with Navidrome - Symfonium even supports Emby native APIs. But of course that is just me. This post is an attempt to gauge if there may even be a smidge of some interest in having a stable Subsonic extension to Emby's API. So if you have any opinion on the matter, I'd love to hear it. Many thanks!
    1 point
  8. Now that the "Trakt List to Collection" plugin is working for me, I made some images for the created collections. Thanks again @bakes82for this great plugin! I also added a GIMP file with all the layers in case someone wants to create his own images. Font used is Impact Condensed. 20240706_Collection_Images_Awards.zip
    1 point
  9. My snap knowledge is a bit rusty since this was made a long time ago, but the snap is created as a daemon of type simple (see https://snapcraft.io/docs/services-and-daemons). Installing the snap should create an emby-server service that you can run, and IIRC the app will run as root. I would recommended using our deb instead if you want more control, that one does create an emby user and provides a systemd service that is automatically started.
    1 point
  10. This, so much this! Todays critics have started to make me believe they are actually just paid marketing shills with how they score movies and shows. Audience score tend to more reliably reflect what i think as well. A setting in Emby to change between Audience and critic score or both would be great.
    1 point
  11. Okay, I've got and saved a new PIN. I did just try manually flagging a TV show episode as played and that synced to Trakt, and it also sync'd when I unmarked it as played. I will see what happens later when we watch some stuff for real and then report back.
    1 point
  12. Circling back here to say that the issue was probably due to some faulty wiring between my modem and router. Replacing the wiring has resulted in a big improvement in my ability to record live TV.
    1 point
  13. That's not how it works though. I made a simple two album playlist example and clicked shuffle but single albums works the same. On the web browser and the previous android sable clicking shuffle creates a shuffled now playing list and begins playing at the top of that list. It will play sequentially through the list until the bottom. This is the way it has always been. On android 3.4.11 playback will start in a random spot within the shuffled now playing list and then play sequentially from there to the bottom. This can't possibly be correct behaviour.
    1 point
  14. I noticed the same problem since yesterday. NotAcceptable (406). Seems like the Accept header does not include the content type that the opensubtitles api returns (application/json) or is missing. 2024-07-07 12:52:40.053 Info HttpClient: POST https://vip-api.opensubtitles.com/api/v1/download 2024-07-07 12:52:40.099 Error Server: Error processing request *** Error Report *** Version: 4.8.8.0 Command line: /app/emby/system/EmbyServer.dll -programdata /config -ffdetect /app/emby/bin/ffdetect -ffmpeg /app/emby/bin/ffmpeg -ffprobe /app/emby/bin/ffprobe -restartexitcode 3 Operating system: Linux version 6.5.0-35-generic (buildd@lcy02-amd64-079) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubunt Framework: .NET 6.0.25 OS/Process: x64/x64 Runtime: app/emby/system/System.Private.CoreLib.dll Processor count: 16 Data path: /config Application path: /app/emby/system MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: NotAcceptable at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod) at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod) at OpenSubtitles.OpenSubtitleComDownloader.DownloadSubtitlesToString(String id, OpenSubtitleOptions options, CancellationToken cancellationToken) at OpenSubtitles.OpenSubtitleComDownloader.GetSubtitlesInternal(String id, OpenSubtitleOptions options, CancellationToken cancellationToken) at Emby.Providers.Subtitles.SubtitleManager.DownloadSubtitles(BaseItem item, String subtitleId, LibraryOptions libraryOptions, CultureDto[] searchedLanguages, CancellationToken cancellationToken) at Emby.Api.Subtitles.SubtitleService.Post(DownloadRemoteSubtitles request) at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task) at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IServerApplicationHost appHost, IRequest httpReq, IResponse httpRes, IStreamHelper streamHelper, RestPath restPath, String responseContentType, CancellationToken cancellationToken) at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken) Source: Emby.Server.Implementations TargetSite: Void MoveNext()
    1 point
  15. Since I didn't receive a notification, I'll get around to replying today. Thanks for the update; so far I haven't noticed any problems.
    1 point
  16. This bug is fixed in latest version of Emby Theatre. I do have the other request to change FOLDERS tile in Music Videos library home screen (horizontal view) to GENRES though, as FOLDERS should work if the Emby Settings are adhered to (which it no longer is and needs fixing). It's more useful for GENRES to be there like Audiobooks library and Music library currently has. You might need to have something like "Default" in the Emby Settings drop down menu for "Default Screen" option, so that if this option is selected, the new home screen is shown instead of jumping to the user customisable settings. Emby Music Videos Screen Shot with FOLDERS tile: Emby Settings Screen Shot showing customisable default landing zones for libraries: You might need to have something like "Default" in the Emby Settings drop down menu for "Default Screen" option, so that if this option is selected, the new home screen is shown instead of jumping to the user customisable settings. Emby Audiobooks library with GENRES tile: It's this example of GENRES tile that is preferred to FOLDERS one for Music Videos library. Folders can be set in Emby App Settings as a landing view.
    1 point
  17. @Luke Same problem with #1251984. German translation cannot be stored and reverts to my entry from 2016.
    1 point
  18. Also - while not strictly related to this plugin but as we have eyes on it - why can I only show a collection by 'Collection Order' but not actually show what that collection order is on the items ? As an example - Can emby not add the field underneath that was used to order the collection ?
    1 point
  19. Not likely but think it is something on their side again. As downgrading plugin still produces the same results.
    1 point
  20. Thanks, I was able to reproduce this as this is an issue for items without season images as the inherited image is smaller and the height: auto !important creates the issue. @fillidill Easy to reproduce find item with no season images or pick a show and delete season images. .verticalSection.seriesItemsSection .itemsContainer:not(.allEpisodesItemsContainer) { display: inline-block !important; width: 100% !important; min-width: unset !important; min-height: unset !important; height: auto !important; contain: unset !important; } Looks like it can be disabled or removed. Or add a season image to one of the seasons to correct the issue.
    1 point
  21. @shorty1483 @rbjtech @zerodayz Refactored code and added option to not delete on recreation (it will add extra processing, but it should keep the collectionId the same for permissions and custom images - it should still remove all items and readd though) Progress bar should update on the schedule task as it loops the collections as well. Emby.TraktListCollections.dll
    1 point
  22. HI, we are working on getting Emby for Alexa released in as many countries as possible, so stay tuned.
    1 point
  23. Maybe I don’t quite understand. When you click shuffle, shouldn’t it start with a random track?
    1 point
  24. @ebr @Luke have you heard back from your provider on this? It looks like the channel data for 54.3 (and 27.1, but I am manually mapping that channel in emby) still have the wrong feed. The official schedule lists the same times for Pacific and Eastern. Which seems to indicate there are 2 different feeds Pacific and Eastern. I am in the Pacific time zone, but the current emby guide data seems to show the times for the Eastern feed. My postal code again is 90403
    1 point
  25. Ok so I looked in the logs and saw that it was a password issue.. Fixed that. Could that have been the issue all along? The weird thing is, I didn't update the password when the issue occurred. Very confusing.
    1 point
  26. Hello! I'm the original author of EmbySonic and I've only started banging on it again this week. Having still recently completed a family move, and with work (and my son's birthday earlier this week) I just haven't had time to really sit down and code. Then again, in my head I'm probably making it a big production, as in I am wanting to get a release out in one sitting when I just need to work on it a little bit a day :) I haven't pushed anything yet but feel free to subscribe to updates for the project: https://github.com/trifleneurotic/EmbySonic In the meantime, I'd welcome someone to fork it if they had more time and better organizational skills than myself :D
    1 point
  27. I don't know if related but yesterday there was an update to the plug-in and now I'm getting this error. Search for subtitles works and gets results but can't download, get the "Not Acceptable" error.
    1 point
  28. New BETA version available 10.0.36: Delta changelog 10.0.36 -> 10.0.37 fix remote playback client selection fix remote playback commands fix nodes sort order fix minor shutdown issue add translations Comment: node reset is recommended to apply sort order fixes This might be the next stable version.
    1 point
  29. I'm showing the correct channel, but the schedule is still blank.
    1 point
  30. 1 point
  31. Yep, mine still blank. HDHomerun is good to go just waiting on Emby guide data to catch up. Last I read, it's not as straightforward of a process as one might think.
    1 point
  32. We plan to support plex style editions in future updates. Thanks.
    1 point
  33. Thanks man, that helped me! I'm using MX Linux 23.2 based on Debian 12.5 and after editing, I can finally use the Emby Theater application
    1 point
  34. Audience score is far more valuable to me than critical rating.
    1 point
  35. Got it, thank you! I'll play around with switching the provider priority and see which one I like best.
    1 point
  36. People/Cast and Crew come from first provider not all providers. Same discussion for everyone asking the same question when OMDB is first provider. Series Actors - TheTVDB.com You would have to have TMDB as first provider to pull all of those People. But the way TMDB does it is wrong as Series level will show all guest stars that should appear at episode level. So all of those people that appear in only one episode should never be at Series level in my opinion. And OMDB gives even less.
    1 point
  37. Hey all, I'm heartbroken to say my dad passed away on Monday 1st July after a 6 year battle with heart attacks, an Abdominal Aortic Aneurysm, Parkinsons and Progressive Supranuclear Palsy. I'm going to be taking some time out from everything for a while. Don't worry, I'm not going anywhere for long and will return in the coming weeks, I just need to take some time for all the usual reasons you'd expect. Please bear with me. I will be back.
    0 points
×
×
  • Create New...