Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/21/25 in Posts

  1. You're using outdated beta installation (4.9.0.30), update to latest version as there was plugin compatibility issue for versions <4.9.0.42.
    2 points
  2. No. We are still waiting on smart playlist
    2 points
  3. Hi. I have one tv show (one piece) where the skip intro feature is not working well, while other tv shows work really good. So, it would be great if I could disable this feature for specific tv shows
    1 point
  4. Not always — sometimes I have to manually switch it back to Japanese, even if I’ve already played it once. Same thing happens with TV series.
    1 point
  5. Having a Disc Subtitle field next to the existing Disc Number field is a great suggestion and being able to import the info from the relevant embedded metadata tag(s) would be even better! I’ve read many of the older forum posts about this, which I mostly agree with, but I think there is one aspect that hasn’t been fully discussed… While some of my multi-disc albums have a separate subtitle for the individual discs, I also have many album re-releases (single-disc, multi-disc, bonus tracks, deluxe edition, anniversary edition, box set) where there is more than one subtitle per disc. An example is Pet Sounds [50th Anniversary Edition] where some numbered discs have several subtitles: With this example (plus many others I have looked at), MusicBrainz (LHS image below) groups the tracks by Disc Number, however Discogs (RHS image below) groups the tracks by Disc Subtitle: https://musicbrainz.org/release/b5474125-17b3-4893-ba39-267b28ba9fb3 https://www.discogs.com/release/8738209-The-Beach-Boys-Pet-Sounds I sightly prefer the Discogs method, but each has pros and cons. Therefore, perhaps Emby could consider both methods for any possible future implementation? (Or maybe grouping by Both rather than just Disc Number.) Some sort of Group By: None | Disc Number | Disc Subtitle | Both would allow for ultimate flexibility, but I would be quite happy with even just a basic Disc Subtitle field, as suggested by others already. If this field/tag was available, it would be very useful for at least showing the titles and (if wanted) alternative track groupings could then potentially be further customized with creative tagging and basic CSS… Having different track grouping options may also be useful for Classical Music and Audiobooks? Thanks for considering!
    1 point
  6. The installed apps will be able to play more formats without server transcoding, they'll have the download feature, and they'll be able to integrate with native features such as audio passthrough, refresh rate switching, etc.
    1 point
  7. It has been working for me. However, the streaming is very shaky on certain trailers.
    1 point
  8. I guess the comment which was intended to be dripping with sarcasm didn't come through...
    1 point
  9. @Happy2Play Oh my god- I can’t friggin believe it. Gold star for you mate. During test I forgot that NC-17 got applied early on. It never clicked with me until you mentioned it, and I remember Redline had a random topless scene. More surprised on the other ones falling into that category and that nothing in my Movies file got fagged— the connection would have been obvious. So while the outcome was me being stupid, which I originally thought it was, I am relieved the issue is over, and I’m very sorry for the trouble. I will try to do better next time smh, and I will you this as an important lesson for future troubleshooting. Check users rights probably should have been the very first check, then logs, then fresh user.
    1 point
  10. Only other guess would be a defective database or maybe an issue with parental controls. As the log snippets suggest it is imported but don't see the sqlitemids as the full log is not present. If you created a new user with full access in Emby do you see the same results?
    1 point
  11. I haven't noticed any playback issues with the Windows app personally. It could be network related, or if it just looks choppy but isn't freezing, hardware acceleration related. The browser client might be more conservative with the auto quality selection too.
    1 point
  12. There are quite a few (largely concerned with refresh rate on screens with very high refresh rate - also lack of ability to specify alternate player or to customise built-in player). I don't recall stuttering being an issue. Paul
    1 point
  13. Wish to bump this. Usually skipping intros, but for some shows I want to watch intros. For example, American Dad. Roger have different outfits in every intro. P.s. That Chapter API is useless. It's doing only temporally changes.. Library scan reverted to old chapters
    1 point
  14. @user84 I'm pretty sure they they're a folder "too deep". Standard structures are: media.mkv subtitle.de.srt media.mkv subs/subtitle.de.srt Your structure is one folder deeper even. Looking at the subtitle naming conventions https://emby.media/support/articles/Subtitles.html we see that Emby doesn't even "officially" support the nested folder but the Emby team tries to conform to all general standards so I won't be suprised that's why the sub-folder works and not the sub-sub-folder. So they shouldn't work because they're a folder too deep and subtitles are generally put "aside" their media items.
    1 point
  15. Ha! I was able to log into my server using the manual add server, and writing the whole url in the address field (http://emby.abc.com:443) and deleting the port that was in the port field. Not what I expected, I thought the port went in the "port" field, since there is a "port" field.
    1 point
  16. Thanks, I set up a cronjob to delete old ones now. However, I have a feeling the downloads are still in the db and show up in the server management UI but I'm not sure because I cannot see a date there. It's fine for now but it would be nice to have everything properly cleaned up eventually.
    1 point
  17. Yep we can filter by media entries having a specific language, but not filter media "not having" specific subtitles. It would be useful if for example you're a non native speaker (French) and can search media where subtitles for the French language are missing.
    1 point
  18. Tested IOS 2.2.41 today, the skip intro button now works fine on the first tap. Thanks for fixing!
    1 point
  19. Thank you! It works. As expected. I added the year and the two file have been considered as two separate movies. Personally I consider this solution as a "workaround". There should be a way to link/unlink two or more videos; especially when they are movies and can be found in IMDB with distinct IDs. Thanks again!
    1 point
  20. I think I might do, thanks for pointing me in.a direction
    1 point
  21. Hi, yea that makes sense. Thanks.
    1 point
  22. We might want to make that step 1 in the KB.
    1 point
  23. Hi, there isn't such a thing built by us, although it's not a bad idea.
    1 point
  24. J'ai cherché sur internet la présentation est un peu similaire mais il y a quelques différences car j'utilise emby for tv mais j'ai pas encore essayer avec cette tv de mettre emby for Android, je vais essayer si c'est ce que vous me demandez. Je vous recontacte demain vers 14 heures (heure de Paris).
    1 point
  25. Here is the tweaked bash script command line ... wget -q -O - "http://localhost:8096/emby/Sessions?api_key=xxxxxxxxxxxxxxxxxxx" | jq -r -M '.[] | {UserName, SeriesName: .NowPlayingItem.SeriesName, Name: .NowPlayingItem.Name, Season: .NowPlayingItem.ParentIndexNumber, Episode: .NowPlayingItem.IndexNumber} | select(.Name != null) | {user: .UserName, item: ((if .SeriesName then .SeriesName + " ~ " + "S" + (.Season|tostring) + "E" + (.Episode|tostring) + " ~ " else "" end) + .Name)} | map(.) | @csv' ... which now gives this output ... "Paul","Severance ~ S2E2 ~ Goodbye, Mrs. Selvig"
    1 point
  26. It's something with my Internet I've come to find. Not sure why but with my WiFi enabled trailers don't work. When I toggle it off it allows trailers. When on I get the bot verification. I don't believe this is anything on the Emby side most likely.
    1 point
  27. I don't know for others but for me I don't compromise my Linux systems with any Flatpack or SnapImage or similar ! It fhas to be a native Linux app.
    1 point
  28. Emby Server 4.9.1.8+ will now have a book reader in the web app for the following formats: PDF EPUB MOBI FB2 CBZ CBR Please try it out once available and report your experience in the Testing Area of the community: Thanks !
    1 point
  29. @Happy2Playagreed. @Kev Vaderadding the apostrophe made it so that Emby didn't match the sub folder with Future Kid Takara so basically the source of the issue is unchanged because this is caused by additional nesting. Emby (and also other platforms) prefer the simple hierarchy of "Root:/MovieName (year)/MovieName (year).ext" for a reason. Changing the structure makes it obvious why an entire folder is suddenly matches as one: "Root:/Sci-fi/MovieName (year)/MovieName (year).ext". The above will probably cause anything under that folder to be matched to this "Sci-fi Harry (2000)" movie https://www.themoviedb.org/tv/127193-sci-fi-harry or maybe some other entry depending on your source settings. Just adhere to the naming conventions and try not to make subfolders. Making other libraries for kids or ultraviolent movies isn't a bad idea either since you can just deny kids access to all libraries except their kids library and will prevent you having to work with additional tags or genres which might also lead to censoring normal items.
    1 point
  30. That is the thing about renaming anything is it removes/recreates everything in the database and could suggest the previous path was not removed completely from the db. So the new path imported properly. Just a guess though as it is hard to see everything in the scenario.
    1 point
  31. The only part of the Folder structure I changed was renaming the folder by adding the apostrophe to 'KID'S MOVIES': I don't know why it fixed the issue but it did. I have other Libraries which are marked as 'Mixed Content' and have far more and deeper nestings which worked fine in Mediabrowser and now work fine in Emby with no modification. I am resisting the urge to find and watch 'Future Kid Takara' in case it triggers an Emby relapse!
    1 point
  32. I can confirm this bug, will be fixed in next version.
    1 point
  33. Hello - just stopping by to let you know this was the final piece of the puzzle for my dream setup. I can now have the benefits of Stremio but not loose access to my well curated local library I have built over the years; easly switching the different language / quality versions regardless if its sourced through my emby library or via stremio. This is awesome and I thank you for coding this addon I believe if more people get aware of this it will be quite a thing.
    1 point
  34. As I mention in a related post, I love the additional subfolders for Movie Extras (eg, Shorts, Scenes, Interviews, etc.)! It would be awesome to extend this functionality to TV Series as well. Specifically to add support for many/all of the same folders supported for Movie Extras, eg, extras specials shorts scenes featurettes behind the scenes deleted scenes interviews trailers As well as any additional folders that get added in the future (eg, hopefully Galleries). Support Placement of "Extras" Folders Within Each Season Folder, Plus A Naming Scheme to Link A Particular Extras Folder with a Specific Episode (eg, "\Season 1\E1 - Deleted Scenes\" for episode 1 deleted scenes): I want to clarify that it would be great if these various "extras" folder types could reside within each Season folder. So for example, within a Season 1 folder we could then have an "Extras" folder, a "Deleted Scenes" folder, a "Featurettes" folder, etc. And furthermore, that we could designate a particular folder to refer to a specific episode (eg, "\Season 1\E1 - Deleted Scenes\" for episode 1 deleted scenes). See more below, particularly why I think this would be so useful: https://emby.media/community/index.php?/topic/55915-emby-server-theater-additional-extrasspecial-folder-types-for-tv-series-similar-to-movies/&do=findComment&comment=587195 Thanks for your consideration! PS - If this is something you might like to see implemented, be sure to "Like" this top/first post (as well as any subsequent posts in this thread that highlight particular aspects of what you are interested in) -- "Liking" the top/first post helps the Devs to know how much interest there is in a given Feature Request.
    1 point
  35. +1 for this, this is definitely needed
    1 point
  36. +1 for this, this is definitely needed
    1 point
  37. Please see: https://github.com/MediaBrowser/Emby.Releases/releases
    1 point
  38. Instead of adding something that has nothing to do with video and music how about actually working to fix search which should have been fixed by now?
    0 points
  39. You are entitled to your opinion, but it is incorrect. Search is not one of the things they have fixed. There are a lot of us that have been asking for YEARS fore it to be finally fixed and nothing.
    0 points
  40. Instead of adding something that has nothing to do with video and music how about actually working to fix search which should have been fixed by now?
    0 points
  41. Search is not one of the things they have fixed. There are a lot of us that have been asking for YEARS fore it to be finally fixed and nothing.
    0 points
  42. Emby Server 4.9.1.8+ will now have a book reader in the web app for the following formats: PDF EPUB MOBI FB2 CBZ CBR Please try it out once available and report your experience in the Testing Area of the community: Thanks !
    0 points
×
×
  • Create New...