All Activity
- Past hour
-
Hi, can you try doing a new server connection and manually entering the address?
-
Farthouse joined the community
-
HI, we are looking into it. Thanks.
-
ajsnoddy joined the community
-
Play reaches the end but the last frame remain showing and the audio starts replaying from sometime well back
Luke replied to Gilgamesh_48's topic in Android
Hi, we are looking into it. Thanks. -
HI, yes we are looking into this. Thanks.
-
Sebjac0810 joined the community
-
Hi, this only happened when the emby browser tab had focus, right?
-
Nikklas joined the community
-
M@ged joined the community
-
Raul230 joined the community
-
Hi, what do you see when you click on collections now?
-
nneon joined the community
-
Ricardoandres joined the community
-
Filters preferences on user profile instead of stored locally
Luke replied to madblam's topic in Feature Requests
Hi, the main reason we don't do this is that people move from one device from the next and then don't realize what they're looking at when the sort and filter options from another device are applied. At least that's the reaction we got to it in the past. -
greatrockies joined the community
-
Letycia amaral joined the community
-
HI, we'll take a look at it. Thanks.
-
Hi, have you explored the subtitle download options on your tv library? Automatic Subtitle Downloads
-
Hi, we'll take a look at it. Thanks.
-
version 4.9.1.80 - Add option to group notifications???
Luke replied to Teredactle's topic in General/Windows
Hi, not yet, sorry. -
Webhook Notifications - Test works, but real notifications are never sent
Luke replied to Multitude9588's topic in Plugins
Hi, what notification were you expecting that didn't happen? -
Thanks for following up.
-
Emby for Android 3.5.28 does not support Unicode characters in subtitles
FrostByte replied to ThomasPdt's topic in Android
Problem has been there since the app was first released and I'm hoping Luke can address the problem soon. I've gone back to primarily using the Samsung app now because of it. Here Luke mentions maybe custom building a new font https://emby.media/community/topic/124431-3357-musical-notes-in-subtitles-being-wrongly-displayed/ - Today
-
Hide Playlists from Included In & Group Albums by Release Type + Decade
user24 replied to user24's topic in Web App CSS
I'm excited to try it out!!! Will probably take me a while to set it up and test, hopefully I won't get stuck! Cant' do it right now though, as have to do non-Emby things for a while... -
Hide Playlists from Included In & Group Albums by Release Type + Decade
GrimReaper replied to user24's topic in Web App CSS
v0.1 Prerequisites: - Python 3.10+, added to PATH (if installer used, it'll be added automatically) - Few external libraries (GUI, audio file metadata, API requests), you'll find pip at the beginning of the script or cmd pip install PyQt6 mutagen requests - Configure your server URL & API in the script, didn't want to expose that in the GUI - Run script by double clicking or cmd python C:\path\to\emby_album_tag_writer.py Needs to be run from a machine that has access both to Emby server and filesystem where music files are stored on (read-only) Dry-run (nothing written) is ON by default . Won't post screenshots, want it to be a surprise. emby_album_tag_writer.py -
Hide Playlists from Included In & Group Albums by Release Type + Decade
user24 replied to user24's topic in Web App CSS
-
Hide Playlists from Included In & Group Albums by Release Type + Decade
GrimReaper replied to user24's topic in Web App CSS
YES, that's what I was looking for. That tag needs to be present, either mapped from some other tag or imported in full as such. -
Hide Playlists from Included In & Group Albums by Release Type + Decade
user24 replied to user24's topic in Web App CSS
-
Hide Playlists from Included In & Group Albums by Release Type + Decade
GrimReaper replied to user24's topic in Web App CSS
Sure, go ahead. -
Hide Playlists from Included In & Group Albums by Release Type + Decade
user24 replied to user24's topic in Web App CSS
Perhaps best if I send you another set of test files by PM to use? It won't take long to create. -
Hide Playlists from Included In & Group Albums by Release Type + Decade
GrimReaper replied to user24's topic in Web App CSS
You are still not understanding me: How will an item that would have only those two tags - Studio Albums - CDs be grouped in that group "Studio Albums | Remasters | Remixes etc." , where grouping is based on the tags themselves? It needs to have that exact same tag (as your Emby example currently has) to be grouped as such. -
Hide Playlists from Included In & Group Albums by Release Type + Decade
user24 replied to user24's topic in Web App CSS
I don't think we need a mapping table??? All we need is to take the single or multiple tags from the ROONALBUMTAG field in the embedded metadata that are: ROONALBUMTAG tag1; tag2; tag3 separated by semicolon ; and import them directlly into the Emby Album Tags field: Tags +Add tag1 tag2 tag3 If I choose a short tag or a long tag or have been inconsistent, then that is on me to fix in Mp3tag. Emby just needs to be able to import the ROONALBUMTAG tags, as they are defined and do nothing else. -
Hide Playlists from Included In & Group Albums by Release Type + Decade
GrimReaper replied to user24's topic in Web App CSS
Yes, that's what I was talking about here: Then you cannot have this: as for that kind of grouping the whole tag would have to literally be: "Studio Albums | Remasters | Remixes etc..." If you import ONLY Studio Albums, it'd be its own tag (and subsequently group), it would not fall under that group (that big, long tag). We would need to make a mapping table, i.e. ROONALBUMTAG " Studio Albums" -> Import to TAG " Studio Albums | Remasters | Remixes etc..."
