Leaderboard
Popular Content
Showing content with the highest reputation on 04/14/22 in all areas
-
To the Emby team - I'm sure this has been stressful for you all. Thank you for all that you do, and sorry you had to deal with this, but we appreciate it!3 points
-
Looks amazing! Petition to replace the WMC theme with this one in Emby? Since WMC isn't used anymore. Or an more modern theme. @Luke@Happy2Play2 points
-
to be honest, I start get a bit disappointed, no one of the emby staff is answering and all we get is "We working on it" on several topics in this forum, that's bad customer care in my opinion. I mean we can just suggest solutions and as for opportunities, but getting ignored is frustrating. I mean I was pointed to this thread by luke, that here is also a discussion about the Samsung Tizen topic and what does it lead me too? Users talking about that, but nothing useful from the side of the emby-team.2 points
-
2 points
-
@chefyou are a brilliant developer and cheerful too, rare combination these days2 points
-
2 points
-
I changed them because I thought it would be easier to see the difference. Anyway, making the library Home Videos and Photos worked. Thanks2 points
-
I moved from Plex to Emby and even though I think Emby is superior in its flexibility there are some things I like better with Plex, especially in terms of its looks. This theme is trying to fix that by making it a bit more similar to Plex but with some, in my opinion, improvements. The CSS is attached to this post for anyone interested and below are some screens to show it off Good to know I only use Chrome so I can't guarantee this CSS works as expected in other browsers. If you want the sidebar menu to look like in the screens, make sure to pin the sidebar. Watched badge/banderoll is inverted which means that the badge will not be shown if media have been watched, like in Plex. For desired look, please use the "Dark" theme for both Theme & Settings theme in the display settings. Emby-Stable-style-v3.6.txt1 point
-
I love music visualizations. I was thinking that a unique way to integrate visualizations in Emby would be to encode the audio with the video output of a visualizer like Milkdrop or ProjectM. The mux can then be streamed to clients as video (if the client has enabled music visualizations). Wouldn't that be cool? Sure, you sacrifice a little quality in the transcode but it would still be acceptable and by offloading the visualization to the server, even underpowered clients could potentially support visualizations that would be impossible given their hardware.1 point
-
Version 2.0.70a of the Fire TV App Released Version 2.0.70a of our popular Fire TV app is now available on the Amazon store as well as Emby for Fire TV Download Web Page This version contains fixes and internal improvements for general use and includes compatibility updates for an upcoming server release. Your device should update automatically or you can update manually from the Amazon store. Normalize max height on 1080 setups Improve SSL support - this should help with compatibility of self-signed certificates Compatibility with upcoming server release Improve audio handling Improve WOL support Various minor improvements and fixes If you want to check out all the cool features in Emby for Fire TV make sure to checkout and scroll down this page looking at all the features. Emby for Fire TV Web Page1 point
-
1 point
-
I'll try that out tomorrow morning. My 2 year old daughter and my Pc share unfortunately currently still a room. It's already late here. Thanks in any case for checking it out.1 point
-
1 point
-
Thanks for the additional info Carlo. I took a look at switching the docker network to "host", but it seems it's not possible to switch the container network once the container is created easily in the UI based on this reddit post. I was able to create a new container and point the mounts accordingly - thanks!1 point
-
Start Samsung app on your TV From the home screen in the upper right corner there should be a search icon, user icon, and the time. Click "OK" / select on your user icon. Top line right under App settings you should see the version1 point
-
1 point
-
1 point
-
Ok finally I could get the logs... but was a pain since the log uploader is not able to deal with file bigger then 1Mb... And this one was 2.7Mb... Anyhow, I copy the last lines that where the sync (tv-show stop 78% on Satellite of Love)... Hope this is helpful to find the problem: 2022-04-14 09:22:26.838 T:31552 INFO <general>: EMBY.core.tvshows: ADD episode [623/1325/19097/19097] 295234: Satellite of Love 2022-04-14 09:22:27.126 T:31552 ERROR <general>: Exception ignored in thread started by 2022-04-14 09:22:27.126 T:31552 ERROR <general>: : 2022-04-14 09:22:27.127 T:31552 ERROR <general>: <bound method Library.InitSync of <database.library.Library object at 0x829e7a78>> 2022-04-14 09:22:27.128 T:31552 ERROR <general>: 2022-04-14 09:22:27.129 T:31552 ERROR <general>: Traceback (most recent call last): 2022-04-14 09:22:27.130 T:31552 ERROR <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby-next-gen/database/library.py", line 132, in InitSync 2022-04-14 09:22:27.142 T:31552 ERROR <general>: 2022-04-14 09:22:27.142 T:31552 ERROR <general>: self.select_libraries("AddLibrarySelection") 2022-04-14 09:22:27.143 T:31552 ERROR <general>: 2022-04-14 09:22:27.143 T:31552 ERROR <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby-next-gen/database/library.py", line 645, in select_libraries 2022-04-14 09:22:27.147 T:31552 ERROR <general>: 2022-04-14 09:22:27.147 T:31552 ERROR <general>: self.worker_library() 2022-04-14 09:22:27.147 T:31552 ERROR <general>: 2022-04-14 09:22:27.147 T:31552 ERROR <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby-next-gen/database/library.py", line 404, in worker_library 2022-04-14 09:22:27.150 T:31552 ERROR <general>: 2022-04-14 09:22:27.150 T:31552 ERROR <general>: Continue, embydb, kodidb = self.ItemOps(index, TotalRecords, Item, embydb, kodidb, SyncItem[4], "add/update") 2022-04-14 09:22:27.151 T:31552 ERROR <general>: 2022-04-14 09:22:27.151 T:31552 ERROR <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby-next-gen/database/library.py", line 452, in ItemOps 2022-04-14 09:22:27.154 T:31552 ERROR <general>: 2022-04-14 09:22:27.154 T:31552 ERROR <general>: Ret = self.ContentObject.episode(Item) 2022-04-14 09:22:27.154 T:31552 ERROR <general>: 2022-04-14 09:22:27.154 T:31552 ERROR <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby-next-gen/core/tvshows.py", line 207, in episode 2022-04-14 09:22:27.158 T:31552 ERROR <general>: 2022-04-14 09:22:27.158 T:31552 ERROR <general>: common.get_streams(item) 2022-04-14 09:22:27.158 T:31552 ERROR <general>: 2022-04-14 09:22:27.158 T:31552 ERROR <general>: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby-next-gen/core/common.py", line 331, in get_streams 2022-04-14 09:22:27.161 T:31552 ERROR <general>: 2022-04-14 09:22:27.161 T:31552 ERROR <general>: StreamData = {'codec': Stream.get('Codec').lower(), 'height': Stream.get('Height'), 'width': Stream.get('Width'), '3d': Stream.get('Video3DFormat'), 'BitRate': Stream.get('BitRate'), 'Index': Index} 2022-04-14 09:22:27.161 T:31552 ERROR <general>: 2022-04-14 09:22:27.161 T:31552 ERROR <general>: AttributeError 2022-04-14 09:22:27.161 T:31552 ERROR <general>: : 2022-04-14 09:22:27.161 T:31552 ERROR <general>: 'NoneType' object has no attribute 'lower' 2022-04-14 09:22:27.161 T:31552 ERROR <general>:1 point
-
Thanks, Luke. I find it a little odd that this behavior doesn't appear in movies, just TV, but I guess since there is no merge option in movie libraries, that is why. Thanks again. j1 point
-
As a general guide when shopping for Intel systems to use for Emby you should start here: https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video Your new purchase is one generation older than what I would consider the minimum for a new(ish) media server. Intel 7th gen and newer is the way to go where all common video encoding formats up to HEVC 10-bit can be done in hardware.1 point
-
Hi guys, just wondering if it possible to add support for the new beta opensubtitles website to the opensubtitles plugin. https://www.opensubtitles.com1 point
-
I don't believe this (new, I think) order can be selected in Emby yet; presumably it will come sometime. Meanwhile, however, you can at least combine the descriptions from the aired order by using the combined episode numbering for your files - s01e01-e02, s01e03-e04, etc. Paul1 point
-
My re-org has completed. In total it was 6,681 movies, and with the local artwork, metadata and video preview files a total of 37,660 files. Prior to running the re-org into folders, when watching a movie and bringing up the timeline overlay, it would take on average over six seconds to bring up the initial thumbnail images. Running the .bat file to move them into folders was also moving extremely slow at first, but as it got farther along, it was speeding up considerably. I was checking throughout the day as it progressed with movies that haven't yet been moved into their own folders, and as the re-org got closer to completion, the time it took to bring up the thumbnail images was decreasing. Once the re-org had completed, there is zero delay now. As soon as the timeline overlay is brought up, the video preview thumbnails are already there. This is still with the .bif files being on mechanical HDDs and not the NVME, which at this point I'm not even going to bother trying to move them, as they are instant. I'm not sure how many movie files you have on your server, or what your setup is, but I can say on my end, @ebr's suggestion of moving the movies into their own folders was a 100% fix, and I would recommend anyone else to do the same to their library if their movies are in one giant folder.1 point
-
i have same issue, its not a latency issue and it only seems to have appeared since latest Android version on both Fire TV and Nvidia shield! When you try and fast forward or rewind a considerably amount the content will hang completely! you then need to stop the content and resume and it will play the content fine again from the location it previously hanged up at. I have tested the exact same content (and many other content) on the Emby ipad app and the web app (google chrome) and the issue doesnt appear at all! I have used emby for over a year with no issues with rewinding or fast forwarding prior to the exact moment of the latest emby version became available! are you sure there isn't a bug with the new timeline seeking on android clients?1 point
-
Our standard android app is back in the store now: https://emby.media/emby-for-android.html1 point
-
Only the standard app has been restored at this point. We are still waiting on Google for the TV one.1 point
-
Manual recordings will be in the upcoming Emby Server 4.7 release. Thanks.1 point
-
wow this is really really nice! amazing work. Just wish I could get my apple TV app to look like this!!!1 point
-
1 point
-
Users have been asking for this for at least five years... something so simple! The current default is visually-devestating to interlaced footage1 point
-
1 point
-
It would be awesome to have some sort of Milkdrop integration when playing back music! +11 point
-
What I think the creator of the issue with duplicates is (and this is just my experiences), if there is a music brainz id for any artist on the audio cd tags, and the cd has a differing album artist tag then it creates a duplicate for that artist with the music brainz id. The easy way to find the offending albums is to click the duplicate and a list will appear underneath : Albums > Open these albums in an mp3 tag editor and remove any individual musicbranz tags that refer to an artist or track rather than the album. Rescan the album in Emby and Voila the duplicates dissapear!1 point
-
Each of these providers are excellent sources with great databases. Strangely enough though when running albums thru mp3tag almost every album that musicbrainz doesn't have information on discogs almost always does. I have never added anything to musicbrainz, but have and do add albums to discogs. If you read that discogs is run by a dictator and the mods are hard on data submissions, yah that last part is true. But, because of this, data isn't being added unless its verified and submitted correctly (and checked for duplicates). That's a plus in my book. I do not know how or why musicbrainz is allowing every member (or past members) to be added to the Artist tag individually on some albums. Not happening at discogs. The only drawback to me is discogs was a place to add vinyl collections. Albums have two sides obviously. So vinyl track numbers are A1 A2 and so on for tracks on the A side and B1 B2 and so one for tracks on the B side. But i think there are more audiophiles here, better albums data (real vinyl data) and a larger LP database. I started using musicbrainz more and more. MusicBrainz Picard was used to supply IDS so my music integrated into emby better. But i dont think they are as strict with the submissions as discogs is. Or they are over complicating tags? It was just a suggestion and thats what the forums are for. TVMaze also seems to be more reliable than the TVDB lately. Even before their recent issues. https://www.tvmaze.com/api1 point
-
Thanks for your hard work. I'm going to give it a try today. As for musicbrainz, it occurred to me that I may be causing it to give me some of the headaches. When I tag an album, if an exact entry is not in the musicbrainz catalog, I usually select one that's close and manually edit it. But that leaves the musicbrainz ID fields in the tag which point to the wrong album. Emby must rely upon those fiields when the plugin is used. Plex relies on Artist and AlbumArtist only. I would make one minor change to your steps. Delete all album.nfo --- not all nfo. I save the nfo that come with posts.1 point
