Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. mickle026

    New Plugin: My Own Api Provider - JSON Metadata

    I am not using resolution at all. I simply just get the JSON, then decode it. - Extract the text Data, then if needed download the image links Decoding the JSON depends on the structure (which you keep changing! - LOL ) It depends on how your use the UI in Emby - here is how it works: ALL of these methods are seperate, so to use two methods together it must contact the API server again because one doesnt have the others information. GetMetadata is called on: Library Scan Refresh Metadata - it depends whether ReplaceALL is selected or not - otherwise it will default to merge data - [This contacts the API and gets the JSON and may download images directly] GetImages Is Called by Image Lookup via the various Image Search Methods - GetImageResponse will fetch any selected results- [This contacts the API and gets the JSON] GetSearchResults is Called via Identify (Only what you fill in to the boxes is passe in to the search) If you click on a result Poster Thumb then GetImageResponse is called which simply gets a thumbnail from the url in the result data. Going further and Applying it calls GetMetadata - [This contacts the API and gets the JSON] - This is why the preview search image may be different from the image you actually get. GetImageResponse simply fetches an image from an url - nothing else - ie the thumbnail in the selection verify screen within Identify So most things only get the JSON once - then fetches Images seperately, GetSearchResults will get the JSON more than once if you select an item to Apply its Data When using an Image Search it gets and decodes JSON, looks for the URL then goes stright to that. No other API requests are made except for the first one in each Import Method. Each JSON request supports only the Name, Year and Provider Ids
  3. Horhäuser

    Emby ist ein tolles Program aaaaber.....

    Natürlich, Vielmehr geht es aber um den Lautstärkeausgleich und Musik ohne Pause abzuspielen. Praktisch das Emby die Titel selber mischt.Es wäre toll wenn Emby mir mixe selber zusammenstellt, wie zum Beispiel Spotify
  4. Luke

    Emby Making Double Folders!

    Hi, it makes the folder view more accurate, right? What's going to happen that will help remove the double click layer is we'll add the ability to auto enter single items within folders.
  5. Happy2Play

    Prevent Subtitle Burn-In Transcoding?

    Per another DS220+ user this option unchecked works. As the subs utilized hardware instead of software. Basically, Emby just isn't completely there to disable this option.
  6. Luke

    Emby ist ein tolles Program aaaaber.....

    HI there, have you explored the instant mix functions?
  7. Luke

    Intro Detection not working

    Can you please provide a specific example? What exact episode did not get an intro detected that you felt should have been?
  8. Luke

    Foto Screensaver Android

    OK please let us know how the next build compares. Thanks.
  9. Luke

    Prevent Subtitle Burn-In Transcoding?

    Hi, there is nothing you need to do to prevent it. Emby apps will always direct play whenever possible. You can reduce the likelihood of transcoding by: Using an installed Emby app rather than the browser (windows, android, iOS, etc) Using external text based subtitles such as .srt files
  10. zaHrecsohbiw

    connect with pin issue

    Fixed! thank you again for the quick reply and especially resolution!
  11. Luke

    Rest PW

    It's important that you know the difference because that determines how you need to reset the password. What does the title of the login screen say at the top?
  12. hrohh

    New Plugin: My Own Api Provider - JSON Metadata

    Ok, please, if it is possible, use API wihout parameter resolution. "hires" images are via php getimagesize, and it is superslow. Without parameter width and height is zero. https://refreshpixel.com/csfd2/?name=harry potter a kámen mudrců&year=2001&image=resolution vs https://refreshpixel.com/csfd2/?name=harry potter a kámen mudrců&year=2001 Checkboxes are great! Thank you.
  13. Hi, yes it makes sense. Thanks for the feedback.
  14. mickle026

    New Plugin: My Own Api Provider - JSON Metadata

    Added support for: Tags Genres Authors Backdrops Fixed Error with Poster Image searches Added toggle option for metadata sections - I have noticed that I have missed the YEAR, but i will add that You Have a good selection of Images! Now you can dissable all metadata if you wish and just import the images hrohh-28032024.zip
  15. botbswco

    Folder symbol missing on sub-folders in picture library

    Shure, but I won't be able to get to it today. I'll send tomorrow. Thanks
  16. Luke

    connect with pin issue

    Hi, please try Emby for Apple TV 1.8.5. Thanks.
  17. Hi, can you please show comparison examples between the web app and Roku? Thanks.
  18. Luke

    Issue with one TV show

    Hi, was there an ffmpeg log?
  19. botbswco

    Folder symbol missing on sub-folders in picture library

    ebr. The apps call them folders and the icon looks like a file folder, so I'll stick with that. There can be two different kind of objects in the library, media files (pictures or videos) and folders which are containers. What I am trying to point out is that the ROKU app works differently (and less effectively) than on the web app and windows app. When you get into a folder with both picture files and folders, there is no way to identify which are folders without clicking on the thumbnail to open it. Maybe if I give a more detailed example it will help you. In fact the problem also affects the main library folder as well. The difference being that at the top level, most of the thumbnails show the folder icon but at lower level NONE of the folders display the icon. The directory/folder/album identified in the emby settings as the photo/picture library is e:\emby picture library. I have organized my photos by year, so the library directory contains individual directories/folders labeled by year from 1958 through 2024. There are no actual picture files at this level of the library, just folders. Click on any of them to go to the next level down. At this level, some of the year folders contain just pictures, while some contain pictures and folders and others contain only folders. None of the thumbnails which are folders at the second level or lower display the folder icon. I hope that helps.
  20. Today
  21. Happy2Play

    Adding

    I guess in theory with same named content you have to build your playlist folder by folder. But still have no distinction of what module is what per naming scheme. As my Adobe example has files named to their chapter so proper order is maintained.
  22. Happy2Play

    Adding

    Is that the exact naming and structure you have above? Okay grouping (same filename) happens when you lose structure via a flat playlist to be expected to me but I am not the dev. But have no idea how your are getting the order you are. Used exact structure/naming from first post. #EXTM3U #PLAYLIST:test sequence 2 #EXTINF:0,0. First vid E:\Media\Photo\Test Sequence folder\COURSE ABC [Folder]\0. Module One [Folder]\0. First vid.strm #EXTINF:0,0. First vid E:\Media\Photo\Test Sequence folder\COURSE ABC [Folder]\1. Module Two [Folder]\0. First vid.strm #EXTINF:0,1. Second vid E:\Media\Photo\Test Sequence folder\COURSE ABC [Folder]\1. Module Two [Folder]\1. Second vid.strm #EXTINF:0,1. Second vid E:\Media\Photo\Test Sequence folder\COURSE ABC [Folder]\0. Module One [Folder]\1. Second vid.strm #EXTINF:0,2. Third vid E:\Media\Photo\Test Sequence folder\COURSE ABC [Folder]\1. Module Two [Folder]\2. Third vid.strm #EXTINF:0,2. Third vid E:\Media\Photo\Test Sequence folder\COURSE ABC [Folder]\0. Module One [Folder]\2. Third vid.strm So the question becomes what order should items be imported into a playlist from a NESTED structure?
  23. Eilovliz

    Foto Screensaver Android

    And now updated to 3.3.78 with same issue
  24. svyaznoy362

    Информация

    Hi. The magazine is attached, I want to watch the bdav container (m2ts) direct playback without Transcode. That's why I use an external player. Transcode.zip
  25. Alex3111

    Automatic version grouping for movies

    yes, I was having a similar problem. Glad it worked!
  26. jaycedk

    Adding

    You could try with folder name First Course Second Course Third Course Etc. It should give you the same.
  27. thejra

    Adding

    Right, thank you! So either it’s because Emby doesn’t recognise the the 0. 1. 2. Etc Prefix (would you kindly try?), or there’s a bug.
  1. Load more activity
×
×
  • Create New...