All Activity
- Past hour
-
soraji joined the community
-
mopowil joined the community
-
newib4 joined the community
-
gafofe5 joined the community
-
HI, yes that would be helpful. Thanks.
-
By22o joined the community
-
hugo22 joined the community
-
goletet joined the community
-
MaryamQ82012 joined the community
-
In Spalte "Hinzugefügt am" auch Uhrzeit anzeigen lassen und als Standardansicht einstellen
Luke replied to ferby09's topic in German
HI, you can't. But it's something we can add in a future update. Thanks. -
What is Family/Kids? Is that a playlist you created?
-
Marjan88 joined the community
-
Rakannm81 joined the community
-
Can Emby look up XMP metadata in the photos?
CasaAtardecer replied to Teredactle's topic in General/Windows
Hello @Teredactle, I am happy to share with you my methodology in the hopes that you and others begin to utilize Emby for Home Video and Photo Library hosting. The more of us shutterbugs that enjoy sharing our photo albums with family and friends through Emby's multiple UIs, the more development and refinement resources will be allocated to improving its features and functions. Backup your photos to ensure you have unaltered copies in the event something goes sideways. Download and install ExifTool by Phil Harvey (https://exiftool.org/) ensuring that the program can be read from any folder containing photos whose metadata you wish to edit. Create a text document containing the following text: %Image::ExifTool::UserDefined = ('Image::ExifTool::XMP::dc' => {embycollections => { List => 'Bag' },},);1; Name and store the previously created text document at a mapped drive path (e.g., C:\embycollectionstag.txt). Open a cmd prompt in the same folder containing your photo(s) for upload into Emby Collections. Execute the following command: exiftool -config "C:\embycollectionstag.txt" -P -sep ", " -embycollections="Collection A, Collection B" yourphotofilename.ext -overwrite_original Execute the following command to check that your new Emby Collections metadata tag was created and the correct values are populated: Exiftool yourphotofilename.ext Upload your photo(s) to Emby and execute a Scan Library Files command. Your photo(s) should be grouped together in Collections under whatever value you used (e.g., Collection A, Collection B, etc.), including any videos that might also be added to the same Collection(s). Please let the community know how you get on. Cheers! -
resume and jump not working for newest chromecast generation
Luke replied to Bearclaw's topic in General/Windows
HI, can you please give this another try? Thanks ! -
Static image playing audio (no movement/blur/screensaver?)
Luke replied to mark19721964's topic in Roku
OK what would you like to see ? -
I can't watch my Emby Media Server movies on my PC and TV.
Quesito replied to Quesito's topic in General/Windows
@Luke I see that the Public IP address has been removed for privacy reasons. Thank you so much for doing so. Can an administrator remove the first video, which also appears from 00:55 until the end, since I can't edit it? Thank you. -
HI, we're looking into this. Thanks.
-
Mike1706 started following Synology R1221+, Emby Version 4.8.8.0, Movies and Series on different Volumes
-
Synology R1221+, Emby Version 4.8.8.0, Movies and Series on different Volumes
Mike1706 posted a topic in Synology
Hello.... Trying my "best" english to explain my "problem". But I'm almost convinced that it has already been clarified in another thread. Bought last week the R1221+ and installed 4 Seagate Exos X20 as a start on it. Configured two volumes. 1st Movies, 2nd Series. Installation from Emby on Volume 1.The two volumes have been released for the "internal user" Emby (R/W)! Copied all Movies and the Series from my old NAS to the new locations. Created 2 Libraries for every area (Movies/Series). The movies were recognized, but the series were not! Each individual series has its own folder with the respective seasons (season 1, Season 2, etc) and the subsequent episodes. What's my fault? Have a great day! Mike -
I can't watch my Emby Media Server movies on my PC and TV.
Quesito replied to Quesito's topic in General/Windows
Hi, @Neminem. I can't and don't know how to edit the content to remove the remote IP address as you're suggesting. Thanks. -
moving the cursor back in time. I can record a video if it helps.
- Today
-
Static image playing audio (no movement/blur/screensaver?)
ebr replied to mark19721964's topic in Roku
Nothing has changed in the Roku app on this... -
thanks
-
@MrHerpscan you reproduce the volume reduction on other devices using the same files? For example directly listening to the ripped file via headphones on your micro PC and then also playing the DVD directly? Either something went wrong with the conversion (reduction of bitrates or one or more channels went missing) or the DVD rip didnt actually rip the original audio. If it's neither, then the original file must also have reduced volume. Can you play both the original dvd and your converted file through the same audio system?
-
skenování media knihovny se mi zastaví na 22,7%v knihovně je to v 50% metadat
Martinm1999 replied to Martinm1999's topic in Synology
provedl jsem tu blbost že jsem tu knihovnu metadat smazal, protože jsem jí tam nedal já a to byla chyba.Učím se s tím pracovat teprve -
@leselalhaving two unique items display, but them sharing the same movie / series meta usually means Emby has found two media items that have been identified as the same item. You could check "Edit Metadata" for both items to see which path is found for both of those entries. As @pwhodgesalso stated, maybe this is because the names of the items are too similar or don't follow the naming conventions. For example having the following item: C:\Media\Movies\Naked Gun might cause Emby to match multiple items Naked Gun (1956) The Naked Gun (2025) Naked Gun 33⅓: The Final Insult (1994) etc
-
As @Luke also observed, your first screenshot looks an awful lot like a slider with the Family/Kids tag or genre in stead of a specific collection / playlist. With Plex you can (by default) only reorder your libraries and after that Plex decides (mostly at random) what exactly is shown. It doesn't show any specific playlist or collection, you'll need a plugin for that I think. It looks like in your case, you would like to show the contents of a specific playlist or collection the same way as for example "Latest Movies" would be shown as right?
-
Hi, are you sure this is the right log? Please attach the complete log file. This log doesn't contain any chromecast activity. Thanks.
-
A Couple of Bugs Located in Emby Client SDK for Python
Luke replied to thoth23's topic in Developer API
@softworkz -
thoth23 started following A Couple of Bugs Located in Emby Client SDK for Python
-
@Luke, while developing Emby.MCP I discovered a couple of bugs in the Emby Client SDK for Python that I have fixed in my own Github fork (as branch 4.9.0.33-Beta-A01) This was in the last available SDK version at time of writing - more recent betas seem to have SDKs that are largely void of files. The bugs are: def auth_settings() in SampleCode/RestApi/Clients/Python/emby_client/configuration.py is missing this stanza: 'embyauth': { 'type': 'access_token', 'in': 'header', 'key': 'X-Emby-Token', 'value': self.get_api_key_with_prefix('access_token') } without which it is impossible to use the standard user login Access Token with any API call that requires an authenticated user - only the all powerful API Key will work. def get_users_itemaccess_with_http_info() in SampleCode/RestApi/Clients/Python/emby_client/api/user_service_api.py is missing 'item_id' from all_params = [] and a corresponding query_params.append about 30 lines later. Without this, get_users_itemaccess() does not function as expected when compared to to carrying out the same tasks using the Emby web client (I captured the http requests with Wireshark to see what was actually being sent with the API call).
- 1 reply
-
- 1
-
-
In Spalte "Hinzugefügt am" auch Uhrzeit anzeigen lassen und als Standardansicht einstellen
ferby09 replied to ferby09's topic in German
Ok, how do I add this field or do you need to add it in upcoming updates? -
would you be so kind to tell me step by step how you solved timezone issue? Thanks
-
Client options for Hisense 'VIDAA U3.0 AI' TV OS
unisoft replied to TonkaTuff's topic in Feature Requests
Todays News: Hisense promises up to 8 years of Vidaa updates for TVs https://www.flatpanelshd.com/news.php?subaction=showfull&id=1752649864 Hisense's Vidaa platform currently powers more than 30 million Smart TVs across over 400 brands, including Hisense and Toshiba, according to the company. -
Tremas started following Emby.MCP - Connect an LLM to Your Emby Server
-
Hi, we can look at adding framerate to table view.
-
kwn2k changed their profile photo
-
skenování media knihovny se mi zastaví na 22,7%v knihovně je to v 50% metadat
Luke replied to Martinm1999's topic in Synology
Hi, I think you just need to give the scan time and allow it to finish. Please let us know if this helps. Thanks.